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: 'Playfair Display', 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: #f3f1d8 !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: #2dbe1f !important;
  border-color: #2dbe1f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1d7c14 !important;
  border-color: #1d7c14 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d7c14 !important;
  border-color: #1d7c14 !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: #f3f1d8 !important;
  border-color: #f3f1d8 !important;
  color: #9c9430 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #9c9430 !important;
  background-color: #e1dc9d !important;
  border-color: #e1dc9d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #9c9430 !important;
  background-color: #e1dc9d !important;
  border-color: #e1dc9d !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: #186611;
  color: #186611;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2dbe1f;
  border-color: #2dbe1f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2dbe1f !important;
  border-color: #2dbe1f !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: #dbd58a;
  color: #dbd58a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9c9430;
  background-color: #f3f1d8;
  border-color: #f3f1d8;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #9c9430 !important;
  background-color: #f3f1d8 !important;
  border-color: #f3f1d8 !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: #2dbe1f !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #f3f1d8 !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: #186611 !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: #dbd58a !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: #f3f1d8;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !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;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #3d626c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #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: #000000 !important;
  background: #2dbe1f !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-rwtOCdEV2h .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-rwtOCdEV2h .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-rwtOCdEV2h a {
  font-style: normal;
}
.cid-rwtOCdEV2h .nav-link {
  font-family: EB Garamond !important;
}
.cid-rwtOCdEV2h .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtOCdEV2h .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-rwtOCdEV2h .nav-item:focus,
.cid-rwtOCdEV2h .nav-link:focus {
  outline: none;
}
.cid-rwtOCdEV2h .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtOCdEV2h .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtOCdEV2h .menu-logo {
  margin-right: auto;
}
.cid-rwtOCdEV2h .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-rwtOCdEV2h .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-rwtOCdEV2h .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtOCdEV2h .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtOCdEV2h .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtOCdEV2h .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtOCdEV2h .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtOCdEV2h .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtOCdEV2h .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtOCdEV2h .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtOCdEV2h .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtOCdEV2h .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtOCdEV2h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtOCdEV2h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtOCdEV2h .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtOCdEV2h .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtOCdEV2h .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-rwtOCdEV2h .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtOCdEV2h .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtOCdEV2h .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtOCdEV2h .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtOCdEV2h .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtOCdEV2h .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtOCdEV2h button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtOCdEV2h button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtOCdEV2h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtOCdEV2h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtOCdEV2h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtOCdEV2h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtOCdEV2h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtOCdEV2h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtOCdEV2h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtOCdEV2h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtOCdEV2h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtOCdEV2h .dropdown-toggle:after {
  display: none;
}
.cid-rwtOCdEV2h .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtOCdEV2h .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtOCdEV2h .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtOCdEV2h .collapsed .navbar-collapse.collapsing,
.cid-rwtOCdEV2h .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtOCdEV2h .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtOCdEV2h .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtOCdEV2h .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtOCdEV2h .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtOCdEV2h .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtOCdEV2h .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtOCdEV2h .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtOCdEV2h .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtOCdEV2h .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtOCdEV2h .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwtOCdEV2h .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rwtOCdEV2h .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtOCdEV2h .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtOCdEV2h .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtOCdEV2h .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-rwtOCdEV2h .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtOCdEV2h .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtOCdEV2h .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-rwtOCdEV2h .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtOCdEV2h img {
    height: 3.8rem !important;
  }
  .cid-rwtOCdEV2h .btn {
    display: -webkit-flex;
  }
  .cid-rwtOCdEV2h button.navbar-toggler {
    display: block;
  }
  .cid-rwtOCdEV2h .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtOCdEV2h .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtOCdEV2h .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtOCdEV2h .navbar-collapse.collapsing,
  .cid-rwtOCdEV2h .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtOCdEV2h .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtOCdEV2h .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtOCdEV2h .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtOCdEV2h .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtOCdEV2h .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtOCdEV2h .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtOCdEV2h .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtOCdEV2h .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtOCdEV2h .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtOCdEV2h .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtOCdEV2h .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-rwtOCdEV2h .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtOCdEV2h .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtOCdEV2h .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-rwtOCdEV2h .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtOCdEV2h .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtOCdEV2h .nav-link,
.cid-rwtOCdEV2h .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtOCdEV2h .nav-link:hover,
.cid-rwtOCdEV2h .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-rv2OjPYMPA {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/demos-meta.jpeg");
}
.cid-rv2OjPYMPA H1 {
  color: #232323;
}
.cid-rv2OjPYMPA .mbr-text,
.cid-rv2OjPYMPA .mbr-section-btn {
  color: #236e10;
}
.cid-sYstG7frgF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sYstG7frgF H1 {
  color: #ffffff;
}
.cid-sYst9JYqFD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-sYst9JYqFD .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-sYst9JYqFD .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sYst9JYqFD .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sYst9JYqFD .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sYst9JYqFD .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sYst9JYqFD .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sYst9JYqFD .inner-container {
    width: 100% !important;
  }
  .cid-sYst9JYqFD .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sYsvoRVfS8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rv3e4uplXC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-rv3e4uplXC .card-box {
  padding: 0rem;
}
.cid-rv3e4uplXC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3e4uplXC .card {
  padding: 0;
  margin: auto;
}
.cid-rv3e4uplXC .card-img {
  height: 400px;
}
.cid-rv3e4uplXC .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rv3e4uplXC .card-wrapper {
  padding: 2rem;
  width: 100%;
}
.cid-rv3e4uplXC .mbr-text {
  color: #879a9f;
}
@media (min-width: 1400px) {
  .cid-rv3e4uplXC .card-wrapper {
    padding: 4rem;
  }
}
.cid-rv3e4uplXC .card-title {
  text-align: center;
}
.cid-sGT7CpMO2u {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sGT7CpMO2u .mbr-text,
.cid-sGT7CpMO2u .mbr-section-btn {
  color: #fff3f3;
}
.cid-sGT7CpMO2u H1 {
  color: #fff3f3;
}
.cid-sGTc0YeaQX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-sGTc0YeaQX .mbr-text {
  color: #767676;
}
.cid-sGTc0YeaQX .sig {
  width: 300px;
}
.cid-sGTc0YeaQX img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sGTc0YeaQX .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-sGTc0YeaQX .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-t4EJbN38pa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d6e4e7;
}
.cid-t4EJbN38pa .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #3d626c;
}
.cid-t4EJbN38pa .svg-top .st0 {
  fill: #d6e4e7;
}
@media (max-width: 992px) {
  .cid-t4EJbN38pa .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-t4EJbN38pa .mbr-section-title {
  color: #1a449a;
}
@media (min-width: 1400px) {
  .cid-t4EJbN38pa .col-12 {
    padding: 0 2rem;
  }
  .cid-t4EJbN38pa .row {
    margin: 0 -2rem;
  }
}
.cid-t4EJbN38pa .mbr-text,
.cid-t4EJbN38pa .mbr-section-btn {
  color: #3d626c;
}
.cid-rv3dUCY5Vp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rv3dUCY5Vp H1 {
  color: #3d626c;
}
.cid-rv3dP0OeoT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-rv3dP0OeoT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rv3dP0OeoT textarea {
  min-height: 250px;
}
.cid-rv3dP0OeoT .col-auto {
  margin: auto;
}
.cid-rv3dP0OeoT .form-control,
.cid-rv3dP0OeoT .field-input {
  padding: 1rem;
  background-color: #ffffff;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #3d626c !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rv3dP0OeoT .form-control input::-webkit-input-placeholder,
.cid-rv3dP0OeoT .field-input input::-webkit-input-placeholder,
.cid-rv3dP0OeoT .form-control textarea::-webkit-input-placeholder,
.cid-rv3dP0OeoT .field-input textarea::-webkit-input-placeholder {
  color: #3d626c !important;
}
.cid-rv3dP0OeoT .form-control input:-moz-placeholder,
.cid-rv3dP0OeoT .field-input input:-moz-placeholder,
.cid-rv3dP0OeoT .form-control textarea:-moz-placeholder,
.cid-rv3dP0OeoT .field-input textarea:-moz-placeholder {
  color: #3d626c;
}
.cid-rv3dP0OeoT .form-control:hover,
.cid-rv3dP0OeoT .field-input:hover,
.cid-rv3dP0OeoT .form-control:focus,
.cid-rv3dP0OeoT .field-input:focus {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rv3dP0OeoT .form-control:hover input::-webkit-input-placeholder,
.cid-rv3dP0OeoT .field-input:hover input::-webkit-input-placeholder,
.cid-rv3dP0OeoT .form-control:focus input::-webkit-input-placeholder,
.cid-rv3dP0OeoT .field-input:focus input::-webkit-input-placeholder,
.cid-rv3dP0OeoT .form-control:hover textarea::-webkit-input-placeholder,
.cid-rv3dP0OeoT .field-input:hover textarea::-webkit-input-placeholder,
.cid-rv3dP0OeoT .form-control:focus textarea::-webkit-input-placeholder,
.cid-rv3dP0OeoT .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rv3dP0OeoT .form-control:hover input:-moz-placeholder,
.cid-rv3dP0OeoT .field-input:hover input:-moz-placeholder,
.cid-rv3dP0OeoT .form-control:focus input:-moz-placeholder,
.cid-rv3dP0OeoT .field-input:focus input:-moz-placeholder,
.cid-rv3dP0OeoT .form-control:hover textarea:-moz-placeholder,
.cid-rv3dP0OeoT .field-input:hover textarea:-moz-placeholder,
.cid-rv3dP0OeoT .form-control:focus textarea:-moz-placeholder,
.cid-rv3dP0OeoT .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rv3dP0OeoT .jq-number__spin:hover,
.cid-rv3dP0OeoT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rv3dP0OeoT .jq-number__spin {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #3d626c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rv3dP0OeoT .jq-selectbox li,
.cid-rv3dP0OeoT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rv3dP0OeoT .jq-selectbox li:hover,
.cid-rv3dP0OeoT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rv3dP0OeoT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rv3dP0OeoT .jq-number__spin.minus:hover:after,
.cid-rv3dP0OeoT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rv3dP0OeoT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rv3dP0OeoT .jq-number__spin.minus:after,
.cid-rv3dP0OeoT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rv3dP0OeoT input::-webkit-clear-button {
  display: none;
}
.cid-rv3dP0OeoT input::-webkit-inner-spin-button {
  display: none;
}
.cid-rv3dP0OeoT input::-webkit-outer-spin-button {
  display: none;
}
.cid-rv3dP0OeoT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sHKtTLI0le {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHKtTLI0le .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sHKtTLI0le .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sHKtTLI0le .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sHKtTLI0le .text-white:hover {
  color: white !important;
}
.cid-sHKtTLI0le .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHKtTLI0le .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHKtTLI0le .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHKtTLI0le .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHKtTLI0le .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHKtTLI0le .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHKtTLI0le .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHKtTLI0le .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHKtTLI0le .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHKtTLI0le .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDYSILHNRr .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sDYSILHNRr .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sDYSILHNRr a {
  font-style: normal;
}
.cid-sDYSILHNRr .nav-link {
  font-family: EB Garamond !important;
}
.cid-sDYSILHNRr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDYSILHNRr .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-sDYSILHNRr .nav-item:focus,
.cid-sDYSILHNRr .nav-link:focus {
  outline: none;
}
.cid-sDYSILHNRr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDYSILHNRr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDYSILHNRr .menu-logo {
  margin-right: auto;
}
.cid-sDYSILHNRr .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-sDYSILHNRr .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-sDYSILHNRr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDYSILHNRr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDYSILHNRr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDYSILHNRr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDYSILHNRr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDYSILHNRr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDYSILHNRr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDYSILHNRr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYSILHNRr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDYSILHNRr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sDYSILHNRr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sDYSILHNRr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDYSILHNRr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDYSILHNRr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDYSILHNRr .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-sDYSILHNRr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDYSILHNRr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDYSILHNRr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDYSILHNRr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDYSILHNRr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDYSILHNRr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDYSILHNRr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDYSILHNRr button.navbar-toggler:focus {
  outline: none;
}
.cid-sDYSILHNRr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDYSILHNRr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDYSILHNRr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYSILHNRr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYSILHNRr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDYSILHNRr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYSILHNRr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDYSILHNRr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDYSILHNRr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYSILHNRr .dropdown-toggle:after {
  display: none;
}
.cid-sDYSILHNRr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDYSILHNRr .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDYSILHNRr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDYSILHNRr .collapsed .navbar-collapse.collapsing,
.cid-sDYSILHNRr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDYSILHNRr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDYSILHNRr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDYSILHNRr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDYSILHNRr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDYSILHNRr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDYSILHNRr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDYSILHNRr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDYSILHNRr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDYSILHNRr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDYSILHNRr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDYSILHNRr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sDYSILHNRr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDYSILHNRr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDYSILHNRr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDYSILHNRr .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-sDYSILHNRr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDYSILHNRr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDYSILHNRr .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-sDYSILHNRr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDYSILHNRr img {
    height: 3.8rem !important;
  }
  .cid-sDYSILHNRr .btn {
    display: -webkit-flex;
  }
  .cid-sDYSILHNRr button.navbar-toggler {
    display: block;
  }
  .cid-sDYSILHNRr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDYSILHNRr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDYSILHNRr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDYSILHNRr .navbar-collapse.collapsing,
  .cid-sDYSILHNRr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDYSILHNRr .navbar-collapse.collapsing .navbar-nav,
  .cid-sDYSILHNRr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDYSILHNRr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDYSILHNRr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDYSILHNRr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDYSILHNRr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDYSILHNRr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDYSILHNRr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDYSILHNRr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDYSILHNRr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDYSILHNRr .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-sDYSILHNRr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDYSILHNRr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDYSILHNRr .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-sDYSILHNRr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDYSILHNRr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDYSILHNRr .nav-link,
.cid-sDYSILHNRr .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sDYSILHNRr .nav-link:hover,
.cid-sDYSILHNRr .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sDYSIN5g3n {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-17.jpg");
}
.cid-sDYSIN5g3n H1 {
  color: #fff3f3;
}
.cid-sDYSIN5g3n .mbr-text,
.cid-sDYSIN5g3n .mbr-section-btn {
  color: #236e10;
}
.cid-sKn2EvmZIp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGV1PP3cTw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sGV1PP3cTw .mbr-text,
.cid-sGV1PP3cTw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGV1PP3cTw H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sFFJDmhyHA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f1d8;
}
.cid-sFFJDmhyHA .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sFFJDmhyHA .card-img span {
  font-size: 2rem;
  color: #3d626c;
}
.cid-sFFJDmhyHA .card {
  margin-bottom: 1rem;
}
.cid-sFFJDmhyHA .card-title,
.cid-sFFJDmhyHA .card-img {
  text-align: center;
}
.cid-sFFJDmhyHA .row {
  justify-content: center;
}
.cid-sFGBK447wF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-sFGBK447wF .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sFGBK447wF .card-img span {
  font-size: 2rem;
  color: #b06e6e;
}
.cid-sFGBK447wF .card {
  margin-bottom: 1rem;
}
.cid-sFGBK447wF .card-title,
.cid-sFGBK447wF .card-img {
  text-align: center;
}
.cid-sFGBK447wF .row {
  justify-content: center;
}
.cid-sDYSIQAABe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sDYSIQAABe .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-sDYSIQAABe img {
    width: 90%;
  }
}
.cid-sDYSIQAABe .social-list {
  display: flex;
  flex-wrap: wrap;
}
.cid-sDYSIQAABe .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sDYSIQAABe .soc-item span {
  font-size: 1rem;
  color: #3d626c !important;
  transition: all 0.3s;
}
.cid-sDYSIQAABe .soc-item:hover span {
  color: #3d626c !important;
}
.cid-sDYSIQAABe .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sDYSIQAABe .social-list {
    justify-content: center;
  }
}
.cid-sDYSIQAABe .mbr-text,
.cid-sDYSIQAABe .mbr-section-btn {
  color: #fff3f3;
}
.cid-sDYSIQAABe .card-title {
  color: #fff3f3;
}
.cid-sIv3UwGSGy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIv3M0bLJc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-sIv3M0bLJc .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sIv3M0bLJc .card-img span {
  font-size: 2rem;
  color: #3d626c;
}
.cid-sIv3M0bLJc .card {
  margin-bottom: 1rem;
}
.cid-sIv3M0bLJc .card-title,
.cid-sIv3M0bLJc .card-img {
  text-align: center;
}
.cid-sIv3M0bLJc .row {
  justify-content: center;
}
.cid-sKiLbkz3zX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKiLvJ4FOq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-sKiLvJ4FOq .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sKiLvJ4FOq .card-img span {
  font-size: 2rem;
  color: #3d626c;
}
.cid-sKiLvJ4FOq .card {
  margin-bottom: 1rem;
}
.cid-sKiLvJ4FOq .card-title,
.cid-sKiLvJ4FOq .card-img {
  text-align: center;
}
.cid-sKiLvJ4FOq .row {
  justify-content: center;
}
.cid-sKiQkEmA3I {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKiQj6UPEj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-sKiQj6UPEj .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sKiQj6UPEj .card-img span {
  font-size: 2rem;
  color: #3d626c;
}
.cid-sKiQj6UPEj .card {
  margin-bottom: 1rem;
}
.cid-sKiQj6UPEj .card-title,
.cid-sKiQj6UPEj .card-img {
  text-align: center;
}
.cid-sKiQj6UPEj .row {
  justify-content: center;
}
.cid-sHKtTLI0le {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHKtTLI0le .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sHKtTLI0le .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sHKtTLI0le .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sHKtTLI0le .text-white:hover {
  color: white !important;
}
.cid-sHKtTLI0le .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHKtTLI0le .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHKtTLI0le .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHKtTLI0le .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHKtTLI0le .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHKtTLI0le .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHKtTLI0le .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHKtTLI0le .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHKtTLI0le .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHKtTLI0le .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDYSNGkbh5 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sDYSNGkbh5 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sDYSNGkbh5 a {
  font-style: normal;
}
.cid-sDYSNGkbh5 .nav-link {
  font-family: EB Garamond !important;
}
.cid-sDYSNGkbh5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDYSNGkbh5 .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-sDYSNGkbh5 .nav-item:focus,
.cid-sDYSNGkbh5 .nav-link:focus {
  outline: none;
}
.cid-sDYSNGkbh5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDYSNGkbh5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDYSNGkbh5 .menu-logo {
  margin-right: auto;
}
.cid-sDYSNGkbh5 .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-sDYSNGkbh5 .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-sDYSNGkbh5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDYSNGkbh5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDYSNGkbh5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDYSNGkbh5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDYSNGkbh5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDYSNGkbh5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDYSNGkbh5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDYSNGkbh5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYSNGkbh5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDYSNGkbh5 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sDYSNGkbh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sDYSNGkbh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDYSNGkbh5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDYSNGkbh5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDYSNGkbh5 .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-sDYSNGkbh5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDYSNGkbh5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDYSNGkbh5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDYSNGkbh5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDYSNGkbh5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDYSNGkbh5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDYSNGkbh5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDYSNGkbh5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sDYSNGkbh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDYSNGkbh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDYSNGkbh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYSNGkbh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYSNGkbh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDYSNGkbh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYSNGkbh5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDYSNGkbh5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDYSNGkbh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYSNGkbh5 .dropdown-toggle:after {
  display: none;
}
.cid-sDYSNGkbh5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDYSNGkbh5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDYSNGkbh5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.collapsing,
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDYSNGkbh5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDYSNGkbh5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sDYSNGkbh5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDYSNGkbh5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDYSNGkbh5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDYSNGkbh5 .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-sDYSNGkbh5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDYSNGkbh5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDYSNGkbh5 .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-sDYSNGkbh5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDYSNGkbh5 img {
    height: 3.8rem !important;
  }
  .cid-sDYSNGkbh5 .btn {
    display: -webkit-flex;
  }
  .cid-sDYSNGkbh5 button.navbar-toggler {
    display: block;
  }
  .cid-sDYSNGkbh5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDYSNGkbh5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDYSNGkbh5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDYSNGkbh5 .navbar-collapse.collapsing,
  .cid-sDYSNGkbh5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDYSNGkbh5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sDYSNGkbh5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDYSNGkbh5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDYSNGkbh5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDYSNGkbh5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDYSNGkbh5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDYSNGkbh5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDYSNGkbh5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDYSNGkbh5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDYSNGkbh5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDYSNGkbh5 .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-sDYSNGkbh5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDYSNGkbh5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDYSNGkbh5 .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-sDYSNGkbh5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDYSNGkbh5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDYSNGkbh5 .nav-link,
.cid-sDYSNGkbh5 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sDYSNGkbh5 .nav-link:hover,
.cid-sDYSNGkbh5 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sDYSNHarSl {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-20.jpg");
}
.cid-sDYSNHarSl H1 {
  color: #ffffff;
}
.cid-sDYSNHarSl .mbr-text,
.cid-sDYSNHarSl .mbr-section-btn {
  color: #236e10;
}
.cid-sGZFOjiWwP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e58514;
}
.cid-sGZFOjiWwP H1 {
  color: #ffffff;
}
.cid-sGZFOjiWwP .mbr-text,
.cid-sGZFOjiWwP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sDYSNJBeWG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sDYSNJBeWG .card-box {
  padding: 0rem;
}
.cid-sDYSNJBeWG .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sDYSNJBeWG .card {
  padding: 0;
  margin: auto;
}
.cid-sDYSNJBeWG .card-img {
  height: 400px;
}
.cid-sDYSNJBeWG .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDYSNJBeWG .card-wrapper {
  padding: 2rem;
  width: 100%;
}
.cid-sDYSNJBeWG .mbr-text {
  color: #879a9f;
}
@media (min-width: 1400px) {
  .cid-sDYSNJBeWG .card-wrapper {
    padding: 4rem;
  }
}
.cid-sDYSNJBeWG .card-title {
  color: #e58514;
}
.cid-sGZGUs9jCp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e58514;
}
.cid-sGZGUs9jCp H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sGZGUs9jCp .mbr-text,
.cid-sGZGUs9jCp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sWXjDbm4gQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4d995;
}
.cid-sWXjDbm4gQ .mbr-text {
  color: #767676;
}
.cid-sWXjDbm4gQ .sig {
  width: 300px;
}
.cid-sWXjDbm4gQ img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sWXjDbm4gQ .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-sWXjDbm4gQ .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sHQruroujz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e58514;
}
.cid-sHQruroujz H1 {
  color: #ffffff;
}
.cid-sHQruroujz .mbr-text,
.cid-sHQruroujz .mbr-section-btn {
  color: #ffffff;
}
.cid-sIpg7f6W8H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH0tN8iS4n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e58514;
}
.cid-sH0tN8iS4n H1 {
  color: #ffffff;
}
.cid-sH0tN8iS4n .mbr-text,
.cid-sH0tN8iS4n .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sWWvdUKj24 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWWvdUKj24 .card-box {
  padding: 0rem;
}
.cid-sWWvdUKj24 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sWWvdUKj24 .card {
  padding: 0;
  margin: auto;
}
.cid-sWWvdUKj24 .card-img {
  height: 400px;
}
.cid-sWWvdUKj24 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWWvdUKj24 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sWWvdUKj24 .card-wrapper {
    padding: 4rem;
  }
}
.cid-sWWvdUKj24 .card-title {
  color: #e88e11;
}
.cid-sHX47ZOnWQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e58514;
}
.cid-sHX47ZOnWQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHX47ZOnWQ p {
  color: #767676;
  text-align: left;
}
.cid-sHX47ZOnWQ .card-box {
  padding-top: 2rem;
}
.cid-sHX47ZOnWQ .card-wrapper {
  height: 100%;
}
.cid-sHX47ZOnWQ img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-sHX47ZOnWQ P {
  text-align: center;
  color: #ffffff;
}
.cid-sHX47ZOnWQ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-sHX47ZOnWQ .card-img {
  position: relative;
}
.cid-sHX47ZOnWQ .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-sHX47ZOnWQ .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-sJ4Iny6UYs {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sJ4Iny6UYs .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sJ4Iny6UYs p {
  margin-bottom: 0 !important;
}
.cid-sJ4Iny6UYs .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sJ4Iny6UYs .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sJ4Iny6UYs .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sJ4Iny6UYs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sJ4Iny6UYs .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sJ4Iny6UYs .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sJ4Iny6UYs .card .panel-body {
  color: #767676;
}
.cid-sJ4Iny6UYs .card-header {
  transition: all 0.3s;
  background-color: #e78e17;
}
.cid-sJ4Iny6UYs .card-header:hover {
  background-color: #ffffff;
}
.cid-sJ4Iny6UYs .card-header:hover h4 {
  color: #e78e17 !important;
}
.cid-sJ4Iny6UYs H4 {
  color: #ffffff;
}
.cid-sJ4Iny6UYs .panel-text {
  color: #3d626c;
}
.cid-sHKtTLI0le {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHKtTLI0le .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sHKtTLI0le .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sHKtTLI0le .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sHKtTLI0le .text-white:hover {
  color: white !important;
}
.cid-sHKtTLI0le .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHKtTLI0le .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHKtTLI0le .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHKtTLI0le .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHKtTLI0le .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHKtTLI0le .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHKtTLI0le .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHKtTLI0le .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHKtTLI0le .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHKtTLI0le .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sHhBWqkRJ9 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sHhBWqkRJ9 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sHhBWqkRJ9 a {
  font-style: normal;
}
.cid-sHhBWqkRJ9 .nav-link {
  font-family: EB Garamond !important;
}
.cid-sHhBWqkRJ9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHhBWqkRJ9 .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-sHhBWqkRJ9 .nav-item:focus,
.cid-sHhBWqkRJ9 .nav-link:focus {
  outline: none;
}
.cid-sHhBWqkRJ9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHhBWqkRJ9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHhBWqkRJ9 .menu-logo {
  margin-right: auto;
}
.cid-sHhBWqkRJ9 .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-sHhBWqkRJ9 .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-sHhBWqkRJ9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHhBWqkRJ9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHhBWqkRJ9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sHhBWqkRJ9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHhBWqkRJ9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sHhBWqkRJ9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sHhBWqkRJ9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHhBWqkRJ9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHhBWqkRJ9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHhBWqkRJ9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sHhBWqkRJ9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sHhBWqkRJ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhBWqkRJ9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHhBWqkRJ9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhBWqkRJ9 .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-sHhBWqkRJ9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sHhBWqkRJ9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sHhBWqkRJ9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHhBWqkRJ9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHhBWqkRJ9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sHhBWqkRJ9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHhBWqkRJ9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sHhBWqkRJ9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sHhBWqkRJ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHhBWqkRJ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHhBWqkRJ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHhBWqkRJ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHhBWqkRJ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHhBWqkRJ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHhBWqkRJ9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHhBWqkRJ9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHhBWqkRJ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHhBWqkRJ9 .dropdown-toggle:after {
  display: none;
}
.cid-sHhBWqkRJ9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHhBWqkRJ9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.collapsing,
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHhBWqkRJ9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sHhBWqkRJ9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sHhBWqkRJ9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sHhBWqkRJ9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHhBWqkRJ9 .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-sHhBWqkRJ9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHhBWqkRJ9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHhBWqkRJ9 .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-sHhBWqkRJ9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHhBWqkRJ9 img {
    height: 3.8rem !important;
  }
  .cid-sHhBWqkRJ9 .btn {
    display: -webkit-flex;
  }
  .cid-sHhBWqkRJ9 button.navbar-toggler {
    display: block;
  }
  .cid-sHhBWqkRJ9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sHhBWqkRJ9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHhBWqkRJ9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHhBWqkRJ9 .navbar-collapse.collapsing,
  .cid-sHhBWqkRJ9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sHhBWqkRJ9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sHhBWqkRJ9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHhBWqkRJ9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHhBWqkRJ9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHhBWqkRJ9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sHhBWqkRJ9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHhBWqkRJ9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHhBWqkRJ9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHhBWqkRJ9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHhBWqkRJ9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHhBWqkRJ9 .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-sHhBWqkRJ9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHhBWqkRJ9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHhBWqkRJ9 .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-sHhBWqkRJ9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sHhBWqkRJ9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sHhBWqkRJ9 .nav-link,
.cid-sHhBWqkRJ9 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sHhBWqkRJ9 .nav-link:hover,
.cid-sHhBWqkRJ9 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sHhBWrw1UY {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-28.jpg");
}
.cid-sHhBWrw1UY H1 {
  color: #fff3f3;
}
.cid-sHhBWrw1UY .mbr-text,
.cid-sHhBWrw1UY .mbr-section-btn {
  color: #236e10;
}
.cid-sKncTKhbz7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHhBWsVLcE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sHhBWsVLcE .mbr-text,
.cid-sHhBWsVLcE .mbr-section-btn {
  color: #ffffff;
}
.cid-sHhBWsVLcE H1 {
  color: #ffffff;
}
.cid-sV2R22LlrL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #938f8f;
}
.cid-sV2R22LlrL .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sV2R22LlrL .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sV2R22LlrL .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sV2R22LlrL .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sV2R22LlrL .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sV2R22LlrL .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sV2R22LlrL .inner-container {
    width: 100% !important;
  }
  .cid-sV2R22LlrL .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-tDb29xE3vB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDb29xE3vB .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tDb29xE3vB .row {
  justify-content: center;
}
.cid-tDb29xE3vB .card {
  height: 100%;
  position: relative;
}
.cid-tDb29xE3vB .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tDb29xE3vB .card:hover:after {
  opacity: 0.8;
}
.cid-tDb29xE3vB .card-img {
  height: 400px;
}
.cid-tDb29xE3vB .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDb29xE3vB .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tDb29xE3vB .cardbg1 {
  background: #d7edd8;
}
.cid-tDb29xE3vB .cardbg2 {
  background: #b2ccd2;
}
.cid-tDb29xE3vB .cardbg3 {
  background: #d7edd8;
}
.cid-tDb29xE3vB .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-tDb29xE3vB .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tDb29xE3vB .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tDb29xE3vB .card {
    margin-bottom: 2rem;
  }
}
.cid-tDb29xE3vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDb29xE3vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBtGTKRghl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBtGTKRghl .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tBtGTKRghl .row {
  justify-content: center;
}
.cid-tBtGTKRghl .card {
  height: 100%;
  position: relative;
}
.cid-tBtGTKRghl .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tBtGTKRghl .card:hover:after {
  opacity: 0.8;
}
.cid-tBtGTKRghl .card-img {
  height: 400px;
}
.cid-tBtGTKRghl .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBtGTKRghl .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tBtGTKRghl .cardbg1 {
  background: #b2ccd2;
}
.cid-tBtGTKRghl .cardbg2 {
  background: #d7edd8;
}
.cid-tBtGTKRghl .cardbg3 {
  background: #b2ccd2;
}
.cid-tBtGTKRghl .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-tBtGTKRghl .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tBtGTKRghl .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tBtGTKRghl .card {
    margin-bottom: 2rem;
  }
}
.cid-tBtGTKRghl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBtGTKRghl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz7xPC4owd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz7xPC4owd .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tz7xPC4owd .row {
  justify-content: center;
}
.cid-tz7xPC4owd .card {
  height: 100%;
  position: relative;
}
.cid-tz7xPC4owd .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tz7xPC4owd .card:hover:after {
  opacity: 0.8;
}
.cid-tz7xPC4owd .card-img {
  height: 400px;
}
.cid-tz7xPC4owd .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tz7xPC4owd .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tz7xPC4owd .cardbg1 {
  background: #d7edd8;
}
.cid-tz7xPC4owd .cardbg2 {
  background: #b2ccd2;
}
.cid-tz7xPC4owd .cardbg3 {
  background: #d7edd8;
}
.cid-tz7xPC4owd .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-tz7xPC4owd .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tz7xPC4owd .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tz7xPC4owd .card {
    margin-bottom: 2rem;
  }
}
.cid-tz7xPC4owd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz7xPC4owd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuSguoTLrc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tuSguoTLrc .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tuSguoTLrc .row {
  justify-content: center;
}
.cid-tuSguoTLrc .card {
  height: 100%;
  position: relative;
}
.cid-tuSguoTLrc .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tuSguoTLrc .card:hover:after {
  opacity: 0.8;
}
.cid-tuSguoTLrc .card-img {
  height: 400px;
}
.cid-tuSguoTLrc .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuSguoTLrc .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tuSguoTLrc .cardbg1 {
  background: #b2ccd2;
}
.cid-tuSguoTLrc .cardbg2 {
  background: #d7edd8;
}
.cid-tuSguoTLrc .cardbg3 {
  background: #b2ccd2;
}
.cid-tuSguoTLrc .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-tuSguoTLrc .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tuSguoTLrc .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tuSguoTLrc .card {
    margin-bottom: 2rem;
  }
}
.cid-tuSguoTLrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuSguoTLrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tspXpsUiTI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tspXpsUiTI .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tspXpsUiTI .row {
  justify-content: center;
}
.cid-tspXpsUiTI .card {
  height: 100%;
  position: relative;
}
.cid-tspXpsUiTI .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tspXpsUiTI .card:hover:after {
  opacity: 0.8;
}
.cid-tspXpsUiTI .card-img {
  height: 400px;
}
.cid-tspXpsUiTI .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tspXpsUiTI .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tspXpsUiTI .cardbg1 {
  background: #d7edd8;
}
.cid-tspXpsUiTI .cardbg2 {
  background: #b2ccd2;
}
.cid-tspXpsUiTI .cardbg3 {
  background: #d7edd8;
}
.cid-tspXpsUiTI .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-tspXpsUiTI .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tspXpsUiTI .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tspXpsUiTI .card {
    margin-bottom: 2rem;
  }
}
.cid-tspXpsUiTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tspXpsUiTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlfctASbMU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tlfctASbMU .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tlfctASbMU .row {
  justify-content: center;
}
.cid-tlfctASbMU .card {
  height: 100%;
  position: relative;
}
.cid-tlfctASbMU .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tlfctASbMU .card:hover:after {
  opacity: 0.8;
}
.cid-tlfctASbMU .card-img {
  height: 400px;
}
.cid-tlfctASbMU .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tlfctASbMU .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tlfctASbMU .cardbg1 {
  background: #b2ccd2;
}
.cid-tlfctASbMU .cardbg2 {
  background: #d7edd8;
}
.cid-tlfctASbMU .cardbg3 {
  background: #b2ccd2;
}
.cid-tlfctASbMU .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-tlfctASbMU .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tlfctASbMU .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tlfctASbMU .card {
    margin-bottom: 2rem;
  }
}
.cid-tlfctASbMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlfctASbMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkllrU4iVe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkllrU4iVe .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tkllrU4iVe .row {
  justify-content: center;
}
.cid-tkllrU4iVe .card {
  height: 100%;
  position: relative;
}
.cid-tkllrU4iVe .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tkllrU4iVe .card:hover:after {
  opacity: 0.8;
}
.cid-tkllrU4iVe .card-img {
  height: 400px;
}
.cid-tkllrU4iVe .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tkllrU4iVe .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tkllrU4iVe .cardbg1 {
  background: #d7edd8;
}
.cid-tkllrU4iVe .cardbg2 {
  background: #b2ccd2;
}
.cid-tkllrU4iVe .cardbg3 {
  background: #d7edd8;
}
.cid-tkllrU4iVe .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-tkllrU4iVe .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tkllrU4iVe .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tkllrU4iVe .card {
    margin-bottom: 2rem;
  }
}
.cid-tkllrU4iVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkllrU4iVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ti8iQBm6bm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ti8iQBm6bm .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ti8iQBm6bm .row {
  justify-content: center;
}
.cid-ti8iQBm6bm .card {
  height: 100%;
  position: relative;
}
.cid-ti8iQBm6bm .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-ti8iQBm6bm .card:hover:after {
  opacity: 0.8;
}
.cid-ti8iQBm6bm .card-img {
  height: 400px;
}
.cid-ti8iQBm6bm .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ti8iQBm6bm .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-ti8iQBm6bm .cardbg1 {
  background: #b2ccd2;
}
.cid-ti8iQBm6bm .cardbg2 {
  background: #d7edd8;
}
.cid-ti8iQBm6bm .cardbg3 {
  background: #b2ccd2;
}
.cid-ti8iQBm6bm .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-ti8iQBm6bm .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-ti8iQBm6bm .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-ti8iQBm6bm .card {
    margin-bottom: 2rem;
  }
}
.cid-ti8iQBm6bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti8iQBm6bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ti3mrqazC7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ti3mrqazC7 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ti3mrqazC7 .row {
  justify-content: center;
}
.cid-ti3mrqazC7 .card {
  height: 100%;
  position: relative;
}
.cid-ti3mrqazC7 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-ti3mrqazC7 .card:hover:after {
  opacity: 0.8;
}
.cid-ti3mrqazC7 .card-img {
  height: 400px;
}
.cid-ti3mrqazC7 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ti3mrqazC7 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-ti3mrqazC7 .cardbg1 {
  background: #d7edd8;
}
.cid-ti3mrqazC7 .cardbg2 {
  background: #b2ccd2;
}
.cid-ti3mrqazC7 .cardbg3 {
  background: #d7edd8;
}
.cid-ti3mrqazC7 .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-ti3mrqazC7 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-ti3mrqazC7 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-ti3mrqazC7 .card {
    margin-bottom: 2rem;
  }
}
.cid-ti3mrqazC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti3mrqazC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfTIIH78YJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfTIIH78YJ .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tfTIIH78YJ .row {
  justify-content: center;
}
.cid-tfTIIH78YJ .card {
  height: 100%;
  position: relative;
}
.cid-tfTIIH78YJ .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tfTIIH78YJ .card:hover:after {
  opacity: 0.8;
}
.cid-tfTIIH78YJ .card-img {
  height: 400px;
}
.cid-tfTIIH78YJ .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfTIIH78YJ .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tfTIIH78YJ .cardbg1 {
  background: #b2ccd2;
}
.cid-tfTIIH78YJ .cardbg2 {
  background: #d7edd8;
}
.cid-tfTIIH78YJ .cardbg3 {
  background: #b2ccd2;
}
.cid-tfTIIH78YJ .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-tfTIIH78YJ .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tfTIIH78YJ .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tfTIIH78YJ .card {
    margin-bottom: 2rem;
  }
}
.cid-tfTIIH78YJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfTIIH78YJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfTwgI7NwJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfTwgI7NwJ .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tfTwgI7NwJ .row {
  justify-content: center;
}
.cid-tfTwgI7NwJ .card {
  height: 100%;
  position: relative;
}
.cid-tfTwgI7NwJ .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tfTwgI7NwJ .card:hover:after {
  opacity: 0.8;
}
.cid-tfTwgI7NwJ .card-img {
  height: 400px;
}
.cid-tfTwgI7NwJ .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfTwgI7NwJ .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tfTwgI7NwJ .cardbg1 {
  background: #d7edd8;
}
.cid-tfTwgI7NwJ .cardbg2 {
  background: #b2ccd2;
}
.cid-tfTwgI7NwJ .cardbg3 {
  background: #d7edd8;
}
.cid-tfTwgI7NwJ .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-tfTwgI7NwJ .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tfTwgI7NwJ .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tfTwgI7NwJ .card {
    margin-bottom: 2rem;
  }
}
.cid-tfTwgI7NwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfTwgI7NwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfptWZ6g7M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfptWZ6g7M .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tfptWZ6g7M .row {
  justify-content: center;
}
.cid-tfptWZ6g7M .card {
  height: 100%;
  position: relative;
}
.cid-tfptWZ6g7M .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tfptWZ6g7M .card:hover:after {
  opacity: 0.8;
}
.cid-tfptWZ6g7M .card-img {
  height: 400px;
}
.cid-tfptWZ6g7M .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tfptWZ6g7M .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tfptWZ6g7M .cardbg1 {
  background: #b2ccd2;
}
.cid-tfptWZ6g7M .cardbg2 {
  background: #d7edd8;
}
.cid-tfptWZ6g7M .cardbg3 {
  background: #b2ccd2;
}
.cid-tfptWZ6g7M .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-tfptWZ6g7M .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tfptWZ6g7M .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tfptWZ6g7M .card {
    margin-bottom: 2rem;
  }
}
.cid-tfptWZ6g7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfptWZ6g7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdq3oBRUYv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tdq3oBRUYv .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tdq3oBRUYv .row {
  justify-content: center;
}
.cid-tdq3oBRUYv .card {
  height: 100%;
  position: relative;
}
.cid-tdq3oBRUYv .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tdq3oBRUYv .card:hover:after {
  opacity: 0.8;
}
.cid-tdq3oBRUYv .card-img {
  height: 400px;
}
.cid-tdq3oBRUYv .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tdq3oBRUYv .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tdq3oBRUYv .cardbg1 {
  background: #d7edd8;
}
.cid-tdq3oBRUYv .cardbg2 {
  background: #b2ccd2;
}
.cid-tdq3oBRUYv .cardbg3 {
  background: #d7edd8;
}
.cid-tdq3oBRUYv .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-tdq3oBRUYv .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tdq3oBRUYv .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tdq3oBRUYv .card {
    margin-bottom: 2rem;
  }
}
.cid-tdq3oBRUYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdq3oBRUYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tc0e6p9ln7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tc0e6p9ln7 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tc0e6p9ln7 .row {
  justify-content: center;
}
.cid-tc0e6p9ln7 .card {
  height: 100%;
  position: relative;
}
.cid-tc0e6p9ln7 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tc0e6p9ln7 .card:hover:after {
  opacity: 0.8;
}
.cid-tc0e6p9ln7 .card-img {
  height: 400px;
}
.cid-tc0e6p9ln7 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tc0e6p9ln7 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tc0e6p9ln7 .cardbg1 {
  background: #b2ccd2;
}
.cid-tc0e6p9ln7 .cardbg2 {
  background: #d7edd8;
}
.cid-tc0e6p9ln7 .cardbg3 {
  background: #b2ccd2;
}
.cid-tc0e6p9ln7 .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-tc0e6p9ln7 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tc0e6p9ln7 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tc0e6p9ln7 .card {
    margin-bottom: 2rem;
  }
}
.cid-ta8IeRJ4Fu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ta8IeRJ4Fu .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ta8IeRJ4Fu .row {
  justify-content: center;
}
.cid-ta8IeRJ4Fu .card {
  height: 100%;
  position: relative;
}
.cid-ta8IeRJ4Fu .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-ta8IeRJ4Fu .card:hover:after {
  opacity: 0.8;
}
.cid-ta8IeRJ4Fu .card-img {
  height: 400px;
}
.cid-ta8IeRJ4Fu .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta8IeRJ4Fu .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-ta8IeRJ4Fu .cardbg1 {
  background: #d7edd8;
}
.cid-ta8IeRJ4Fu .cardbg2 {
  background: #b2ccd2;
}
.cid-ta8IeRJ4Fu .cardbg3 {
  background: #d7edd8;
}
.cid-ta8IeRJ4Fu .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-ta8IeRJ4Fu .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-ta8IeRJ4Fu .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-ta8IeRJ4Fu .card {
    margin-bottom: 2rem;
  }
}
.cid-ta1vA3ydj9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ta1vA3ydj9 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-ta1vA3ydj9 .row {
  justify-content: center;
}
.cid-ta1vA3ydj9 .card {
  height: 100%;
  position: relative;
}
.cid-ta1vA3ydj9 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-ta1vA3ydj9 .card:hover:after {
  opacity: 0.8;
}
.cid-ta1vA3ydj9 .card-img {
  height: 400px;
}
.cid-ta1vA3ydj9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ta1vA3ydj9 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-ta1vA3ydj9 .cardbg1 {
  background: #b2ccd2;
}
.cid-ta1vA3ydj9 .cardbg2 {
  background: #d7edd8;
}
.cid-ta1vA3ydj9 .cardbg3 {
  background: #b2ccd2;
}
.cid-ta1vA3ydj9 .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-ta1vA3ydj9 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-ta1vA3ydj9 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-ta1vA3ydj9 .card {
    margin-bottom: 2rem;
  }
}
.cid-t9ms43icHv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t9ms43icHv .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t9ms43icHv .row {
  justify-content: center;
}
.cid-t9ms43icHv .card {
  height: 100%;
  position: relative;
}
.cid-t9ms43icHv .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t9ms43icHv .card:hover:after {
  opacity: 0.8;
}
.cid-t9ms43icHv .card-img {
  height: 400px;
}
.cid-t9ms43icHv .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t9ms43icHv .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t9ms43icHv .cardbg1 {
  background: #d7edd8;
}
.cid-t9ms43icHv .cardbg2 {
  background: #b2ccd2;
}
.cid-t9ms43icHv .cardbg3 {
  background: #d7edd8;
}
.cid-t9ms43icHv .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t9ms43icHv .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t9ms43icHv .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t9ms43icHv .card {
    margin-bottom: 2rem;
  }
}
.cid-t8IsZFhJBZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8IsZFhJBZ .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t8IsZFhJBZ .row {
  justify-content: center;
}
.cid-t8IsZFhJBZ .card {
  height: 100%;
  position: relative;
}
.cid-t8IsZFhJBZ .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t8IsZFhJBZ .card:hover:after {
  opacity: 0.8;
}
.cid-t8IsZFhJBZ .card-img {
  height: 400px;
}
.cid-t8IsZFhJBZ .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8IsZFhJBZ .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t8IsZFhJBZ .cardbg1 {
  background: #b2ccd2;
}
.cid-t8IsZFhJBZ .cardbg2 {
  background: #d7edd8;
}
.cid-t8IsZFhJBZ .cardbg3 {
  background: #b2ccd2;
}
.cid-t8IsZFhJBZ .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t8IsZFhJBZ .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t8IsZFhJBZ .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t8IsZFhJBZ .card {
    margin-bottom: 2rem;
  }
}
.cid-t7oVO0Udg0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7oVO0Udg0 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t7oVO0Udg0 .row {
  justify-content: center;
}
.cid-t7oVO0Udg0 .card {
  height: 100%;
  position: relative;
}
.cid-t7oVO0Udg0 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t7oVO0Udg0 .card:hover:after {
  opacity: 0.8;
}
.cid-t7oVO0Udg0 .card-img {
  height: 400px;
}
.cid-t7oVO0Udg0 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t7oVO0Udg0 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t7oVO0Udg0 .cardbg1 {
  background: #d7edd8;
}
.cid-t7oVO0Udg0 .cardbg2 {
  background: #b2ccd2;
}
.cid-t7oVO0Udg0 .cardbg3 {
  background: #d7edd8;
}
.cid-t7oVO0Udg0 .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t7oVO0Udg0 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t7oVO0Udg0 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t7oVO0Udg0 .card {
    margin-bottom: 2rem;
  }
}
.cid-t5pc6xDCB9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t5pc6xDCB9 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t5pc6xDCB9 .row {
  justify-content: center;
}
.cid-t5pc6xDCB9 .card {
  height: 100%;
  position: relative;
}
.cid-t5pc6xDCB9 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t5pc6xDCB9 .card:hover:after {
  opacity: 0.8;
}
.cid-t5pc6xDCB9 .card-img {
  height: 400px;
}
.cid-t5pc6xDCB9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t5pc6xDCB9 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t5pc6xDCB9 .cardbg1 {
  background: #b2ccd2;
}
.cid-t5pc6xDCB9 .cardbg2 {
  background: #d7edd8;
}
.cid-t5pc6xDCB9 .cardbg3 {
  background: #b2ccd2;
}
.cid-t5pc6xDCB9 .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t5pc6xDCB9 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t5pc6xDCB9 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t5pc6xDCB9 .card {
    margin-bottom: 2rem;
  }
}
.cid-t4QEjDToXf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4QEjDToXf .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t4QEjDToXf .row {
  justify-content: center;
}
.cid-t4QEjDToXf .card {
  height: 100%;
  position: relative;
}
.cid-t4QEjDToXf .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t4QEjDToXf .card:hover:after {
  opacity: 0.8;
}
.cid-t4QEjDToXf .card-img {
  height: 400px;
}
.cid-t4QEjDToXf .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4QEjDToXf .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t4QEjDToXf .cardbg1 {
  background: #d7edd8;
}
.cid-t4QEjDToXf .cardbg2 {
  background: #b2ccd2;
}
.cid-t4QEjDToXf .cardbg3 {
  background: #d7edd8;
}
.cid-t4QEjDToXf .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t4QEjDToXf .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t4QEjDToXf .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t4QEjDToXf .card {
    margin-bottom: 2rem;
  }
}
.cid-t4QjYUI9PP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4QjYUI9PP .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t4QjYUI9PP .row {
  justify-content: center;
}
.cid-t4QjYUI9PP .card {
  height: 100%;
  position: relative;
}
.cid-t4QjYUI9PP .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t4QjYUI9PP .card:hover:after {
  opacity: 0.8;
}
.cid-t4QjYUI9PP .card-img {
  height: 400px;
}
.cid-t4QjYUI9PP .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4QjYUI9PP .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t4QjYUI9PP .cardbg1 {
  background: #b2ccd2;
}
.cid-t4QjYUI9PP .cardbg2 {
  background: #d7edd8;
}
.cid-t4QjYUI9PP .cardbg3 {
  background: #b2ccd2;
}
.cid-t4QjYUI9PP .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t4QjYUI9PP .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t4QjYUI9PP .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t4QjYUI9PP .card {
    margin-bottom: 2rem;
  }
}
.cid-t4EqleoeWu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4EqleoeWu .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t4EqleoeWu .row {
  justify-content: center;
}
.cid-t4EqleoeWu .card {
  height: 100%;
  position: relative;
}
.cid-t4EqleoeWu .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t4EqleoeWu .card:hover:after {
  opacity: 0.8;
}
.cid-t4EqleoeWu .card-img {
  height: 400px;
}
.cid-t4EqleoeWu .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4EqleoeWu .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t4EqleoeWu .cardbg1 {
  background: #d7edd8;
}
.cid-t4EqleoeWu .cardbg2 {
  background: #b2ccd2;
}
.cid-t4EqleoeWu .cardbg3 {
  background: #d7edd8;
}
.cid-t4EqleoeWu .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t4EqleoeWu .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t4EqleoeWu .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t4EqleoeWu .card {
    margin-bottom: 2rem;
  }
}
.cid-t403FNJt2M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t403FNJt2M .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t403FNJt2M .row {
  justify-content: center;
}
.cid-t403FNJt2M .card {
  height: 100%;
  position: relative;
}
.cid-t403FNJt2M .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t403FNJt2M .card:hover:after {
  opacity: 0.8;
}
.cid-t403FNJt2M .card-img {
  height: 400px;
}
.cid-t403FNJt2M .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t403FNJt2M .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t403FNJt2M .cardbg1 {
  background: #b2ccd2;
}
.cid-t403FNJt2M .cardbg2 {
  background: #d7edd8;
}
.cid-t403FNJt2M .cardbg3 {
  background: #b2ccd2;
}
.cid-t403FNJt2M .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t403FNJt2M .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t403FNJt2M .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t403FNJt2M .card {
    margin-bottom: 2rem;
  }
}
.cid-t3Ioju9etC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t3Ioju9etC .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t3Ioju9etC .row {
  justify-content: center;
}
.cid-t3Ioju9etC .card {
  height: 100%;
  position: relative;
}
.cid-t3Ioju9etC .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t3Ioju9etC .card:hover:after {
  opacity: 0.8;
}
.cid-t3Ioju9etC .card-img {
  height: 400px;
}
.cid-t3Ioju9etC .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3Ioju9etC .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t3Ioju9etC .cardbg1 {
  background: #d7edd8;
}
.cid-t3Ioju9etC .cardbg2 {
  background: #b2ccd2;
}
.cid-t3Ioju9etC .cardbg3 {
  background: #d7edd8;
}
.cid-t3Ioju9etC .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t3Ioju9etC .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t3Ioju9etC .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t3Ioju9etC .card {
    margin-bottom: 2rem;
  }
}
.cid-t3qUeMnWCB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t3qUeMnWCB .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t3qUeMnWCB .row {
  justify-content: center;
}
.cid-t3qUeMnWCB .card {
  height: 100%;
  position: relative;
}
.cid-t3qUeMnWCB .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t3qUeMnWCB .card:hover:after {
  opacity: 0.8;
}
.cid-t3qUeMnWCB .card-img {
  height: 400px;
}
.cid-t3qUeMnWCB .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t3qUeMnWCB .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t3qUeMnWCB .cardbg1 {
  background: #f6c2c0;
}
.cid-t3qUeMnWCB .cardbg2 {
  background: #b2ccd2;
}
.cid-t3qUeMnWCB .cardbg3 {
  background: #d7edd8;
}
.cid-t3qUeMnWCB .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t3qUeMnWCB .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t3qUeMnWCB .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t3qUeMnWCB .card {
    margin-bottom: 2rem;
  }
}
.cid-t2Yrbp3Lm6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2Yrbp3Lm6 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t2Yrbp3Lm6 .row {
  justify-content: center;
}
.cid-t2Yrbp3Lm6 .card {
  height: 100%;
  position: relative;
}
.cid-t2Yrbp3Lm6 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t2Yrbp3Lm6 .card:hover:after {
  opacity: 0.8;
}
.cid-t2Yrbp3Lm6 .card-img {
  height: 400px;
}
.cid-t2Yrbp3Lm6 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t2Yrbp3Lm6 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t2Yrbp3Lm6 .cardbg1 {
  background: #b2ccd2;
}
.cid-t2Yrbp3Lm6 .cardbg2 {
  background: #d7edd8;
}
.cid-t2Yrbp3Lm6 .cardbg3 {
  background: #b2ccd2;
}
.cid-t2Yrbp3Lm6 .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t2Yrbp3Lm6 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t2Yrbp3Lm6 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t2Yrbp3Lm6 .card {
    margin-bottom: 2rem;
  }
}
.cid-t2YfcjeVe5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2YfcjeVe5 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t2YfcjeVe5 .row {
  justify-content: center;
}
.cid-t2YfcjeVe5 .card {
  height: 100%;
  position: relative;
}
.cid-t2YfcjeVe5 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t2YfcjeVe5 .card:hover:after {
  opacity: 0.8;
}
.cid-t2YfcjeVe5 .card-img {
  height: 400px;
}
.cid-t2YfcjeVe5 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t2YfcjeVe5 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t2YfcjeVe5 .cardbg1 {
  background: #d7edd8;
}
.cid-t2YfcjeVe5 .cardbg2 {
  background: #b2ccd2;
}
.cid-t2YfcjeVe5 .cardbg3 {
  background: #d7edd8;
}
.cid-t2YfcjeVe5 .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t2YfcjeVe5 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t2YfcjeVe5 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t2YfcjeVe5 .card {
    margin-bottom: 2rem;
  }
}
.cid-t27miSIU0m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t27miSIU0m .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t27miSIU0m .row {
  justify-content: center;
}
.cid-t27miSIU0m .card {
  height: 100%;
  position: relative;
}
.cid-t27miSIU0m .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t27miSIU0m .card:hover:after {
  opacity: 0.8;
}
.cid-t27miSIU0m .card-img {
  height: 400px;
}
.cid-t27miSIU0m .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t27miSIU0m .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t27miSIU0m .cardbg1 {
  background: #b2ccd2;
}
.cid-t27miSIU0m .cardbg2 {
  background: #d7edd8;
}
.cid-t27miSIU0m .cardbg3 {
  background: #b2ccd2;
}
.cid-t27miSIU0m .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t27miSIU0m .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t27miSIU0m .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t27miSIU0m .card {
    margin-bottom: 2rem;
  }
}
.cid-t1AOCK5QZa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1AOCK5QZa .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t1AOCK5QZa .row {
  justify-content: center;
}
.cid-t1AOCK5QZa .card {
  height: 100%;
  position: relative;
}
.cid-t1AOCK5QZa .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t1AOCK5QZa .card:hover:after {
  opacity: 0.8;
}
.cid-t1AOCK5QZa .card-img {
  height: 400px;
}
.cid-t1AOCK5QZa .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t1AOCK5QZa .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t1AOCK5QZa .cardbg1 {
  background: #d7edd8;
}
.cid-t1AOCK5QZa .cardbg2 {
  background: #b2ccd2;
}
.cid-t1AOCK5QZa .cardbg3 {
  background: #d7edd8;
}
.cid-t1AOCK5QZa .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t1AOCK5QZa .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t1AOCK5QZa .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t1AOCK5QZa .card {
    margin-bottom: 2rem;
  }
}
.cid-t0HzCOlNrr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0HzCOlNrr .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t0HzCOlNrr .row {
  justify-content: center;
}
.cid-t0HzCOlNrr .card {
  height: 100%;
  position: relative;
}
.cid-t0HzCOlNrr .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t0HzCOlNrr .card:hover:after {
  opacity: 0.8;
}
.cid-t0HzCOlNrr .card-img {
  height: 400px;
}
.cid-t0HzCOlNrr .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0HzCOlNrr .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t0HzCOlNrr .cardbg1 {
  background: #b2ccd2;
}
.cid-t0HzCOlNrr .cardbg2 {
  background: #d7edd8;
}
.cid-t0HzCOlNrr .cardbg3 {
  background: #b2ccd2;
}
.cid-t0HzCOlNrr .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t0HzCOlNrr .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t0HzCOlNrr .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t0HzCOlNrr .card {
    margin-bottom: 2rem;
  }
}
.cid-t0el2Eal2l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0el2Eal2l .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t0el2Eal2l .row {
  justify-content: center;
}
.cid-t0el2Eal2l .card {
  height: 100%;
  position: relative;
}
.cid-t0el2Eal2l .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t0el2Eal2l .card:hover:after {
  opacity: 0.8;
}
.cid-t0el2Eal2l .card-img {
  height: 400px;
}
.cid-t0el2Eal2l .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0el2Eal2l .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t0el2Eal2l .cardbg1 {
  background: #d7edd8;
}
.cid-t0el2Eal2l .cardbg2 {
  background: #b2ccd2;
}
.cid-t0el2Eal2l .cardbg3 {
  background: #d7edd8;
}
.cid-t0el2Eal2l .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-t0el2Eal2l .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t0el2Eal2l .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t0el2Eal2l .card {
    margin-bottom: 2rem;
  }
}
.cid-t0ec47TNte {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t0ec47TNte .mbr-section-btn {
  margin-top: 5rem;
}
.cid-t0ec47TNte .row {
  justify-content: center;
}
.cid-t0ec47TNte .card {
  height: 100%;
  position: relative;
}
.cid-t0ec47TNte .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-t0ec47TNte .card:hover:after {
  opacity: 0.8;
}
.cid-t0ec47TNte .card-img {
  height: 400px;
}
.cid-t0ec47TNte .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0ec47TNte .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-t0ec47TNte .cardbg1 {
  background: #f6c2c0;
}
.cid-t0ec47TNte .cardbg2 {
  background: #d7edd8;
}
.cid-t0ec47TNte .cardbg3 {
  background: #b2ccd2;
}
.cid-t0ec47TNte .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-t0ec47TNte .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-t0ec47TNte .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-t0ec47TNte .card {
    margin-bottom: 2rem;
  }
}
.cid-sYTRV9QRom {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYTRV9QRom .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sYTRV9QRom .row {
  justify-content: center;
}
.cid-sYTRV9QRom .card {
  height: 100%;
  position: relative;
}
.cid-sYTRV9QRom .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sYTRV9QRom .card:hover:after {
  opacity: 0.8;
}
.cid-sYTRV9QRom .card-img {
  height: 400px;
}
.cid-sYTRV9QRom .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sYTRV9QRom .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sYTRV9QRom .cardbg1 {
  background: #d7edd8;
}
.cid-sYTRV9QRom .cardbg2 {
  background: #b2ccd2;
}
.cid-sYTRV9QRom .cardbg3 {
  background: #d7edd8;
}
.cid-sYTRV9QRom .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sYTRV9QRom .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sYTRV9QRom .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sYTRV9QRom .card {
    margin-bottom: 2rem;
  }
}
.cid-sYruk8PjSg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYruk8PjSg .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sYruk8PjSg .row {
  justify-content: center;
}
.cid-sYruk8PjSg .card {
  height: 100%;
  position: relative;
}
.cid-sYruk8PjSg .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sYruk8PjSg .card:hover:after {
  opacity: 0.8;
}
.cid-sYruk8PjSg .card-img {
  height: 400px;
}
.cid-sYruk8PjSg .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sYruk8PjSg .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sYruk8PjSg .cardbg1 {
  background: #b2ccd2;
}
.cid-sYruk8PjSg .cardbg2 {
  background: #d7edd8;
}
.cid-sYruk8PjSg .cardbg3 {
  background: #b2ccd2;
}
.cid-sYruk8PjSg .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sYruk8PjSg .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sYruk8PjSg .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sYruk8PjSg .card {
    margin-bottom: 2rem;
  }
}
.cid-sYlBYFYoFv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sYlBYFYoFv .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sYlBYFYoFv .row {
  justify-content: center;
}
.cid-sYlBYFYoFv .card {
  height: 100%;
  position: relative;
}
.cid-sYlBYFYoFv .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sYlBYFYoFv .card:hover:after {
  opacity: 0.8;
}
.cid-sYlBYFYoFv .card-img {
  height: 400px;
}
.cid-sYlBYFYoFv .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sYlBYFYoFv .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sYlBYFYoFv .cardbg1 {
  background: #d7edd8;
}
.cid-sYlBYFYoFv .cardbg2 {
  background: #b2ccd2;
}
.cid-sYlBYFYoFv .cardbg3 {
  background: #d7edd8;
}
.cid-sYlBYFYoFv .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sYlBYFYoFv .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sYlBYFYoFv .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sYlBYFYoFv .card {
    margin-bottom: 2rem;
  }
}
.cid-sY3lwoO3s4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sY3lwoO3s4 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sY3lwoO3s4 .row {
  justify-content: center;
}
.cid-sY3lwoO3s4 .card {
  height: 100%;
  position: relative;
}
.cid-sY3lwoO3s4 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sY3lwoO3s4 .card:hover:after {
  opacity: 0.8;
}
.cid-sY3lwoO3s4 .card-img {
  height: 400px;
}
.cid-sY3lwoO3s4 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sY3lwoO3s4 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sY3lwoO3s4 .cardbg1 {
  background: #b2ccd2;
}
.cid-sY3lwoO3s4 .cardbg2 {
  background: #d7edd8;
}
.cid-sY3lwoO3s4 .cardbg3 {
  background: #b2ccd2;
}
.cid-sY3lwoO3s4 .cardbg4 {
  background: #f6c2c0;
}
@media (min-width: 1400px) {
  .cid-sY3lwoO3s4 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sY3lwoO3s4 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sY3lwoO3s4 .card {
    margin-bottom: 2rem;
  }
}
.cid-sXFR9YJWjN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXFR9YJWjN .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sXFR9YJWjN .row {
  justify-content: center;
}
.cid-sXFR9YJWjN .card {
  height: 100%;
  position: relative;
}
.cid-sXFR9YJWjN .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sXFR9YJWjN .card:hover:after {
  opacity: 0.8;
}
.cid-sXFR9YJWjN .card-img {
  height: 400px;
}
.cid-sXFR9YJWjN .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXFR9YJWjN .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sXFR9YJWjN .cardbg1 {
  background: #d7edd8;
}
.cid-sXFR9YJWjN .cardbg2 {
  background: #b2ccd2;
}
.cid-sXFR9YJWjN .cardbg3 {
  background: #d7edd8;
}
.cid-sXFR9YJWjN .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sXFR9YJWjN .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sXFR9YJWjN .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sXFR9YJWjN .card {
    margin-bottom: 2rem;
  }
}
.cid-sXqXVVtW1f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXqXVVtW1f .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sXqXVVtW1f .row {
  justify-content: center;
}
.cid-sXqXVVtW1f .card {
  height: 100%;
  position: relative;
}
.cid-sXqXVVtW1f .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sXqXVVtW1f .card:hover:after {
  opacity: 0.8;
}
.cid-sXqXVVtW1f .card-img {
  height: 400px;
}
.cid-sXqXVVtW1f .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXqXVVtW1f .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sXqXVVtW1f .cardbg1 {
  background: #b2ccd2;
}
.cid-sXqXVVtW1f .cardbg2 {
  background: #d7edd8;
}
.cid-sXqXVVtW1f .cardbg3 {
  background: #b2ccd2;
}
.cid-sXqXVVtW1f .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sXqXVVtW1f .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sXqXVVtW1f .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sXqXVVtW1f .card {
    margin-bottom: 2rem;
  }
}
.cid-sWWgnrcz5W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWWgnrcz5W .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sWWgnrcz5W .row {
  justify-content: center;
}
.cid-sWWgnrcz5W .card {
  height: 100%;
  position: relative;
}
.cid-sWWgnrcz5W .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sWWgnrcz5W .card:hover:after {
  opacity: 0.8;
}
.cid-sWWgnrcz5W .card-img {
  height: 400px;
}
.cid-sWWgnrcz5W .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWWgnrcz5W .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sWWgnrcz5W .cardbg1 {
  background: #d7edd8;
}
.cid-sWWgnrcz5W .cardbg2 {
  background: #b2ccd2;
}
.cid-sWWgnrcz5W .cardbg3 {
  background: #d7edd8;
}
.cid-sWWgnrcz5W .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sWWgnrcz5W .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sWWgnrcz5W .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sWWgnrcz5W .card {
    margin-bottom: 2rem;
  }
}
.cid-sWMwMdCrzh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWMwMdCrzh .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sWMwMdCrzh .row {
  justify-content: center;
}
.cid-sWMwMdCrzh .card {
  height: 100%;
  position: relative;
}
.cid-sWMwMdCrzh .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sWMwMdCrzh .card:hover:after {
  opacity: 0.8;
}
.cid-sWMwMdCrzh .card-img {
  height: 400px;
}
.cid-sWMwMdCrzh .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWMwMdCrzh .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sWMwMdCrzh .cardbg1 {
  background: #d7edd8;
}
.cid-sWMwMdCrzh .cardbg2 {
  background: #b2ccd2;
}
.cid-sWMwMdCrzh .cardbg3 {
  background: #d7edd8;
}
.cid-sWMwMdCrzh .cardbg4 {
  background: #f6c2c0;
}
@media (min-width: 1400px) {
  .cid-sWMwMdCrzh .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sWMwMdCrzh .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sWMwMdCrzh .card {
    margin-bottom: 2rem;
  }
}
.cid-sWabCuRs6J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWabCuRs6J .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sWabCuRs6J .row {
  justify-content: center;
}
.cid-sWabCuRs6J .card {
  height: 100%;
  position: relative;
}
.cid-sWabCuRs6J .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sWabCuRs6J .card:hover:after {
  opacity: 0.8;
}
.cid-sWabCuRs6J .card-img {
  height: 400px;
}
.cid-sWabCuRs6J .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWabCuRs6J .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sWabCuRs6J .cardbg1 {
  background: #b2ccd2;
}
.cid-sWabCuRs6J .cardbg2 {
  background: #d7edd8;
}
.cid-sWabCuRs6J .cardbg3 {
  background: #b2ccd2;
}
.cid-sWabCuRs6J .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sWabCuRs6J .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sWabCuRs6J .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sWabCuRs6J .card {
    margin-bottom: 2rem;
  }
}
.cid-sWa6lLWA88 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWa6lLWA88 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sWa6lLWA88 .row {
  justify-content: center;
}
.cid-sWa6lLWA88 .card {
  height: 100%;
  position: relative;
}
.cid-sWa6lLWA88 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sWa6lLWA88 .card:hover:after {
  opacity: 0.8;
}
.cid-sWa6lLWA88 .card-img {
  height: 400px;
}
.cid-sWa6lLWA88 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sWa6lLWA88 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sWa6lLWA88 .cardbg1 {
  background: #d7edd8;
}
.cid-sWa6lLWA88 .cardbg2 {
  background: #b2ccd2;
}
.cid-sWa6lLWA88 .cardbg3 {
  background: #d7edd8;
}
.cid-sWa6lLWA88 .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sWa6lLWA88 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sWa6lLWA88 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sWa6lLWA88 .card {
    margin-bottom: 2rem;
  }
}
.cid-sVBSWTlFlf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVBSWTlFlf .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sVBSWTlFlf .row {
  justify-content: center;
}
.cid-sVBSWTlFlf .card {
  height: 100%;
  position: relative;
}
.cid-sVBSWTlFlf .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sVBSWTlFlf .card:hover:after {
  opacity: 0.8;
}
.cid-sVBSWTlFlf .card-img {
  height: 400px;
}
.cid-sVBSWTlFlf .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVBSWTlFlf .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sVBSWTlFlf .cardbg1 {
  background: #b2ccd2;
}
.cid-sVBSWTlFlf .cardbg2 {
  background: #d7edd8;
}
.cid-sVBSWTlFlf .cardbg3 {
  background: #b2ccd2;
}
.cid-sVBSWTlFlf .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sVBSWTlFlf .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sVBSWTlFlf .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sVBSWTlFlf .card {
    margin-bottom: 2rem;
  }
}
.cid-sVpLNUAJrN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVpLNUAJrN .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sVpLNUAJrN .row {
  justify-content: center;
}
.cid-sVpLNUAJrN .card {
  height: 100%;
  position: relative;
}
.cid-sVpLNUAJrN .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sVpLNUAJrN .card:hover:after {
  opacity: 0.8;
}
.cid-sVpLNUAJrN .card-img {
  height: 400px;
}
.cid-sVpLNUAJrN .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVpLNUAJrN .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sVpLNUAJrN .cardbg1 {
  background: #d7edd8;
}
.cid-sVpLNUAJrN .cardbg2 {
  background: #b2ccd2;
}
.cid-sVpLNUAJrN .cardbg3 {
  background: #d7edd8;
}
.cid-sVpLNUAJrN .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sVpLNUAJrN .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sVpLNUAJrN .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sVpLNUAJrN .card {
    margin-bottom: 2rem;
  }
}
.cid-sVpzmJEIox {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVpzmJEIox .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sVpzmJEIox .row {
  justify-content: center;
}
.cid-sVpzmJEIox .card {
  height: 100%;
  position: relative;
}
.cid-sVpzmJEIox .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sVpzmJEIox .card:hover:after {
  opacity: 0.8;
}
.cid-sVpzmJEIox .card-img {
  height: 400px;
}
.cid-sVpzmJEIox .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVpzmJEIox .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sVpzmJEIox .cardbg1 {
  background: #b2ccd2;
}
.cid-sVpzmJEIox .cardbg2 {
  background: #d7edd8;
}
.cid-sVpzmJEIox .cardbg3 {
  background: #b2ccd2;
}
.cid-sVpzmJEIox .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sVpzmJEIox .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sVpzmJEIox .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sVpzmJEIox .card {
    margin-bottom: 2rem;
  }
}
.cid-sV2k8VtqNk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sV2k8VtqNk .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sV2k8VtqNk .row {
  justify-content: center;
}
.cid-sV2k8VtqNk .card {
  height: 100%;
  position: relative;
}
.cid-sV2k8VtqNk .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sV2k8VtqNk .card:hover:after {
  opacity: 0.8;
}
.cid-sV2k8VtqNk .card-img {
  height: 400px;
}
.cid-sV2k8VtqNk .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sV2k8VtqNk .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sV2k8VtqNk .cardbg1 {
  background: #d7edd8;
}
.cid-sV2k8VtqNk .cardbg2 {
  background: #b2ccd2;
}
.cid-sV2k8VtqNk .cardbg3 {
  background: #d7edd8;
}
.cid-sV2k8VtqNk .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sV2k8VtqNk .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sV2k8VtqNk .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sV2k8VtqNk .card {
    margin-bottom: 2rem;
  }
}
.cid-sUGshdVvQp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sUGshdVvQp .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sUGshdVvQp .row {
  justify-content: center;
}
.cid-sUGshdVvQp .card {
  height: 100%;
  position: relative;
}
.cid-sUGshdVvQp .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sUGshdVvQp .card:hover:after {
  opacity: 0.8;
}
.cid-sUGshdVvQp .card-img {
  height: 400px;
}
.cid-sUGshdVvQp .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUGshdVvQp .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sUGshdVvQp .cardbg1 {
  background: #b2ccd2;
}
.cid-sUGshdVvQp .cardbg2 {
  background: #d7edd8;
}
.cid-sUGshdVvQp .cardbg3 {
  background: #b2ccd2;
}
.cid-sUGshdVvQp .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sUGshdVvQp .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sUGshdVvQp .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sUGshdVvQp .card {
    margin-bottom: 2rem;
  }
}
.cid-sUGimm3pKo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sUGimm3pKo .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sUGimm3pKo .row {
  justify-content: center;
}
.cid-sUGimm3pKo .card {
  height: 100%;
  position: relative;
}
.cid-sUGimm3pKo .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sUGimm3pKo .card:hover:after {
  opacity: 0.8;
}
.cid-sUGimm3pKo .card-img {
  height: 400px;
}
.cid-sUGimm3pKo .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUGimm3pKo .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sUGimm3pKo .cardbg1 {
  background: #d7edd8;
}
.cid-sUGimm3pKo .cardbg2 {
  background: #b2ccd2;
}
.cid-sUGimm3pKo .cardbg3 {
  background: #d7edd8;
}
.cid-sUGimm3pKo .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sUGimm3pKo .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sUGimm3pKo .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sUGimm3pKo .card {
    margin-bottom: 2rem;
  }
}
.cid-sU5Mp7CvxF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sU5Mp7CvxF .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sU5Mp7CvxF .row {
  justify-content: center;
}
.cid-sU5Mp7CvxF .card {
  height: 100%;
  position: relative;
}
.cid-sU5Mp7CvxF .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sU5Mp7CvxF .card:hover:after {
  opacity: 0.8;
}
.cid-sU5Mp7CvxF .card-img {
  height: 400px;
}
.cid-sU5Mp7CvxF .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sU5Mp7CvxF .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sU5Mp7CvxF .cardbg1 {
  background: #b2ccd2;
}
.cid-sU5Mp7CvxF .cardbg2 {
  background: #d7edd8;
}
.cid-sU5Mp7CvxF .cardbg3 {
  background: #b2ccd2;
}
.cid-sU5Mp7CvxF .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sU5Mp7CvxF .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sU5Mp7CvxF .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sU5Mp7CvxF .card {
    margin-bottom: 2rem;
  }
}
.cid-sU5Cx3rssp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sU5Cx3rssp .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sU5Cx3rssp .row {
  justify-content: center;
}
.cid-sU5Cx3rssp .card {
  height: 100%;
  position: relative;
}
.cid-sU5Cx3rssp .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sU5Cx3rssp .card:hover:after {
  opacity: 0.8;
}
.cid-sU5Cx3rssp .card-img {
  height: 400px;
}
.cid-sU5Cx3rssp .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sU5Cx3rssp .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sU5Cx3rssp .cardbg1 {
  background: #d7edd8;
}
.cid-sU5Cx3rssp .cardbg2 {
  background: #b2ccd2;
}
.cid-sU5Cx3rssp .cardbg3 {
  background: #d7edd8;
}
.cid-sU5Cx3rssp .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sU5Cx3rssp .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sU5Cx3rssp .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sU5Cx3rssp .card {
    margin-bottom: 2rem;
  }
}
.cid-sT9gC9RJZ5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sT9gC9RJZ5 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sT9gC9RJZ5 .row {
  justify-content: center;
}
.cid-sT9gC9RJZ5 .card {
  height: 100%;
  position: relative;
}
.cid-sT9gC9RJZ5 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sT9gC9RJZ5 .card:hover:after {
  opacity: 0.8;
}
.cid-sT9gC9RJZ5 .card-img {
  height: 400px;
}
.cid-sT9gC9RJZ5 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sT9gC9RJZ5 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sT9gC9RJZ5 .cardbg1 {
  background: #f6c2c0;
}
.cid-sT9gC9RJZ5 .cardbg2 {
  background: #d7edd8;
}
.cid-sT9gC9RJZ5 .cardbg3 {
  background: #b2ccd2;
}
.cid-sT9gC9RJZ5 .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sT9gC9RJZ5 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sT9gC9RJZ5 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sT9gC9RJZ5 .card {
    margin-bottom: 2rem;
  }
}
.cid-sT9oet6SrJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sT9oet6SrJ .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sT9oet6SrJ .row {
  justify-content: center;
}
.cid-sT9oet6SrJ .card {
  height: 100%;
  position: relative;
}
.cid-sT9oet6SrJ .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sT9oet6SrJ .card:hover:after {
  opacity: 0.8;
}
.cid-sT9oet6SrJ .card-img {
  height: 400px;
}
.cid-sT9oet6SrJ .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sT9oet6SrJ .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sT9oet6SrJ .cardbg1 {
  background: #d7edd8;
}
.cid-sT9oet6SrJ .cardbg2 {
  background: #b2ccd2;
}
.cid-sT9oet6SrJ .cardbg3 {
  background: #d7edd8;
}
.cid-sT9oet6SrJ .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sT9oet6SrJ .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sT9oet6SrJ .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sT9oet6SrJ .card {
    margin-bottom: 2rem;
  }
}
.cid-sT9Bdey97j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sT9Bdey97j .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sT9Bdey97j .row {
  justify-content: center;
}
.cid-sT9Bdey97j .card {
  height: 100%;
  position: relative;
}
.cid-sT9Bdey97j .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sT9Bdey97j .card:hover:after {
  opacity: 0.8;
}
.cid-sT9Bdey97j .card-img {
  height: 400px;
}
.cid-sT9Bdey97j .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sT9Bdey97j .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sT9Bdey97j .cardbg1 {
  background: #d7edd8;
}
.cid-sT9Bdey97j .cardbg2 {
  background: #b2ccd2;
}
.cid-sT9Bdey97j .cardbg3 {
  background: #d7edd8;
}
.cid-sT9Bdey97j .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sT9Bdey97j .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sT9Bdey97j .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sT9Bdey97j .card {
    margin-bottom: 2rem;
  }
}
.cid-sSj1eoulZN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sSj1eoulZN .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sSj1eoulZN .row {
  justify-content: center;
}
.cid-sSj1eoulZN .card {
  height: 100%;
  position: relative;
}
.cid-sSj1eoulZN .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sSj1eoulZN .card:hover:after {
  opacity: 0.8;
}
.cid-sSj1eoulZN .card-img {
  height: 400px;
}
.cid-sSj1eoulZN .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSj1eoulZN .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sSj1eoulZN .cardbg1 {
  background: #b2ccd2;
}
.cid-sSj1eoulZN .cardbg2 {
  background: #d7edd8;
}
.cid-sSj1eoulZN .cardbg3 {
  background: #b2ccd2;
}
.cid-sSj1eoulZN .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sSj1eoulZN .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sSj1eoulZN .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSj1eoulZN .card {
    margin-bottom: 2rem;
  }
}
.cid-sSiqav0CPQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSiqav0CPQ .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sSiqav0CPQ .row {
  justify-content: center;
}
.cid-sSiqav0CPQ .card {
  height: 100%;
  position: relative;
}
.cid-sSiqav0CPQ .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sSiqav0CPQ .card:hover:after {
  opacity: 0.8;
}
.cid-sSiqav0CPQ .card-img {
  height: 400px;
}
.cid-sSiqav0CPQ .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sSiqav0CPQ .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sSiqav0CPQ .cardbg1 {
  background: #d7edd8;
}
.cid-sSiqav0CPQ .cardbg2 {
  background: #b2ccd2;
}
.cid-sSiqav0CPQ .cardbg3 {
  background: #d7edd8;
}
.cid-sSiqav0CPQ .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sSiqav0CPQ .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sSiqav0CPQ .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSiqav0CPQ .card {
    margin-bottom: 2rem;
  }
}
.cid-sREVejGuIu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sREVejGuIu .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sREVejGuIu .row {
  justify-content: center;
}
.cid-sREVejGuIu .card {
  height: 100%;
  position: relative;
}
.cid-sREVejGuIu .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sREVejGuIu .card:hover:after {
  opacity: 0.8;
}
.cid-sREVejGuIu .card-img {
  height: 400px;
}
.cid-sREVejGuIu .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sREVejGuIu .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sREVejGuIu .cardbg1 {
  background: #b2ccd2;
}
.cid-sREVejGuIu .cardbg2 {
  background: #d7edd8;
}
.cid-sREVejGuIu .cardbg3 {
  background: #b2ccd2;
}
.cid-sREVejGuIu .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sREVejGuIu .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sREVejGuIu .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sREVejGuIu .card {
    margin-bottom: 2rem;
  }
}
.cid-sRELLjodJP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRELLjodJP .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sRELLjodJP .row {
  justify-content: center;
}
.cid-sRELLjodJP .card {
  height: 100%;
  position: relative;
}
.cid-sRELLjodJP .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sRELLjodJP .card:hover:after {
  opacity: 0.8;
}
.cid-sRELLjodJP .card-img {
  height: 400px;
}
.cid-sRELLjodJP .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sRELLjodJP .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sRELLjodJP .cardbg1 {
  background: #d7edd8;
}
.cid-sRELLjodJP .cardbg2 {
  background: #b2ccd2;
}
.cid-sRELLjodJP .cardbg3 {
  background: #d7edd8;
}
.cid-sRELLjodJP .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sRELLjodJP .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sRELLjodJP .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sRELLjodJP .card {
    margin-bottom: 2rem;
  }
}
.cid-sPtVD3oinL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sPtVD3oinL .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sPtVD3oinL .row {
  justify-content: center;
}
.cid-sPtVD3oinL .card {
  height: 100%;
  position: relative;
}
.cid-sPtVD3oinL .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sPtVD3oinL .card:hover:after {
  opacity: 0.8;
}
.cid-sPtVD3oinL .card-img {
  height: 400px;
}
.cid-sPtVD3oinL .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sPtVD3oinL .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sPtVD3oinL .cardbg1 {
  background: #b2ccd2;
}
.cid-sPtVD3oinL .cardbg2 {
  background: #d7edd8;
}
.cid-sPtVD3oinL .cardbg3 {
  background: #b2ccd2;
}
.cid-sPtVD3oinL .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sPtVD3oinL .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sPtVD3oinL .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sPtVD3oinL .card {
    margin-bottom: 2rem;
  }
}
.cid-sOfv7Nz6Ez {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOfv7Nz6Ez .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sOfv7Nz6Ez .row {
  justify-content: center;
}
.cid-sOfv7Nz6Ez .card {
  height: 100%;
  position: relative;
}
.cid-sOfv7Nz6Ez .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sOfv7Nz6Ez .card:hover:after {
  opacity: 0.8;
}
.cid-sOfv7Nz6Ez .card-img {
  height: 400px;
}
.cid-sOfv7Nz6Ez .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sOfv7Nz6Ez .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sOfv7Nz6Ez .cardbg1 {
  background: #d7edd8;
}
.cid-sOfv7Nz6Ez .cardbg2 {
  background: #b2ccd2;
}
.cid-sOfv7Nz6Ez .cardbg3 {
  background: #d7edd8;
}
.cid-sOfv7Nz6Ez .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sOfv7Nz6Ez .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sOfv7Nz6Ez .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sOfv7Nz6Ez .card {
    margin-bottom: 2rem;
  }
}
.cid-sMnlHKNiKX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMnlHKNiKX .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sMnlHKNiKX .row {
  justify-content: center;
}
.cid-sMnlHKNiKX .card {
  height: 100%;
  position: relative;
}
.cid-sMnlHKNiKX .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sMnlHKNiKX .card:hover:after {
  opacity: 0.8;
}
.cid-sMnlHKNiKX .card-img {
  height: 400px;
}
.cid-sMnlHKNiKX .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sMnlHKNiKX .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sMnlHKNiKX .cardbg1 {
  background: #b2ccd2;
}
.cid-sMnlHKNiKX .cardbg2 {
  background: #d7edd8;
}
.cid-sMnlHKNiKX .cardbg3 {
  background: #b2ccd2;
}
.cid-sMnlHKNiKX .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sMnlHKNiKX .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sMnlHKNiKX .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sMnlHKNiKX .card {
    margin-bottom: 2rem;
  }
}
.cid-sMabVigwv1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMabVigwv1 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sMabVigwv1 .row {
  justify-content: center;
}
.cid-sMabVigwv1 .card {
  height: 100%;
  position: relative;
}
.cid-sMabVigwv1 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sMabVigwv1 .card:hover:after {
  opacity: 0.8;
}
.cid-sMabVigwv1 .card-img {
  height: 400px;
}
.cid-sMabVigwv1 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sMabVigwv1 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sMabVigwv1 .cardbg1 {
  background: #d7edd8;
}
.cid-sMabVigwv1 .cardbg2 {
  background: #b2ccd2;
}
.cid-sMabVigwv1 .cardbg3 {
  background: #d7edd8;
}
.cid-sMabVigwv1 .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sMabVigwv1 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sMabVigwv1 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sMabVigwv1 .card {
    margin-bottom: 2rem;
  }
}
.cid-sMa7ZackXw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMa7ZackXw .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sMa7ZackXw .row {
  justify-content: center;
}
.cid-sMa7ZackXw .card {
  height: 100%;
  position: relative;
}
.cid-sMa7ZackXw .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sMa7ZackXw .card:hover:after {
  opacity: 0.8;
}
.cid-sMa7ZackXw .card-img {
  height: 400px;
}
.cid-sMa7ZackXw .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sMa7ZackXw .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sMa7ZackXw .cardbg1 {
  background: #b2ccd2;
}
.cid-sMa7ZackXw .cardbg2 {
  background: #d7edd8;
}
.cid-sMa7ZackXw .cardbg3 {
  background: #b2ccd2;
}
.cid-sMa7ZackXw .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sMa7ZackXw .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sMa7ZackXw .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sMa7ZackXw .card {
    margin-bottom: 2rem;
  }
}
.cid-sLN4UK65jm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLN4UK65jm .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sLN4UK65jm .row {
  justify-content: center;
}
.cid-sLN4UK65jm .card {
  height: 100%;
  position: relative;
}
.cid-sLN4UK65jm .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sLN4UK65jm .card:hover:after {
  opacity: 0.8;
}
.cid-sLN4UK65jm .card-img {
  height: 400px;
}
.cid-sLN4UK65jm .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLN4UK65jm .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sLN4UK65jm .cardbg1 {
  background: #d7edd8;
}
.cid-sLN4UK65jm .cardbg2 {
  background: #b2ccd2;
}
.cid-sLN4UK65jm .cardbg3 {
  background: #d7edd8;
}
.cid-sLN4UK65jm .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sLN4UK65jm .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sLN4UK65jm .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLN4UK65jm .card {
    margin-bottom: 2rem;
  }
}
.cid-sLIi9mTZOJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLIi9mTZOJ .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sLIi9mTZOJ .row {
  justify-content: center;
}
.cid-sLIi9mTZOJ .card {
  height: 100%;
  position: relative;
}
.cid-sLIi9mTZOJ .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sLIi9mTZOJ .card:hover:after {
  opacity: 0.8;
}
.cid-sLIi9mTZOJ .card-img {
  height: 400px;
}
.cid-sLIi9mTZOJ .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLIi9mTZOJ .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sLIi9mTZOJ .cardbg1 {
  background: #b2ccd2;
}
.cid-sLIi9mTZOJ .cardbg2 {
  background: #d7edd8;
}
.cid-sLIi9mTZOJ .cardbg3 {
  background: #b2ccd2;
}
.cid-sLIi9mTZOJ .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sLIi9mTZOJ .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sLIi9mTZOJ .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLIi9mTZOJ .card {
    margin-bottom: 2rem;
  }
}
.cid-sLB8gsEF4d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLB8gsEF4d .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sLB8gsEF4d .row {
  justify-content: center;
}
.cid-sLB8gsEF4d .card {
  height: 100%;
  position: relative;
}
.cid-sLB8gsEF4d .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sLB8gsEF4d .card:hover:after {
  opacity: 0.8;
}
.cid-sLB8gsEF4d .card-img {
  height: 400px;
}
.cid-sLB8gsEF4d .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLB8gsEF4d .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sLB8gsEF4d .cardbg1 {
  background: #d7edd8;
}
.cid-sLB8gsEF4d .cardbg2 {
  background: #b2ccd2;
}
.cid-sLB8gsEF4d .cardbg3 {
  background: #d7edd8;
}
.cid-sLB8gsEF4d .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sLB8gsEF4d .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sLB8gsEF4d .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLB8gsEF4d .card {
    margin-bottom: 2rem;
  }
}
.cid-sLlHEgNiDr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLlHEgNiDr .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sLlHEgNiDr .row {
  justify-content: center;
}
.cid-sLlHEgNiDr .card {
  height: 100%;
  position: relative;
}
.cid-sLlHEgNiDr .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sLlHEgNiDr .card:hover:after {
  opacity: 0.8;
}
.cid-sLlHEgNiDr .card-img {
  height: 400px;
}
.cid-sLlHEgNiDr .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sLlHEgNiDr .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sLlHEgNiDr .cardbg1 {
  background: #b2ccd2;
}
.cid-sLlHEgNiDr .cardbg2 {
  background: #d7edd8;
}
.cid-sLlHEgNiDr .cardbg3 {
  background: #b2ccd2;
}
.cid-sLlHEgNiDr .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sLlHEgNiDr .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sLlHEgNiDr .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sLlHEgNiDr .card {
    margin-bottom: 2rem;
  }
}
.cid-sKXAXVAruy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKXAXVAruy .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sKXAXVAruy .row {
  justify-content: center;
}
.cid-sKXAXVAruy .card {
  height: 100%;
  position: relative;
}
.cid-sKXAXVAruy .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sKXAXVAruy .card:hover:after {
  opacity: 0.8;
}
.cid-sKXAXVAruy .card-img {
  height: 400px;
}
.cid-sKXAXVAruy .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sKXAXVAruy .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sKXAXVAruy .cardbg1 {
  background: #d7edd8;
}
.cid-sKXAXVAruy .cardbg2 {
  background: #b2ccd2;
}
.cid-sKXAXVAruy .cardbg3 {
  background: #d7edd8;
}
.cid-sKXAXVAruy .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sKXAXVAruy .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sKXAXVAruy .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sKXAXVAruy .card {
    margin-bottom: 2rem;
  }
}
.cid-sKRLlnTjKr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKRLlnTjKr .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sKRLlnTjKr .row {
  justify-content: center;
}
.cid-sKRLlnTjKr .card {
  height: 100%;
  position: relative;
}
.cid-sKRLlnTjKr .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sKRLlnTjKr .card:hover:after {
  opacity: 0.8;
}
.cid-sKRLlnTjKr .card-img {
  height: 400px;
}
.cid-sKRLlnTjKr .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sKRLlnTjKr .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sKRLlnTjKr .cardbg1 {
  background: #b2ccd2;
}
.cid-sKRLlnTjKr .cardbg2 {
  background: #d7edd8;
}
.cid-sKRLlnTjKr .cardbg3 {
  background: #b2ccd2;
}
.cid-sKRLlnTjKr .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sKRLlnTjKr .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sKRLlnTjKr .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sKRLlnTjKr .card {
    margin-bottom: 2rem;
  }
}
.cid-sKRGMn9Whe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKRGMn9Whe .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sKRGMn9Whe .row {
  justify-content: center;
}
.cid-sKRGMn9Whe .card {
  height: 100%;
  position: relative;
}
.cid-sKRGMn9Whe .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sKRGMn9Whe .card:hover:after {
  opacity: 0.8;
}
.cid-sKRGMn9Whe .card-img {
  height: 400px;
}
.cid-sKRGMn9Whe .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sKRGMn9Whe .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sKRGMn9Whe .cardbg1 {
  background: #d7edd8;
}
.cid-sKRGMn9Whe .cardbg2 {
  background: #b2ccd2;
}
.cid-sKRGMn9Whe .cardbg3 {
  background: #d7edd8;
}
.cid-sKRGMn9Whe .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sKRGMn9Whe .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sKRGMn9Whe .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sKRGMn9Whe .card {
    margin-bottom: 2rem;
  }
}
.cid-sKsYW1z7oU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKsYW1z7oU .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sKsYW1z7oU .row {
  justify-content: center;
}
.cid-sKsYW1z7oU .card {
  height: 100%;
  position: relative;
}
.cid-sKsYW1z7oU .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sKsYW1z7oU .card:hover:after {
  opacity: 0.8;
}
.cid-sKsYW1z7oU .card-img {
  height: 400px;
}
.cid-sKsYW1z7oU .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sKsYW1z7oU .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sKsYW1z7oU .cardbg1 {
  background: #b2ccd2;
}
.cid-sKsYW1z7oU .cardbg2 {
  background: #d7edd8;
}
.cid-sKsYW1z7oU .cardbg3 {
  background: #b2ccd2;
}
.cid-sKsYW1z7oU .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sKsYW1z7oU .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sKsYW1z7oU .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sKsYW1z7oU .card {
    margin-bottom: 2rem;
  }
}
.cid-sKsU76tCzY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sKsU76tCzY .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sKsU76tCzY .row {
  justify-content: center;
}
.cid-sKsU76tCzY .card {
  height: 100%;
  position: relative;
}
.cid-sKsU76tCzY .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sKsU76tCzY .card:hover:after {
  opacity: 0.8;
}
.cid-sKsU76tCzY .card-img {
  height: 400px;
}
.cid-sKsU76tCzY .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sKsU76tCzY .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sKsU76tCzY .cardbg1 {
  background: #d7edd8;
}
.cid-sKsU76tCzY .cardbg2 {
  background: #b2ccd2;
}
.cid-sKsU76tCzY .cardbg3 {
  background: #d7edd8;
}
.cid-sKsU76tCzY .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sKsU76tCzY .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sKsU76tCzY .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sKsU76tCzY .card {
    margin-bottom: 2rem;
  }
}
.cid-sK8O5XuGzk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sK8O5XuGzk .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sK8O5XuGzk .row {
  justify-content: center;
}
.cid-sK8O5XuGzk .card {
  height: 100%;
  position: relative;
}
.cid-sK8O5XuGzk .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sK8O5XuGzk .card:hover:after {
  opacity: 0.8;
}
.cid-sK8O5XuGzk .card-img {
  height: 400px;
}
.cid-sK8O5XuGzk .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sK8O5XuGzk .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sK8O5XuGzk .cardbg1 {
  background: #b2ccd2;
}
.cid-sK8O5XuGzk .cardbg2 {
  background: #d7edd8;
}
.cid-sK8O5XuGzk .cardbg3 {
  background: #b2ccd2;
}
.cid-sK8O5XuGzk .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sK8O5XuGzk .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sK8O5XuGzk .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sK8O5XuGzk .card {
    margin-bottom: 2rem;
  }
}
.cid-sJPunZHuj9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJPunZHuj9 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sJPunZHuj9 .row {
  justify-content: center;
}
.cid-sJPunZHuj9 .card {
  height: 100%;
  position: relative;
}
.cid-sJPunZHuj9 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sJPunZHuj9 .card:hover:after {
  opacity: 0.8;
}
.cid-sJPunZHuj9 .card-img {
  height: 400px;
}
.cid-sJPunZHuj9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJPunZHuj9 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sJPunZHuj9 .cardbg1 {
  background: #d7edd8;
}
.cid-sJPunZHuj9 .cardbg2 {
  background: #b2ccd2;
}
.cid-sJPunZHuj9 .cardbg3 {
  background: #d7edd8;
}
.cid-sJPunZHuj9 .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sJPunZHuj9 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sJPunZHuj9 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJPunZHuj9 .card {
    margin-bottom: 2rem;
  }
}
.cid-sJwFi5NR2K {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJwFi5NR2K .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sJwFi5NR2K .row {
  justify-content: center;
}
.cid-sJwFi5NR2K .card {
  height: 100%;
  position: relative;
}
.cid-sJwFi5NR2K .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sJwFi5NR2K .card:hover:after {
  opacity: 0.8;
}
.cid-sJwFi5NR2K .card-img {
  height: 400px;
}
.cid-sJwFi5NR2K .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJwFi5NR2K .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sJwFi5NR2K .cardbg1 {
  background: #b2ccd2;
}
.cid-sJwFi5NR2K .cardbg2 {
  background: #d7edd8;
}
.cid-sJwFi5NR2K .cardbg3 {
  background: #b2ccd2;
}
.cid-sJwFi5NR2K .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sJwFi5NR2K .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sJwFi5NR2K .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJwFi5NR2K .card {
    margin-bottom: 2rem;
  }
}
.cid-sJ9wsFQWNb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJ9wsFQWNb .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sJ9wsFQWNb .row {
  justify-content: center;
}
.cid-sJ9wsFQWNb .card {
  height: 100%;
  position: relative;
}
.cid-sJ9wsFQWNb .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sJ9wsFQWNb .card:hover:after {
  opacity: 0.8;
}
.cid-sJ9wsFQWNb .card-img {
  height: 400px;
}
.cid-sJ9wsFQWNb .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJ9wsFQWNb .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sJ9wsFQWNb .cardbg1 {
  background: #d7edd8;
}
.cid-sJ9wsFQWNb .cardbg2 {
  background: #b2ccd2;
}
.cid-sJ9wsFQWNb .cardbg3 {
  background: #d7edd8;
}
.cid-sJ9wsFQWNb .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sJ9wsFQWNb .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sJ9wsFQWNb .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ9wsFQWNb .card {
    margin-bottom: 2rem;
  }
}
.cid-sJ4fm7UJp9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJ4fm7UJp9 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sJ4fm7UJp9 .row {
  justify-content: center;
}
.cid-sJ4fm7UJp9 .card {
  height: 100%;
  position: relative;
}
.cid-sJ4fm7UJp9 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sJ4fm7UJp9 .card:hover:after {
  opacity: 0.8;
}
.cid-sJ4fm7UJp9 .card-img {
  height: 400px;
}
.cid-sJ4fm7UJp9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sJ4fm7UJp9 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sJ4fm7UJp9 .cardbg1 {
  background: #b2ccd2;
}
.cid-sJ4fm7UJp9 .cardbg2 {
  background: #d7edd8;
}
.cid-sJ4fm7UJp9 .cardbg3 {
  background: #b2ccd2;
}
.cid-sJ4fm7UJp9 .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sJ4fm7UJp9 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sJ4fm7UJp9 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sJ4fm7UJp9 .card {
    margin-bottom: 2rem;
  }
}
.cid-sISqrPGY5b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sISqrPGY5b .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sISqrPGY5b .row {
  justify-content: center;
}
.cid-sISqrPGY5b .card {
  height: 100%;
  position: relative;
}
.cid-sISqrPGY5b .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sISqrPGY5b .card:hover:after {
  opacity: 0.8;
}
.cid-sISqrPGY5b .card-img {
  height: 400px;
}
.cid-sISqrPGY5b .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sISqrPGY5b .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sISqrPGY5b .cardbg1 {
  background: #d7edd8;
}
.cid-sISqrPGY5b .cardbg2 {
  background: #b2ccd2;
}
.cid-sISqrPGY5b .cardbg3 {
  background: #d7edd8;
}
.cid-sISqrPGY5b .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sISqrPGY5b .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sISqrPGY5b .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sISqrPGY5b .card {
    margin-bottom: 2rem;
  }
}
.cid-sIpolAGNLo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIpolAGNLo .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sIpolAGNLo .row {
  justify-content: center;
}
.cid-sIpolAGNLo .card {
  height: 100%;
  position: relative;
}
.cid-sIpolAGNLo .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sIpolAGNLo .card:hover:after {
  opacity: 0.8;
}
.cid-sIpolAGNLo .card-img {
  height: 400px;
}
.cid-sIpolAGNLo .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sIpolAGNLo .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sIpolAGNLo .cardbg1 {
  background: #b2ccd2;
}
.cid-sIpolAGNLo .cardbg2 {
  background: #f6c2c0;
}
.cid-sIpolAGNLo .cardbg3 {
  background: #b2ccd2;
}
.cid-sIpolAGNLo .cardbg4 {
  background: #f6c2c0;
}
@media (min-width: 1400px) {
  .cid-sIpolAGNLo .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sIpolAGNLo .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sIpolAGNLo .card {
    margin-bottom: 2rem;
  }
}
.cid-sHQAzy20qX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHQAzy20qX .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sHQAzy20qX .row {
  justify-content: center;
}
.cid-sHQAzy20qX .card {
  height: 100%;
  position: relative;
}
.cid-sHQAzy20qX .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sHQAzy20qX .card:hover:after {
  opacity: 0.8;
}
.cid-sHQAzy20qX .card-img {
  height: 400px;
}
.cid-sHQAzy20qX .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHQAzy20qX .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sHQAzy20qX .cardbg1 {
  background: #b2ccd2;
}
.cid-sHQAzy20qX .cardbg2 {
  background: #d7edd8;
}
.cid-sHQAzy20qX .cardbg3 {
  background: #b2ccd2;
}
.cid-sHQAzy20qX .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sHQAzy20qX .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sHQAzy20qX .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHQAzy20qX .card {
    margin-bottom: 2rem;
  }
}
.cid-sHJFdbBwZb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHJFdbBwZb .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sHJFdbBwZb .row {
  justify-content: center;
}
.cid-sHJFdbBwZb .card {
  height: 100%;
  position: relative;
}
.cid-sHJFdbBwZb .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sHJFdbBwZb .card:hover:after {
  opacity: 0.8;
}
.cid-sHJFdbBwZb .card-img {
  height: 400px;
}
.cid-sHJFdbBwZb .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHJFdbBwZb .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sHJFdbBwZb .cardbg1 {
  background: #d7edd8;
}
.cid-sHJFdbBwZb .cardbg2 {
  background: #b2ccd2;
}
.cid-sHJFdbBwZb .cardbg3 {
  background: #d7edd8;
}
.cid-sHJFdbBwZb .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sHJFdbBwZb .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sHJFdbBwZb .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHJFdbBwZb .card {
    margin-bottom: 2rem;
  }
}
.cid-sHA2lZFFZl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHA2lZFFZl .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sHA2lZFFZl .row {
  justify-content: center;
}
.cid-sHA2lZFFZl .card {
  height: 100%;
  position: relative;
}
.cid-sHA2lZFFZl .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sHA2lZFFZl .card:hover:after {
  opacity: 0.8;
}
.cid-sHA2lZFFZl .card-img {
  height: 400px;
}
.cid-sHA2lZFFZl .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHA2lZFFZl .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sHA2lZFFZl .cardbg1 {
  background: #b2ccd2;
}
.cid-sHA2lZFFZl .cardbg2 {
  background: #d7edd8;
}
.cid-sHA2lZFFZl .cardbg3 {
  background: #b2ccd2;
}
.cid-sHA2lZFFZl .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sHA2lZFFZl .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sHA2lZFFZl .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHA2lZFFZl .card {
    margin-bottom: 2rem;
  }
}
.cid-sHzW87im4R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHzW87im4R .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sHzW87im4R .row {
  justify-content: center;
}
.cid-sHzW87im4R .card {
  height: 100%;
  position: relative;
}
.cid-sHzW87im4R .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sHzW87im4R .card:hover:after {
  opacity: 0.8;
}
.cid-sHzW87im4R .card-img {
  height: 400px;
}
.cid-sHzW87im4R .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHzW87im4R .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sHzW87im4R .cardbg1 {
  background: #d7edd8;
}
.cid-sHzW87im4R .cardbg2 {
  background: #b2ccd2;
}
.cid-sHzW87im4R .cardbg3 {
  background: #d7edd8;
}
.cid-sHzW87im4R .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sHzW87im4R .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sHzW87im4R .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHzW87im4R .card {
    margin-bottom: 2rem;
  }
}
.cid-sHzYDlNC5o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHzYDlNC5o .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sHzYDlNC5o .row {
  justify-content: center;
}
.cid-sHzYDlNC5o .card {
  height: 100%;
  position: relative;
}
.cid-sHzYDlNC5o .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sHzYDlNC5o .card:hover:after {
  opacity: 0.8;
}
.cid-sHzYDlNC5o .card-img {
  height: 400px;
}
.cid-sHzYDlNC5o .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHzYDlNC5o .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sHzYDlNC5o .cardbg1 {
  background: #b2ccd2;
}
.cid-sHzYDlNC5o .cardbg2 {
  background: #d7edd8;
}
.cid-sHzYDlNC5o .cardbg3 {
  background: #b2ccd2;
}
.cid-sHzYDlNC5o .cardbg4 {
  background: #d7edd8;
}
@media (min-width: 1400px) {
  .cid-sHzYDlNC5o .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sHzYDlNC5o .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sHzYDlNC5o .card {
    margin-bottom: 2rem;
  }
}
.cid-sHKtTLI0le {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHKtTLI0le .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sHKtTLI0le .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sHKtTLI0le .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sHKtTLI0le .text-white:hover {
  color: white !important;
}
.cid-sHKtTLI0le .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHKtTLI0le .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHKtTLI0le .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHKtTLI0le .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHKtTLI0le .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHKtTLI0le .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHKtTLI0le .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHKtTLI0le .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHKtTLI0le .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHKtTLI0le .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thiRC3hTgL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thiRC3hTgL .mbr-section-btn {
  margin-top: 5rem;
}
.cid-thiRC3hTgL .row {
  justify-content: center;
}
.cid-thiRC3hTgL .card {
  height: 100%;
  position: relative;
}
.cid-thiRC3hTgL .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-thiRC3hTgL .card:hover:after {
  opacity: 0.8;
}
.cid-thiRC3hTgL .card-img {
  height: 400px;
}
.cid-thiRC3hTgL .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thiRC3hTgL .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-thiRC3hTgL .cardbg1 {
  background: #d7edd8;
}
.cid-thiRC3hTgL .cardbg2 {
  background: #fff3f3;
}
.cid-thiRC3hTgL .cardbg3 {
  background: #eaf4f8;
}
.cid-thiRC3hTgL .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-thiRC3hTgL .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-thiRC3hTgL .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-thiRC3hTgL .card {
    margin-bottom: 2rem;
  }
}
.cid-thiRC3hTgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-thiRC3hTgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDaZcKvB43 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDaZcKvB43 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-tDaZcKvB43 .row {
  justify-content: center;
}
.cid-tDaZcKvB43 .card {
  height: 100%;
  position: relative;
}
.cid-tDaZcKvB43 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-tDaZcKvB43 .card:hover:after {
  opacity: 0.8;
}
.cid-tDaZcKvB43 .card-img {
  height: 400px;
}
.cid-tDaZcKvB43 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDaZcKvB43 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-tDaZcKvB43 .cardbg1 {
  background: #d7edd8;
}
.cid-tDaZcKvB43 .cardbg2 {
  background: #fff3f3;
}
.cid-tDaZcKvB43 .cardbg3 {
  background: #eaf4f8;
}
.cid-tDaZcKvB43 .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-tDaZcKvB43 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-tDaZcKvB43 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-tDaZcKvB43 .card {
    margin-bottom: 2rem;
  }
}
.cid-tDaZcKvB43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDaZcKvB43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sHzPuSvYkq .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sHzPuSvYkq .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sHzPuSvYkq a {
  font-style: normal;
}
.cid-sHzPuSvYkq .nav-link {
  font-family: EB Garamond !important;
}
.cid-sHzPuSvYkq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sHzPuSvYkq .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-sHzPuSvYkq .nav-item:focus,
.cid-sHzPuSvYkq .nav-link:focus {
  outline: none;
}
.cid-sHzPuSvYkq .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sHzPuSvYkq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sHzPuSvYkq .menu-logo {
  margin-right: auto;
}
.cid-sHzPuSvYkq .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-sHzPuSvYkq .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-sHzPuSvYkq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sHzPuSvYkq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sHzPuSvYkq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sHzPuSvYkq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sHzPuSvYkq .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sHzPuSvYkq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sHzPuSvYkq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sHzPuSvYkq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHzPuSvYkq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sHzPuSvYkq .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sHzPuSvYkq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sHzPuSvYkq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHzPuSvYkq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sHzPuSvYkq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHzPuSvYkq .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-sHzPuSvYkq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sHzPuSvYkq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sHzPuSvYkq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sHzPuSvYkq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sHzPuSvYkq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sHzPuSvYkq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sHzPuSvYkq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sHzPuSvYkq button.navbar-toggler:focus {
  outline: none;
}
.cid-sHzPuSvYkq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHzPuSvYkq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHzPuSvYkq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHzPuSvYkq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHzPuSvYkq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHzPuSvYkq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHzPuSvYkq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHzPuSvYkq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHzPuSvYkq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHzPuSvYkq .dropdown-toggle:after {
  display: none;
}
.cid-sHzPuSvYkq .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHzPuSvYkq .collapsed .btn {
  display: -webkit-flex;
}
.cid-sHzPuSvYkq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sHzPuSvYkq .collapsed .navbar-collapse.collapsing,
.cid-sHzPuSvYkq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sHzPuSvYkq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sHzPuSvYkq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sHzPuSvYkq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sHzPuSvYkq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sHzPuSvYkq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sHzPuSvYkq .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sHzPuSvYkq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sHzPuSvYkq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sHzPuSvYkq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sHzPuSvYkq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sHzPuSvYkq .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sHzPuSvYkq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sHzPuSvYkq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sHzPuSvYkq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sHzPuSvYkq .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-sHzPuSvYkq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sHzPuSvYkq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sHzPuSvYkq .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-sHzPuSvYkq .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHzPuSvYkq img {
    height: 3.8rem !important;
  }
  .cid-sHzPuSvYkq .btn {
    display: -webkit-flex;
  }
  .cid-sHzPuSvYkq button.navbar-toggler {
    display: block;
  }
  .cid-sHzPuSvYkq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sHzPuSvYkq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sHzPuSvYkq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sHzPuSvYkq .navbar-collapse.collapsing,
  .cid-sHzPuSvYkq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sHzPuSvYkq .navbar-collapse.collapsing .navbar-nav,
  .cid-sHzPuSvYkq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sHzPuSvYkq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sHzPuSvYkq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sHzPuSvYkq .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sHzPuSvYkq .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHzPuSvYkq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sHzPuSvYkq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sHzPuSvYkq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sHzPuSvYkq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sHzPuSvYkq .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-sHzPuSvYkq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sHzPuSvYkq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sHzPuSvYkq .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-sHzPuSvYkq .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sHzPuSvYkq .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sHzPuSvYkq .nav-link,
.cid-sHzPuSvYkq .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sHzPuSvYkq .nav-link:hover,
.cid-sHzPuSvYkq .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sHzPuTRpZ4 {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-29.jpg");
}
.cid-sHzPuTRpZ4 H1 {
  color: #483744;
}
.cid-sHzPuTRpZ4 .mbr-text,
.cid-sHzPuTRpZ4 .mbr-section-btn {
  color: #236e10;
}
.cid-sIZfWDlBx4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHzPuV1dqV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sHzPuV1dqV .mbr-text,
.cid-sHzPuV1dqV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sHzPuV1dqV H1 {
  color: #ffffff;
}
.cid-sIpE4UOogT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIZb8821HQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIZb8821HQ img {
  height: 500px;
  object-fit: cover;
}
.cid-sIZb8821HQ .card-img {
  position: relative;
}
.cid-sIZb8821HQ .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sIZb8821HQ .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-sIZb8821HQ .card-img {
    margin-bottom: 2rem;
  }
}
.cid-sTEhfEjOx3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f1d8;
}
.cid-sTEhfEjOx3 .mbr-text {
  color: #879a9f;
}
.cid-sTEhfEjOx3 .color {
  background: #3d626c;
}
.cid-sTEhfEjOx3 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-sTEhfEjOx3 .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sTEhfEjOx3 .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 14px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #3d626c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-sTEhfEjOx3 .card2 {
    margin-left: 1rem;
  }
  .cid-sTEhfEjOx3 .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-sTEhfEjOx3 .card-title {
  color: #ffffff;
}
.cid-sTEhfEjOx3 .mbr-text,
.cid-sTEhfEjOx3 .mbr-section-btn {
  color: #3d626c;
}
.cid-sUoLBmKY8V {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #3d626c;
}
.cid-sUoLBmKY8V .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sUoLBmKY8V .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sUoLBmKY8V .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sUoLBmKY8V .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-sUoLBmKY8V .mbr-text,
.cid-sUoLBmKY8V .mbr-section-btn {
  color: #ffffff;
}
.cid-sIZhhzxWu1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIZhhzxWu1 .mbr-text,
.cid-sIZhhzxWu1 .mbr-section-btn {
  text-align: center;
}
.cid-sJz4qYjjxY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sJz4qYjjxY H1 {
  color: #ffffff;
}
.cid-sJ4k2cGBqA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJ4k2cGBqA .mbr-text,
.cid-sJ4k2cGBqA .mbr-section-btn {
  text-align: left;
  color: #3d626c;
}
.cid-sJ4k2cGBqA .mbr-text,
.cid-sJ4k2cGBqA .mbr-section-btn P {
  text-align: left;
}
.cid-sJz4OYKKJ6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sJz4OYKKJ6 H1 {
  color: #ffffff;
}
.cid-sJDevZ7uQc {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJDevZ7uQc .mbr-text,
.cid-sJDevZ7uQc .mbr-section-btn {
  text-align: left;
}
.cid-sHKtTLI0le {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHKtTLI0le .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sHKtTLI0le .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sHKtTLI0le .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sHKtTLI0le .text-white:hover {
  color: white !important;
}
.cid-sHKtTLI0le .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHKtTLI0le .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHKtTLI0le .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHKtTLI0le .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHKtTLI0le .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHKtTLI0le .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHKtTLI0le .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHKtTLI0le .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHKtTLI0le .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHKtTLI0le .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sIT2W0AulT .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sIT2W0AulT .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sIT2W0AulT a {
  font-style: normal;
}
.cid-sIT2W0AulT .nav-link {
  font-family: EB Garamond !important;
}
.cid-sIT2W0AulT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sIT2W0AulT .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-sIT2W0AulT .nav-item:focus,
.cid-sIT2W0AulT .nav-link:focus {
  outline: none;
}
.cid-sIT2W0AulT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sIT2W0AulT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sIT2W0AulT .menu-logo {
  margin-right: auto;
}
.cid-sIT2W0AulT .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-sIT2W0AulT .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-sIT2W0AulT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sIT2W0AulT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sIT2W0AulT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sIT2W0AulT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sIT2W0AulT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sIT2W0AulT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sIT2W0AulT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sIT2W0AulT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIT2W0AulT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sIT2W0AulT .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sIT2W0AulT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sIT2W0AulT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIT2W0AulT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sIT2W0AulT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIT2W0AulT .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-sIT2W0AulT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sIT2W0AulT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sIT2W0AulT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sIT2W0AulT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sIT2W0AulT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sIT2W0AulT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sIT2W0AulT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sIT2W0AulT button.navbar-toggler:focus {
  outline: none;
}
.cid-sIT2W0AulT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sIT2W0AulT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIT2W0AulT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIT2W0AulT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIT2W0AulT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIT2W0AulT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIT2W0AulT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIT2W0AulT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIT2W0AulT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIT2W0AulT .dropdown-toggle:after {
  display: none;
}
.cid-sIT2W0AulT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIT2W0AulT .collapsed .btn {
  display: -webkit-flex;
}
.cid-sIT2W0AulT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sIT2W0AulT .collapsed .navbar-collapse.collapsing,
.cid-sIT2W0AulT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sIT2W0AulT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sIT2W0AulT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sIT2W0AulT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sIT2W0AulT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sIT2W0AulT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sIT2W0AulT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sIT2W0AulT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sIT2W0AulT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sIT2W0AulT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sIT2W0AulT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sIT2W0AulT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sIT2W0AulT .collapsed button.navbar-toggler {
  display: block;
}
.cid-sIT2W0AulT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sIT2W0AulT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sIT2W0AulT .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-sIT2W0AulT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sIT2W0AulT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sIT2W0AulT .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-sIT2W0AulT .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIT2W0AulT img {
    height: 3.8rem !important;
  }
  .cid-sIT2W0AulT .btn {
    display: -webkit-flex;
  }
  .cid-sIT2W0AulT button.navbar-toggler {
    display: block;
  }
  .cid-sIT2W0AulT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sIT2W0AulT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sIT2W0AulT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sIT2W0AulT .navbar-collapse.collapsing,
  .cid-sIT2W0AulT .navbar-collapse.show {
    display: block !important;
  }
  .cid-sIT2W0AulT .navbar-collapse.collapsing .navbar-nav,
  .cid-sIT2W0AulT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sIT2W0AulT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sIT2W0AulT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sIT2W0AulT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sIT2W0AulT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIT2W0AulT .navbar-collapse.collapsing .navbar-buttons,
  .cid-sIT2W0AulT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sIT2W0AulT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sIT2W0AulT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sIT2W0AulT .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-sIT2W0AulT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sIT2W0AulT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sIT2W0AulT .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-sIT2W0AulT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sIT2W0AulT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sIT2W0AulT .nav-link,
.cid-sIT2W0AulT .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sIT2W0AulT .nav-link:hover,
.cid-sIT2W0AulT .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sIT2W1Qwcb {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-39.jpeg");
}
.cid-sIT2W1Qwcb H1 {
  color: #232323;
}
.cid-sIT2W1Qwcb .mbr-text,
.cid-sIT2W1Qwcb .mbr-section-btn {
  color: #000000;
}
.cid-sIT2W7EpEM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIT2W8SMpl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sIT2W8SMpl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIT2W8SMpl textarea {
  min-height: 250px;
}
.cid-sIT2W8SMpl .col-auto {
  margin: auto;
}
.cid-sIT2W8SMpl .form-control,
.cid-sIT2W8SMpl .field-input {
  padding: 1rem;
  background-color: #ffffff;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #3d626c !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIT2W8SMpl .form-control input::-webkit-input-placeholder,
.cid-sIT2W8SMpl .field-input input::-webkit-input-placeholder,
.cid-sIT2W8SMpl .form-control textarea::-webkit-input-placeholder,
.cid-sIT2W8SMpl .field-input textarea::-webkit-input-placeholder {
  color: #3d626c !important;
}
.cid-sIT2W8SMpl .form-control input:-moz-placeholder,
.cid-sIT2W8SMpl .field-input input:-moz-placeholder,
.cid-sIT2W8SMpl .form-control textarea:-moz-placeholder,
.cid-sIT2W8SMpl .field-input textarea:-moz-placeholder {
  color: #3d626c;
}
.cid-sIT2W8SMpl .form-control:hover,
.cid-sIT2W8SMpl .field-input:hover,
.cid-sIT2W8SMpl .form-control:focus,
.cid-sIT2W8SMpl .field-input:focus {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sIT2W8SMpl .form-control:hover input::-webkit-input-placeholder,
.cid-sIT2W8SMpl .field-input:hover input::-webkit-input-placeholder,
.cid-sIT2W8SMpl .form-control:focus input::-webkit-input-placeholder,
.cid-sIT2W8SMpl .field-input:focus input::-webkit-input-placeholder,
.cid-sIT2W8SMpl .form-control:hover textarea::-webkit-input-placeholder,
.cid-sIT2W8SMpl .field-input:hover textarea::-webkit-input-placeholder,
.cid-sIT2W8SMpl .form-control:focus textarea::-webkit-input-placeholder,
.cid-sIT2W8SMpl .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sIT2W8SMpl .form-control:hover input:-moz-placeholder,
.cid-sIT2W8SMpl .field-input:hover input:-moz-placeholder,
.cid-sIT2W8SMpl .form-control:focus input:-moz-placeholder,
.cid-sIT2W8SMpl .field-input:focus input:-moz-placeholder,
.cid-sIT2W8SMpl .form-control:hover textarea:-moz-placeholder,
.cid-sIT2W8SMpl .field-input:hover textarea:-moz-placeholder,
.cid-sIT2W8SMpl .form-control:focus textarea:-moz-placeholder,
.cid-sIT2W8SMpl .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sIT2W8SMpl .jq-number__spin:hover,
.cid-sIT2W8SMpl .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sIT2W8SMpl .jq-number__spin {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #3d626c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIT2W8SMpl .jq-selectbox li,
.cid-sIT2W8SMpl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sIT2W8SMpl .jq-selectbox li:hover,
.cid-sIT2W8SMpl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sIT2W8SMpl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sIT2W8SMpl .jq-number__spin.minus:hover:after,
.cid-sIT2W8SMpl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sIT2W8SMpl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sIT2W8SMpl .jq-number__spin.minus:after,
.cid-sIT2W8SMpl .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sIT2W8SMpl input::-webkit-clear-button {
  display: none;
}
.cid-sIT2W8SMpl input::-webkit-inner-spin-button {
  display: none;
}
.cid-sIT2W8SMpl input::-webkit-outer-spin-button {
  display: none;
}
.cid-sIT2W8SMpl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sIT2Wa4Cma {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIT2Wa4Cma .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIT2Wa4Cma .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIT2Wa4Cma .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sIT2Wa4Cma .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sIT2Wa4Cma .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sIT2Wa4Cma .text-white:hover {
  color: white !important;
}
.cid-sIT2Wa4Cma .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIT2Wa4Cma .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sIT2Wa4Cma .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sIT2Wa4Cma .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sIT2Wa4Cma .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIT2Wa4Cma .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sIT2Wa4Cma .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sIT2Wa4Cma .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sIT2Wa4Cma .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sIT2Wa4Cma .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIT2Wa4Cma .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sIT2Wa4Cma .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sKiXjmNmj1 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sKiXjmNmj1 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sKiXjmNmj1 a {
  font-style: normal;
}
.cid-sKiXjmNmj1 .nav-link {
  font-family: EB Garamond !important;
}
.cid-sKiXjmNmj1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sKiXjmNmj1 .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-sKiXjmNmj1 .nav-item:focus,
.cid-sKiXjmNmj1 .nav-link:focus {
  outline: none;
}
.cid-sKiXjmNmj1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sKiXjmNmj1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sKiXjmNmj1 .menu-logo {
  margin-right: auto;
}
.cid-sKiXjmNmj1 .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-sKiXjmNmj1 .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-sKiXjmNmj1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sKiXjmNmj1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sKiXjmNmj1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sKiXjmNmj1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sKiXjmNmj1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sKiXjmNmj1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sKiXjmNmj1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sKiXjmNmj1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKiXjmNmj1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sKiXjmNmj1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sKiXjmNmj1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sKiXjmNmj1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sKiXjmNmj1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sKiXjmNmj1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKiXjmNmj1 .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-sKiXjmNmj1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sKiXjmNmj1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sKiXjmNmj1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sKiXjmNmj1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sKiXjmNmj1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sKiXjmNmj1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sKiXjmNmj1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sKiXjmNmj1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sKiXjmNmj1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKiXjmNmj1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKiXjmNmj1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKiXjmNmj1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKiXjmNmj1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKiXjmNmj1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKiXjmNmj1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sKiXjmNmj1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sKiXjmNmj1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKiXjmNmj1 .dropdown-toggle:after {
  display: none;
}
.cid-sKiXjmNmj1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKiXjmNmj1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sKiXjmNmj1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.collapsing,
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sKiXjmNmj1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sKiXjmNmj1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sKiXjmNmj1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sKiXjmNmj1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sKiXjmNmj1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sKiXjmNmj1 .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-sKiXjmNmj1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sKiXjmNmj1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sKiXjmNmj1 .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-sKiXjmNmj1 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKiXjmNmj1 img {
    height: 3.8rem !important;
  }
  .cid-sKiXjmNmj1 .btn {
    display: -webkit-flex;
  }
  .cid-sKiXjmNmj1 button.navbar-toggler {
    display: block;
  }
  .cid-sKiXjmNmj1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sKiXjmNmj1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sKiXjmNmj1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sKiXjmNmj1 .navbar-collapse.collapsing,
  .cid-sKiXjmNmj1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sKiXjmNmj1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sKiXjmNmj1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sKiXjmNmj1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sKiXjmNmj1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sKiXjmNmj1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sKiXjmNmj1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKiXjmNmj1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sKiXjmNmj1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sKiXjmNmj1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sKiXjmNmj1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sKiXjmNmj1 .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-sKiXjmNmj1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sKiXjmNmj1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sKiXjmNmj1 .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-sKiXjmNmj1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sKiXjmNmj1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sKiXjmNmj1 .nav-link,
.cid-sKiXjmNmj1 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sKiXjmNmj1 .nav-link:hover,
.cid-sKiXjmNmj1 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sKiXjnQQzo {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-46.jpg");
}
.cid-sKiXjnQQzo H1 {
  color: #232323;
}
.cid-sKiXjnQQzo .mbr-text,
.cid-sKiXjnQQzo .mbr-section-btn {
  color: #232323;
}
.cid-sKiXjp8Ven {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKj4B6LgBq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sKj4B6LgBq .mbr-text,
.cid-sKj4B6LgBq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sKiXjrGMpX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKiXjrGMpX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKiXjrGMpX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKiXjrGMpX .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sKiXjrGMpX .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sKiXjrGMpX .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sKiXjrGMpX .text-white:hover {
  color: white !important;
}
.cid-sKiXjrGMpX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKiXjrGMpX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sKiXjrGMpX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sKiXjrGMpX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sKiXjrGMpX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKiXjrGMpX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKiXjrGMpX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sKiXjrGMpX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sKiXjrGMpX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKiXjrGMpX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sKiXjrGMpX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sKiXjrGMpX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJDr3V5B6F .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sJDr3V5B6F .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sJDr3V5B6F a {
  font-style: normal;
}
.cid-sJDr3V5B6F .nav-link {
  font-family: EB Garamond !important;
}
.cid-sJDr3V5B6F .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sJDr3V5B6F .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-sJDr3V5B6F .nav-item:focus,
.cid-sJDr3V5B6F .nav-link:focus {
  outline: none;
}
.cid-sJDr3V5B6F .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sJDr3V5B6F .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sJDr3V5B6F .menu-logo {
  margin-right: auto;
}
.cid-sJDr3V5B6F .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-sJDr3V5B6F .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-sJDr3V5B6F .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sJDr3V5B6F .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sJDr3V5B6F .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sJDr3V5B6F .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sJDr3V5B6F .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sJDr3V5B6F .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sJDr3V5B6F .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sJDr3V5B6F .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJDr3V5B6F .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sJDr3V5B6F .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sJDr3V5B6F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sJDr3V5B6F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJDr3V5B6F .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sJDr3V5B6F .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJDr3V5B6F .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-sJDr3V5B6F .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sJDr3V5B6F .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sJDr3V5B6F .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sJDr3V5B6F .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sJDr3V5B6F .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sJDr3V5B6F .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sJDr3V5B6F button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sJDr3V5B6F button.navbar-toggler:focus {
  outline: none;
}
.cid-sJDr3V5B6F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJDr3V5B6F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJDr3V5B6F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJDr3V5B6F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJDr3V5B6F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJDr3V5B6F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJDr3V5B6F nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJDr3V5B6F nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJDr3V5B6F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJDr3V5B6F .dropdown-toggle:after {
  display: none;
}
.cid-sJDr3V5B6F .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sJDr3V5B6F .collapsed .btn {
  display: -webkit-flex;
}
.cid-sJDr3V5B6F .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sJDr3V5B6F .collapsed .navbar-collapse.collapsing,
.cid-sJDr3V5B6F .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sJDr3V5B6F .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sJDr3V5B6F .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sJDr3V5B6F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sJDr3V5B6F .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sJDr3V5B6F .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sJDr3V5B6F .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sJDr3V5B6F .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sJDr3V5B6F .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sJDr3V5B6F .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sJDr3V5B6F .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sJDr3V5B6F .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sJDr3V5B6F .collapsed button.navbar-toggler {
  display: block;
}
.cid-sJDr3V5B6F .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sJDr3V5B6F .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sJDr3V5B6F .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-sJDr3V5B6F .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sJDr3V5B6F .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sJDr3V5B6F .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-sJDr3V5B6F .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sJDr3V5B6F img {
    height: 3.8rem !important;
  }
  .cid-sJDr3V5B6F .btn {
    display: -webkit-flex;
  }
  .cid-sJDr3V5B6F button.navbar-toggler {
    display: block;
  }
  .cid-sJDr3V5B6F .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sJDr3V5B6F .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sJDr3V5B6F .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sJDr3V5B6F .navbar-collapse.collapsing,
  .cid-sJDr3V5B6F .navbar-collapse.show {
    display: block !important;
  }
  .cid-sJDr3V5B6F .navbar-collapse.collapsing .navbar-nav,
  .cid-sJDr3V5B6F .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sJDr3V5B6F .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sJDr3V5B6F .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sJDr3V5B6F .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sJDr3V5B6F .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sJDr3V5B6F .navbar-collapse.collapsing .navbar-buttons,
  .cid-sJDr3V5B6F .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sJDr3V5B6F .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sJDr3V5B6F .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sJDr3V5B6F .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-sJDr3V5B6F .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sJDr3V5B6F .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sJDr3V5B6F .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-sJDr3V5B6F .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sJDr3V5B6F .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sJDr3V5B6F .nav-link,
.cid-sJDr3V5B6F .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sJDr3V5B6F .nav-link:hover,
.cid-sJDr3V5B6F .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sJDr3WoQtq {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-42.jpg");
}
.cid-sJDr3WoQtq H1 {
  color: #483744;
}
.cid-sJDr3WoQtq .mbr-text,
.cid-sJDr3WoQtq .mbr-section-btn {
  color: #236e10;
}
.cid-sJDr3YMpzu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sJDr3YMpzu .mbr-text,
.cid-sJDr3YMpzu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sJDr3YMpzu H1 {
  color: #ffffff;
}
.cid-sJENzHb59b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJENzHb59b .card-box {
  padding: 0rem;
}
.cid-sJENzHb59b .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sJENzHb59b h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sJENzHb59b p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-sJENzHb59b .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-sJENzHb59b .mbr-text {
  color: #879a9f;
}
.cid-sJJCmcWCke {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sJJCmcWCke .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sJJCmcWCke .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sJJCmcWCke .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sJJCmcWCke .mbr-text,
.cid-sJJCmcWCke .mbr-section-btn {
  color: #ffffff;
}
.cid-sJJCmcWCke .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sTDGxewkHF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sTDGxewkHF .card-title {
  margin-bottom: 20px;
  color: #3d626c;
  text-align: center;
}
.cid-sTDGxewkHF .mbr-section-btn {
  margin-top: 43px;
}
.cid-sTDGxewkHF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sTDGxewkHF .card-wrapper {
    margin-top: 60px;
  }
}
.cid-sXvOpSXii9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-sXvOpSXii9 .mbr-text {
  color: #767676;
}
.cid-sXvOpSXii9 .sig {
  width: 300px;
}
.cid-sXvOpSXii9 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sXvOpSXii9 .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-sXvOpSXii9 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sTDCoU46PX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d626c;
}
.cid-sTDCoU46PX .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sTDCoU46PX .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sTDCoU46PX .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sTDCoU46PX .mbr-text,
.cid-sTDCoU46PX .mbr-section-btn {
  color: #ffffff;
}
.cid-sTDCoU46PX .card-title {
  color: #ffffff;
}
.cid-sV36qFHkPm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sV36qFHkPm H1 {
  color: #3d626c;
}
.cid-sV36qFHkPm .mbr-text,
.cid-sV36qFHkPm .mbr-section-btn {
  color: #716c80;
}
.cid-sV36qFHkPm img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sV36qFHkPm .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sV3JwAKjdu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sV3JwAKjdu .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sV3JwAKjdu .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sV3JwAKjdu .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sV3JwAKjdu .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sV3JwAKjdu .mbr-text,
.cid-sV3JwAKjdu .mbr-section-btn {
  color: #ffffff;
}
.cid-sV3KX8cBkZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sV3KX8cBkZ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sV3KX8cBkZ img:hover {
  transform: scale(1.1);
}
.cid-sV3KX8cBkZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sV3KX8cBkZ h2 {
  padding: 0;
  margin: 0;
}
.cid-sV3KX8cBkZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV3KX8cBkZ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sV3KX8cBkZ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sV3KX8cBkZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sV3KX8cBkZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sV3KX8cBkZ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sV3KX8cBkZ .mbr-iconfont {
  margin: 0!important;
}
.cid-sV3KX8cBkZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sV3KX8cBkZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sV3KX8cBkZ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sV3KX8cBkZ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sV3KX8cBkZ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sV3KX8cBkZ H2 {
  color: #333333;
}
.cid-sV3KX8cBkZ .mbr-text {
  color: #767676;
}
.cid-sOfev5apOF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sOfev5apOF H1 {
  color: #ffffff;
}
.cid-sOfle80U0e {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOfle80U0e .mbr-text,
.cid-sOfle80U0e .mbr-section-btn {
  text-align: left;
}
.cid-sVpSRhWTBR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cbd6d9;
}
.cid-sVpSRhWTBR .mbr-text {
  color: #767676;
}
.cid-sVpSRhWTBR .sig {
  width: 300px;
}
.cid-sVpSRhWTBR img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sVpSRhWTBR .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-sVpSRhWTBR .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sVpSRhWTBR .mbr-text,
.cid-sVpSRhWTBR .sig-img {
  color: #3d626c;
}
.cid-sOfrBLGFrL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sOfrBLGFrL H1 {
  color: #ffffff;
}
.cid-sOfsjk13bM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOfsjk13bM .mbr-text,
.cid-sOfsjk13bM .mbr-section-btn {
  text-align: left;
}
.cid-sOfsjk13bM H1 {
  text-align: left;
}
.cid-sJKHhfOV27 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sJKHhfOV27 H1 {
  color: #ffffff;
}
.cid-sKhfd8Vlfu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKhfd8Vlfu H1 {
  text-align: left;
}
.cid-sKhfd8Vlfu .mbr-text,
.cid-sKhfd8Vlfu .mbr-section-btn {
  text-align: left;
  color: #3d626c;
}
.cid-sKhMc0ROu0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sKhMc0ROu0 H1 {
  color: #ffffff;
}
.cid-sKhMBg2wS2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKhMBg2wS2 .mbr-text,
.cid-sKhMBg2wS2 .mbr-section-btn {
  text-align: left;
  color: #3d626c;
}
.cid-sMnAYar4Eh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sMnAYar4Eh H1 {
  color: #ffffff;
}
.cid-sMnAYar4Eh .mbr-text,
.cid-sMnAYar4Eh .mbr-section-btn {
  color: #ffffff;
}
.cid-t4EyqJkhKg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0eb;
}
.cid-t4EyqJkhKg .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-t4EyqJkhKg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4EyqJkhKg img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-t4EyqJkhKg img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-t4EyqJkhKg img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-t4EyqJkhKg .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4EyqJkhKg .mbr-section-subtitle {
  color: #fa4529;
}
.cid-t4EyqJkhKg .mbr-text {
  color: #483744;
}
.cid-t4EyqJkhKg .mbr-section-title {
  color: #465052;
}
.cid-sJDr48Mfjg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJDr48Mfjg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJDr48Mfjg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJDr48Mfjg .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sJDr48Mfjg .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sJDr48Mfjg .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sJDr48Mfjg .text-white:hover {
  color: white !important;
}
.cid-sJDr48Mfjg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJDr48Mfjg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sJDr48Mfjg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sJDr48Mfjg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sJDr48Mfjg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJDr48Mfjg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sJDr48Mfjg .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sJDr48Mfjg .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sJDr48Mfjg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJDr48Mfjg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJDr48Mfjg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sJDr48Mfjg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJJKW23P1M .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sJJKW23P1M .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sJJKW23P1M a {
  font-style: normal;
}
.cid-sJJKW23P1M .nav-link {
  font-family: EB Garamond !important;
}
.cid-sJJKW23P1M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sJJKW23P1M .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-sJJKW23P1M .nav-item:focus,
.cid-sJJKW23P1M .nav-link:focus {
  outline: none;
}
.cid-sJJKW23P1M .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sJJKW23P1M .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sJJKW23P1M .menu-logo {
  margin-right: auto;
}
.cid-sJJKW23P1M .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-sJJKW23P1M .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-sJJKW23P1M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sJJKW23P1M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sJJKW23P1M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sJJKW23P1M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sJJKW23P1M .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sJJKW23P1M .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sJJKW23P1M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sJJKW23P1M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sJJKW23P1M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sJJKW23P1M .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sJJKW23P1M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sJJKW23P1M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJJKW23P1M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sJJKW23P1M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJJKW23P1M .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-sJJKW23P1M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sJJKW23P1M .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sJJKW23P1M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sJJKW23P1M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sJJKW23P1M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sJJKW23P1M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sJJKW23P1M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sJJKW23P1M button.navbar-toggler:focus {
  outline: none;
}
.cid-sJJKW23P1M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJJKW23P1M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJJKW23P1M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJJKW23P1M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJJKW23P1M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJJKW23P1M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJJKW23P1M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJJKW23P1M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJJKW23P1M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJJKW23P1M .dropdown-toggle:after {
  display: none;
}
.cid-sJJKW23P1M .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sJJKW23P1M .collapsed .btn {
  display: -webkit-flex;
}
.cid-sJJKW23P1M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sJJKW23P1M .collapsed .navbar-collapse.collapsing,
.cid-sJJKW23P1M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sJJKW23P1M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sJJKW23P1M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sJJKW23P1M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sJJKW23P1M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sJJKW23P1M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sJJKW23P1M .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sJJKW23P1M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sJJKW23P1M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sJJKW23P1M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sJJKW23P1M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sJJKW23P1M .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sJJKW23P1M .collapsed button.navbar-toggler {
  display: block;
}
.cid-sJJKW23P1M .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sJJKW23P1M .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sJJKW23P1M .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-sJJKW23P1M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sJJKW23P1M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sJJKW23P1M .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-sJJKW23P1M .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sJJKW23P1M img {
    height: 3.8rem !important;
  }
  .cid-sJJKW23P1M .btn {
    display: -webkit-flex;
  }
  .cid-sJJKW23P1M button.navbar-toggler {
    display: block;
  }
  .cid-sJJKW23P1M .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sJJKW23P1M .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sJJKW23P1M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sJJKW23P1M .navbar-collapse.collapsing,
  .cid-sJJKW23P1M .navbar-collapse.show {
    display: block !important;
  }
  .cid-sJJKW23P1M .navbar-collapse.collapsing .navbar-nav,
  .cid-sJJKW23P1M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sJJKW23P1M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sJJKW23P1M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sJJKW23P1M .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sJJKW23P1M .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sJJKW23P1M .navbar-collapse.collapsing .navbar-buttons,
  .cid-sJJKW23P1M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sJJKW23P1M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sJJKW23P1M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sJJKW23P1M .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-sJJKW23P1M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sJJKW23P1M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sJJKW23P1M .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-sJJKW23P1M .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sJJKW23P1M .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sJJKW23P1M .nav-link,
.cid-sJJKW23P1M .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sJJKW23P1M .nav-link:hover,
.cid-sJJKW23P1M .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sJJKW395E1 {
  padding-top: 165px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-43.jpg");
}
.cid-sJJKW395E1 H1 {
  color: #232323;
}
.cid-sJJKW395E1 .mbr-text,
.cid-sJJKW395E1 .mbr-section-btn {
  color: #000000;
}
.cid-sJJKW4tVcI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJJQtv8Veg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJJQtv8Veg .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-sJJQtv8Veg img {
    width: 90%;
  }
}
.cid-sJJQtv8Veg .social-list {
  display: flex;
  flex-wrap: wrap;
}
.cid-sJJQtv8Veg .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sJJQtv8Veg .soc-item span {
  font-size: 1rem;
  color: #3d626c !important;
  transition: all 0.3s;
}
.cid-sJJQtv8Veg .soc-item:hover span {
  color: #3d626c !important;
}
.cid-sJJQtv8Veg .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sJJQtv8Veg .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sJJQtv8Veg .social-list {
    justify-content: center;
  }
}
.cid-sJKFr8Qxn7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sJKFr8Qxn7 H1 {
  color: #ffffff;
}
.cid-sJKFr8Qxn7 .mbr-text,
.cid-sJKFr8Qxn7 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sJJKW6DWbF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJJKW6DWbF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJJKW6DWbF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sJJKW6DWbF .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sJJKW6DWbF .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sJJKW6DWbF .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sJJKW6DWbF .text-white:hover {
  color: white !important;
}
.cid-sJJKW6DWbF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sJJKW6DWbF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sJJKW6DWbF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sJJKW6DWbF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sJJKW6DWbF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sJJKW6DWbF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sJJKW6DWbF .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sJJKW6DWbF .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sJJKW6DWbF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJJKW6DWbF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sJJKW6DWbF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sJJKW6DWbF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQeZBgzllR .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sQeZBgzllR .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sQeZBgzllR a {
  font-style: normal;
}
.cid-sQeZBgzllR .nav-link {
  font-family: EB Garamond !important;
}
.cid-sQeZBgzllR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQeZBgzllR .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-sQeZBgzllR .nav-item:focus,
.cid-sQeZBgzllR .nav-link:focus {
  outline: none;
}
.cid-sQeZBgzllR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQeZBgzllR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQeZBgzllR .menu-logo {
  margin-right: auto;
}
.cid-sQeZBgzllR .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-sQeZBgzllR .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-sQeZBgzllR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQeZBgzllR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQeZBgzllR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQeZBgzllR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQeZBgzllR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQeZBgzllR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQeZBgzllR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQeZBgzllR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQeZBgzllR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQeZBgzllR .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sQeZBgzllR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sQeZBgzllR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQeZBgzllR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQeZBgzllR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQeZBgzllR .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-sQeZBgzllR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQeZBgzllR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQeZBgzllR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQeZBgzllR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQeZBgzllR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQeZBgzllR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQeZBgzllR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQeZBgzllR button.navbar-toggler:focus {
  outline: none;
}
.cid-sQeZBgzllR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQeZBgzllR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQeZBgzllR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQeZBgzllR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQeZBgzllR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQeZBgzllR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQeZBgzllR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQeZBgzllR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQeZBgzllR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQeZBgzllR .dropdown-toggle:after {
  display: none;
}
.cid-sQeZBgzllR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQeZBgzllR .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQeZBgzllR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQeZBgzllR .collapsed .navbar-collapse.collapsing,
.cid-sQeZBgzllR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQeZBgzllR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQeZBgzllR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQeZBgzllR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQeZBgzllR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQeZBgzllR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQeZBgzllR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQeZBgzllR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQeZBgzllR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQeZBgzllR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQeZBgzllR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQeZBgzllR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sQeZBgzllR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQeZBgzllR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQeZBgzllR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQeZBgzllR .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-sQeZBgzllR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQeZBgzllR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQeZBgzllR .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-sQeZBgzllR .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQeZBgzllR img {
    height: 3.8rem !important;
  }
  .cid-sQeZBgzllR .btn {
    display: -webkit-flex;
  }
  .cid-sQeZBgzllR button.navbar-toggler {
    display: block;
  }
  .cid-sQeZBgzllR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sQeZBgzllR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQeZBgzllR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQeZBgzllR .navbar-collapse.collapsing,
  .cid-sQeZBgzllR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQeZBgzllR .navbar-collapse.collapsing .navbar-nav,
  .cid-sQeZBgzllR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQeZBgzllR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQeZBgzllR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQeZBgzllR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQeZBgzllR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQeZBgzllR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQeZBgzllR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQeZBgzllR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQeZBgzllR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQeZBgzllR .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-sQeZBgzllR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQeZBgzllR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQeZBgzllR .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-sQeZBgzllR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sQeZBgzllR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQeZBgzllR .nav-link,
.cid-sQeZBgzllR .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sQeZBgzllR .nav-link:hover,
.cid-sQeZBgzllR .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sQeZBiMhTe {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-sQeZBiMhTe H1 {
  color: #ffffff;
}
.cid-sQeZBiMhTe .mbr-text,
.cid-sQeZBiMhTe .mbr-section-btn {
  color: #236e10;
}
.cid-sQeZBjKQww {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQeZBjKQww H1 {
  text-align: center;
  color: #3d626c;
}
.cid-sQeZBw34qK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-sQeZBw34qK .card-box {
  padding: 0rem;
}
.cid-sQeZBw34qK .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sQeZBw34qK .card {
  padding: 0;
  margin: auto;
}
.cid-sQeZBw34qK .card-img {
  height: 400px;
}
.cid-sQeZBw34qK .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQeZBw34qK .card-wrapper {
  padding: 2rem;
  width: 100%;
}
.cid-sQeZBw34qK .mbr-text {
  color: #879a9f;
}
@media (min-width: 1400px) {
  .cid-sQeZBw34qK .card-wrapper {
    padding: 4rem;
  }
}
.cid-sQeZBw34qK .card-title {
  color: #3d626c;
}
.cid-sQeZBl07Nu {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQeZBl07Nu .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQeZBl07Nu p {
  margin-bottom: 0 !important;
}
.cid-sQeZBl07Nu .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQeZBl07Nu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQeZBl07Nu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQeZBl07Nu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQeZBl07Nu .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQeZBl07Nu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQeZBl07Nu .card .panel-body {
  color: #767676;
}
.cid-sQeZBl07Nu .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQeZBl07Nu .card-header:hover {
  background-color: #4b9614;
}
.cid-sQeZBl07Nu .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQeZBl07Nu H4 {
  color: #4b9614;
}
.cid-sQeZBl07Nu .panel-text {
  color: #ffffff;
}
.cid-sQeZBmOgIB {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQeZBmOgIB .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQeZBmOgIB p {
  margin-bottom: 0 !important;
}
.cid-sQeZBmOgIB .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQeZBmOgIB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQeZBmOgIB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQeZBmOgIB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQeZBmOgIB .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQeZBmOgIB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQeZBmOgIB .card .panel-body {
  color: #767676;
}
.cid-sQeZBmOgIB .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQeZBmOgIB .card-header:hover {
  background-color: #4b9614;
}
.cid-sQeZBmOgIB .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQeZBmOgIB H4 {
  color: #4b9614;
}
.cid-sQeZBo3ce0 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQeZBo3ce0 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQeZBo3ce0 p {
  margin-bottom: 0 !important;
}
.cid-sQeZBo3ce0 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQeZBo3ce0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQeZBo3ce0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQeZBo3ce0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQeZBo3ce0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQeZBo3ce0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQeZBo3ce0 .card .panel-body {
  color: #767676;
}
.cid-sQeZBo3ce0 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQeZBo3ce0 .card-header:hover {
  background-color: #4b9614;
}
.cid-sQeZBo3ce0 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQeZBo3ce0 H4 {
  color: #4b9614;
}
.cid-sQeZBo3ce0 .panel-text {
  color: #eaeff1;
}
.cid-sQeZBpFpkW {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQeZBpFpkW .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQeZBpFpkW p {
  margin-bottom: 0 !important;
}
.cid-sQeZBpFpkW .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQeZBpFpkW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQeZBpFpkW .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQeZBpFpkW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQeZBpFpkW .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQeZBpFpkW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQeZBpFpkW .card .panel-body {
  color: #767676;
}
.cid-sQeZBpFpkW .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQeZBpFpkW .card-header:hover {
  background-color: #4b9614;
}
.cid-sQeZBpFpkW .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQeZBpFpkW H4 {
  color: #4b9614;
}
.cid-sQeZBpFpkW .panel-text {
  color: #ffffff;
}
.cid-sQO96kIzAX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQO96kIzAX H1 {
  color: #3d626c;
}
.cid-sQeZBr9tFK {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQeZBr9tFK .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQeZBr9tFK p {
  margin-bottom: 0 !important;
}
.cid-sQeZBr9tFK .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQeZBr9tFK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQeZBr9tFK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQeZBr9tFK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQeZBr9tFK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQeZBr9tFK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQeZBr9tFK .card .panel-body {
  color: #767676;
}
.cid-sQeZBr9tFK .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQeZBr9tFK .card-header:hover {
  background-color: #4b9614;
}
.cid-sQeZBr9tFK .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQeZBr9tFK H4 {
  color: #4b9614;
}
.cid-sQeZBr9tFK .panel-text {
  color: #fff3f3;
}
.cid-sQeZBsHNHz {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQeZBsHNHz .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQeZBsHNHz p {
  margin-bottom: 0 !important;
}
.cid-sQeZBsHNHz .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQeZBsHNHz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQeZBsHNHz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQeZBsHNHz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQeZBsHNHz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQeZBsHNHz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQeZBsHNHz .card .panel-body {
  color: #767676;
}
.cid-sQeZBsHNHz .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQeZBsHNHz .card-header:hover {
  background-color: #4b9614;
}
.cid-sQeZBsHNHz .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQeZBsHNHz H4 {
  color: #4b9614;
}
.cid-sQeZBsHNHz .panel-text {
  color: #fff3f3;
}
.cid-sQeZBulC9o {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQeZBulC9o .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQeZBulC9o p {
  margin-bottom: 0 !important;
}
.cid-sQeZBulC9o .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQeZBulC9o .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQeZBulC9o .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQeZBulC9o .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQeZBulC9o .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQeZBulC9o .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQeZBulC9o .card .panel-body {
  color: #767676;
}
.cid-sQeZBulC9o .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQeZBulC9o .card-header:hover {
  background-color: #4b9614;
}
.cid-sQeZBulC9o .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQeZBulC9o H4 {
  color: #4b9614;
}
.cid-sQeZBulC9o .panel-text {
  color: #fff3f3;
}
.cid-sQOuBfdQdP {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQOuBfdQdP .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQOuBfdQdP p {
  margin-bottom: 0 !important;
}
.cid-sQOuBfdQdP .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQOuBfdQdP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQOuBfdQdP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQOuBfdQdP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQOuBfdQdP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQOuBfdQdP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQOuBfdQdP .card .panel-body {
  color: #767676;
}
.cid-sQOuBfdQdP .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQOuBfdQdP .card-header:hover {
  background-color: #4b9614;
}
.cid-sQOuBfdQdP .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQOuBfdQdP H4 {
  color: #4b9614;
}
.cid-sQOuBfdQdP .panel-text {
  color: #fff3f3;
}
.cid-sQOM6nGiNY {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQOM6nGiNY .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQOM6nGiNY p {
  margin-bottom: 0 !important;
}
.cid-sQOM6nGiNY .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQOM6nGiNY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQOM6nGiNY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQOM6nGiNY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQOM6nGiNY .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQOM6nGiNY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQOM6nGiNY .card .panel-body {
  color: #767676;
}
.cid-sQOM6nGiNY .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQOM6nGiNY .card-header:hover {
  background-color: #4b9614;
}
.cid-sQOM6nGiNY .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQOM6nGiNY H4 {
  color: #4b9614;
}
.cid-sQOM6nGiNY .panel-text {
  color: #fff3f3;
}
.cid-sQOPGoSlMT {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #4b9614;
}
.cid-sQOPGoSlMT .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQOPGoSlMT p {
  margin-bottom: 0 !important;
}
.cid-sQOPGoSlMT .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQOPGoSlMT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQOPGoSlMT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQOPGoSlMT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQOPGoSlMT .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQOPGoSlMT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQOPGoSlMT .card .panel-body {
  color: #767676;
}
.cid-sQOPGoSlMT .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQOPGoSlMT .card-header:hover {
  background-color: #4b9614;
}
.cid-sQOPGoSlMT .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQOPGoSlMT H4 {
  color: #4b9614;
}
.cid-sQOPGoSlMT .panel-text {
  color: #fff3f3;
}
.cid-sQTk1Q200J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQTk1Q200J .card-box {
  padding: 0rem;
}
.cid-sQTk1Q200J .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sQTk1Q200J .card {
  padding: 0;
  margin: auto;
}
.cid-sQTk1Q200J .card-img {
  height: 400px;
}
.cid-sQTk1Q200J .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQTk1Q200J .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sQTk1Q200J .card-wrapper {
    padding: 4rem;
  }
}
.cid-sQTk1Q200J .card-title {
  color: #149dcc;
}
.cid-sQTj8WB7El {
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;
  background-color: #149dcc;
}
.cid-sQTj8WB7El .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sQTj8WB7El p {
  margin-bottom: 0 !important;
}
.cid-sQTj8WB7El .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sQTj8WB7El .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQTj8WB7El .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQTj8WB7El .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQTj8WB7El .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sQTj8WB7El .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sQTj8WB7El .card .panel-body {
  color: #767676;
}
.cid-sQTj8WB7El .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sQTj8WB7El .card-header:hover {
  background-color: #149dcc;
}
.cid-sQTj8WB7El .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sQTj8WB7El H4 {
  color: #149dcc;
}
.cid-sQTj8WB7El .panel-text {
  color: #ffffff;
}
.cid-sQeZBAX9YF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQeZBAX9YF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQeZBAX9YF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQeZBAX9YF .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sQeZBAX9YF .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sQeZBAX9YF .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sQeZBAX9YF .text-white:hover {
  color: white !important;
}
.cid-sQeZBAX9YF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQeZBAX9YF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQeZBAX9YF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQeZBAX9YF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQeZBAX9YF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQeZBAX9YF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQeZBAX9YF .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sQeZBAX9YF .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQeZBAX9YF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQeZBAX9YF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQeZBAX9YF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQeZBAX9YF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sPyZUWI8Hj .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sPyZUWI8Hj .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sPyZUWI8Hj a {
  font-style: normal;
}
.cid-sPyZUWI8Hj .nav-link {
  font-family: EB Garamond !important;
}
.cid-sPyZUWI8Hj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sPyZUWI8Hj .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-sPyZUWI8Hj .nav-item:focus,
.cid-sPyZUWI8Hj .nav-link:focus {
  outline: none;
}
.cid-sPyZUWI8Hj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sPyZUWI8Hj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sPyZUWI8Hj .menu-logo {
  margin-right: auto;
}
.cid-sPyZUWI8Hj .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-sPyZUWI8Hj .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-sPyZUWI8Hj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sPyZUWI8Hj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sPyZUWI8Hj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sPyZUWI8Hj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sPyZUWI8Hj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sPyZUWI8Hj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sPyZUWI8Hj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sPyZUWI8Hj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPyZUWI8Hj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sPyZUWI8Hj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sPyZUWI8Hj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sPyZUWI8Hj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPyZUWI8Hj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sPyZUWI8Hj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPyZUWI8Hj .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-sPyZUWI8Hj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sPyZUWI8Hj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sPyZUWI8Hj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sPyZUWI8Hj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sPyZUWI8Hj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sPyZUWI8Hj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sPyZUWI8Hj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sPyZUWI8Hj button.navbar-toggler:focus {
  outline: none;
}
.cid-sPyZUWI8Hj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPyZUWI8Hj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPyZUWI8Hj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPyZUWI8Hj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPyZUWI8Hj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPyZUWI8Hj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPyZUWI8Hj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPyZUWI8Hj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPyZUWI8Hj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPyZUWI8Hj .dropdown-toggle:after {
  display: none;
}
.cid-sPyZUWI8Hj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPyZUWI8Hj .collapsed .btn {
  display: -webkit-flex;
}
.cid-sPyZUWI8Hj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.collapsing,
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sPyZUWI8Hj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPyZUWI8Hj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sPyZUWI8Hj .collapsed button.navbar-toggler {
  display: block;
}
.cid-sPyZUWI8Hj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sPyZUWI8Hj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sPyZUWI8Hj .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-sPyZUWI8Hj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sPyZUWI8Hj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sPyZUWI8Hj .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-sPyZUWI8Hj .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPyZUWI8Hj img {
    height: 3.8rem !important;
  }
  .cid-sPyZUWI8Hj .btn {
    display: -webkit-flex;
  }
  .cid-sPyZUWI8Hj button.navbar-toggler {
    display: block;
  }
  .cid-sPyZUWI8Hj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sPyZUWI8Hj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sPyZUWI8Hj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sPyZUWI8Hj .navbar-collapse.collapsing,
  .cid-sPyZUWI8Hj .navbar-collapse.show {
    display: block !important;
  }
  .cid-sPyZUWI8Hj .navbar-collapse.collapsing .navbar-nav,
  .cid-sPyZUWI8Hj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sPyZUWI8Hj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sPyZUWI8Hj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sPyZUWI8Hj .navbar-collapse.collapsing .navbar-buttons,
  .cid-sPyZUWI8Hj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sPyZUWI8Hj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sPyZUWI8Hj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sPyZUWI8Hj .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-sPyZUWI8Hj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sPyZUWI8Hj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sPyZUWI8Hj .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-sPyZUWI8Hj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sPyZUWI8Hj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sPyZUWI8Hj .nav-link,
.cid-sPyZUWI8Hj .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sPyZUWI8Hj .nav-link:hover,
.cid-sPyZUWI8Hj .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sPyZUXGAX6 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/demos-meta.jpeg");
}
.cid-sPyZUXGAX6 H1 {
  color: #232323;
}
.cid-sPyZUXGAX6 .mbr-text,
.cid-sPyZUXGAX6 .mbr-section-btn {
  color: #236e10;
}
.cid-sPyZUZeeBI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sPyZUZeeBI H1 {
  color: #ffffff;
}
.cid-sPyZUZeeBI .mbr-text,
.cid-sPyZUZeeBI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sPyZV0yIeH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sPyZV0yIeH .card-box {
  padding: 0rem;
}
.cid-sPyZV0yIeH .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sPyZV0yIeH .card {
  padding: 0;
  margin: auto;
}
.cid-sPyZV0yIeH .card-img {
  height: 400px;
}
.cid-sPyZV0yIeH .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sPyZV0yIeH .card-wrapper {
  padding: 2rem;
  width: 100%;
}
.cid-sPyZV0yIeH .mbr-text {
  color: #879a9f;
}
@media (min-width: 1400px) {
  .cid-sPyZV0yIeH .card-wrapper {
    padding: 4rem;
  }
}
.cid-sPyZV0yIeH .card-title {
  text-align: center;
}
.cid-sPyZV1MVWr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sPyZV1MVWr .mbr-text,
.cid-sPyZV1MVWr .mbr-section-btn {
  color: #fff3f3;
}
.cid-sPyZV1MVWr H1 {
  color: #fff3f3;
}
.cid-sPyZV2Oi6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-sPyZV2Oi6L .mbr-text {
  color: #767676;
}
.cid-sPyZV2Oi6L .sig {
  width: 300px;
}
.cid-sPyZV2Oi6L img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sPyZV2Oi6L .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-sPyZV2Oi6L .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sPyZV4kCNn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPyZV5jvc2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sPyZV5jvc2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sPyZV5jvc2 textarea {
  min-height: 250px;
}
.cid-sPyZV5jvc2 .col-auto {
  margin: auto;
}
.cid-sPyZV5jvc2 .form-control,
.cid-sPyZV5jvc2 .field-input {
  padding: 1rem;
  background-color: #ffffff;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #3d626c !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sPyZV5jvc2 .form-control input::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .field-input input::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .form-control textarea::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .field-input textarea::-webkit-input-placeholder {
  color: #3d626c !important;
}
.cid-sPyZV5jvc2 .form-control input:-moz-placeholder,
.cid-sPyZV5jvc2 .field-input input:-moz-placeholder,
.cid-sPyZV5jvc2 .form-control textarea:-moz-placeholder,
.cid-sPyZV5jvc2 .field-input textarea:-moz-placeholder {
  color: #3d626c;
}
.cid-sPyZV5jvc2 .form-control:hover,
.cid-sPyZV5jvc2 .field-input:hover,
.cid-sPyZV5jvc2 .form-control:focus,
.cid-sPyZV5jvc2 .field-input:focus {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sPyZV5jvc2 .form-control:hover input::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .field-input:hover input::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .form-control:focus input::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .field-input:focus input::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .form-control:hover textarea::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .field-input:hover textarea::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .form-control:focus textarea::-webkit-input-placeholder,
.cid-sPyZV5jvc2 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sPyZV5jvc2 .form-control:hover input:-moz-placeholder,
.cid-sPyZV5jvc2 .field-input:hover input:-moz-placeholder,
.cid-sPyZV5jvc2 .form-control:focus input:-moz-placeholder,
.cid-sPyZV5jvc2 .field-input:focus input:-moz-placeholder,
.cid-sPyZV5jvc2 .form-control:hover textarea:-moz-placeholder,
.cid-sPyZV5jvc2 .field-input:hover textarea:-moz-placeholder,
.cid-sPyZV5jvc2 .form-control:focus textarea:-moz-placeholder,
.cid-sPyZV5jvc2 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sPyZV5jvc2 .jq-number__spin:hover,
.cid-sPyZV5jvc2 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sPyZV5jvc2 .jq-number__spin {
  background-color: #ffffff;
  border-color: #f6f6f6;
  color: #3d626c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sPyZV5jvc2 .jq-selectbox li,
.cid-sPyZV5jvc2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sPyZV5jvc2 .jq-selectbox li:hover,
.cid-sPyZV5jvc2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sPyZV5jvc2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sPyZV5jvc2 .jq-number__spin.minus:hover:after,
.cid-sPyZV5jvc2 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sPyZV5jvc2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sPyZV5jvc2 .jq-number__spin.minus:after,
.cid-sPyZV5jvc2 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sPyZV5jvc2 input::-webkit-clear-button {
  display: none;
}
.cid-sPyZV5jvc2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sPyZV5jvc2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sPyZV5jvc2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sPyZV6wKHD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d7edd8;
}
.cid-sPyZV6wKHD .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-sPyZV6wKHD .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-sPyZV8n7jG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPyZV8n7jG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPyZV8n7jG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPyZV8n7jG .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sPyZV8n7jG .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sPyZV8n7jG .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sPyZV8n7jG .text-white:hover {
  color: white !important;
}
.cid-sPyZV8n7jG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPyZV8n7jG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sPyZV8n7jG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sPyZV8n7jG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sPyZV8n7jG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPyZV8n7jG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sPyZV8n7jG .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sPyZV8n7jG .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sPyZV8n7jG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sPyZV8n7jG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sPyZV8n7jG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sPyZV8n7jG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sRtyk5pUzn .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sRtyk5pUzn .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sRtyk5pUzn a {
  font-style: normal;
}
.cid-sRtyk5pUzn .nav-link {
  font-family: EB Garamond !important;
}
.cid-sRtyk5pUzn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRtyk5pUzn .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-sRtyk5pUzn .nav-item:focus,
.cid-sRtyk5pUzn .nav-link:focus {
  outline: none;
}
.cid-sRtyk5pUzn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRtyk5pUzn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRtyk5pUzn .menu-logo {
  margin-right: auto;
}
.cid-sRtyk5pUzn .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-sRtyk5pUzn .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-sRtyk5pUzn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRtyk5pUzn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRtyk5pUzn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRtyk5pUzn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRtyk5pUzn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRtyk5pUzn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRtyk5pUzn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRtyk5pUzn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRtyk5pUzn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRtyk5pUzn .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sRtyk5pUzn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sRtyk5pUzn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRtyk5pUzn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRtyk5pUzn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRtyk5pUzn .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-sRtyk5pUzn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRtyk5pUzn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRtyk5pUzn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRtyk5pUzn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRtyk5pUzn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRtyk5pUzn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRtyk5pUzn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRtyk5pUzn button.navbar-toggler:focus {
  outline: none;
}
.cid-sRtyk5pUzn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRtyk5pUzn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRtyk5pUzn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRtyk5pUzn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRtyk5pUzn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRtyk5pUzn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRtyk5pUzn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRtyk5pUzn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRtyk5pUzn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRtyk5pUzn .dropdown-toggle:after {
  display: none;
}
.cid-sRtyk5pUzn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRtyk5pUzn .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRtyk5pUzn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRtyk5pUzn .collapsed .navbar-collapse.collapsing,
.cid-sRtyk5pUzn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRtyk5pUzn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRtyk5pUzn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRtyk5pUzn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRtyk5pUzn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRtyk5pUzn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sRtyk5pUzn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sRtyk5pUzn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRtyk5pUzn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRtyk5pUzn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRtyk5pUzn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sRtyk5pUzn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sRtyk5pUzn .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRtyk5pUzn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRtyk5pUzn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRtyk5pUzn .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-sRtyk5pUzn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRtyk5pUzn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRtyk5pUzn .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-sRtyk5pUzn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRtyk5pUzn img {
    height: 3.8rem !important;
  }
  .cid-sRtyk5pUzn .btn {
    display: -webkit-flex;
  }
  .cid-sRtyk5pUzn button.navbar-toggler {
    display: block;
  }
  .cid-sRtyk5pUzn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRtyk5pUzn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRtyk5pUzn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRtyk5pUzn .navbar-collapse.collapsing,
  .cid-sRtyk5pUzn .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRtyk5pUzn .navbar-collapse.collapsing .navbar-nav,
  .cid-sRtyk5pUzn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRtyk5pUzn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRtyk5pUzn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRtyk5pUzn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sRtyk5pUzn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRtyk5pUzn .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRtyk5pUzn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRtyk5pUzn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRtyk5pUzn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRtyk5pUzn .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-sRtyk5pUzn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRtyk5pUzn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRtyk5pUzn .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-sRtyk5pUzn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sRtyk5pUzn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRtyk5pUzn .nav-link,
.cid-sRtyk5pUzn .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sRtyk5pUzn .nav-link:hover,
.cid-sRtyk5pUzn .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sRtyk6hqDX {
  padding-top: 150px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1280x1920.jpeg");
}
.cid-sRtyk6hqDX H1 {
  color: #232323;
}
.cid-sRtyk6hqDX .mbr-text,
.cid-sRtyk6hqDX .mbr-section-btn {
  color: #000000;
}
.cid-sRtyk7xBmt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sRtyk7xBmt H1 {
  color: #ffffff;
}
.cid-sRtyk7xBmt .mbr-text,
.cid-sRtyk7xBmt .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sRtyk8VQKl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRtyk8VQKl .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRtyk8VQKl .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRtyk8VQKl .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sRtyk8VQKl .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sRtyk8VQKl .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sRtyk8VQKl .text-white:hover {
  color: white !important;
}
.cid-sRtyk8VQKl .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRtyk8VQKl .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRtyk8VQKl .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sRtyk8VQKl .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sRtyk8VQKl .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sRtyk8VQKl .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sRtyk8VQKl .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sRtyk8VQKl .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sRtyk8VQKl .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRtyk8VQKl .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRtyk8VQKl .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sRtyk8VQKl .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sQTKmik8Uw .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sQTKmik8Uw .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sQTKmik8Uw a {
  font-style: normal;
}
.cid-sQTKmik8Uw .nav-link {
  font-family: EB Garamond !important;
}
.cid-sQTKmik8Uw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQTKmik8Uw .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-sQTKmik8Uw .nav-item:focus,
.cid-sQTKmik8Uw .nav-link:focus {
  outline: none;
}
.cid-sQTKmik8Uw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQTKmik8Uw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQTKmik8Uw .menu-logo {
  margin-right: auto;
}
.cid-sQTKmik8Uw .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-sQTKmik8Uw .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-sQTKmik8Uw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sQTKmik8Uw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQTKmik8Uw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQTKmik8Uw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQTKmik8Uw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQTKmik8Uw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQTKmik8Uw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQTKmik8Uw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQTKmik8Uw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQTKmik8Uw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sQTKmik8Uw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sQTKmik8Uw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQTKmik8Uw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQTKmik8Uw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQTKmik8Uw .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-sQTKmik8Uw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQTKmik8Uw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQTKmik8Uw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQTKmik8Uw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQTKmik8Uw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQTKmik8Uw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQTKmik8Uw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQTKmik8Uw button.navbar-toggler:focus {
  outline: none;
}
.cid-sQTKmik8Uw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQTKmik8Uw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQTKmik8Uw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQTKmik8Uw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQTKmik8Uw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQTKmik8Uw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQTKmik8Uw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQTKmik8Uw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQTKmik8Uw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQTKmik8Uw .dropdown-toggle:after {
  display: none;
}
.cid-sQTKmik8Uw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQTKmik8Uw .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQTKmik8Uw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQTKmik8Uw .collapsed .navbar-collapse.collapsing,
.cid-sQTKmik8Uw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQTKmik8Uw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQTKmik8Uw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQTKmik8Uw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQTKmik8Uw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQTKmik8Uw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQTKmik8Uw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQTKmik8Uw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQTKmik8Uw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQTKmik8Uw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQTKmik8Uw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQTKmik8Uw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sQTKmik8Uw .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQTKmik8Uw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQTKmik8Uw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQTKmik8Uw .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-sQTKmik8Uw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQTKmik8Uw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQTKmik8Uw .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-sQTKmik8Uw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQTKmik8Uw img {
    height: 3.8rem !important;
  }
  .cid-sQTKmik8Uw .btn {
    display: -webkit-flex;
  }
  .cid-sQTKmik8Uw button.navbar-toggler {
    display: block;
  }
  .cid-sQTKmik8Uw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sQTKmik8Uw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQTKmik8Uw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQTKmik8Uw .navbar-collapse.collapsing,
  .cid-sQTKmik8Uw .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQTKmik8Uw .navbar-collapse.collapsing .navbar-nav,
  .cid-sQTKmik8Uw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQTKmik8Uw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQTKmik8Uw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQTKmik8Uw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQTKmik8Uw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQTKmik8Uw .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQTKmik8Uw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQTKmik8Uw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQTKmik8Uw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQTKmik8Uw .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-sQTKmik8Uw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQTKmik8Uw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQTKmik8Uw .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-sQTKmik8Uw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sQTKmik8Uw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQTKmik8Uw .nav-link,
.cid-sQTKmik8Uw .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sQTKmik8Uw .nav-link:hover,
.cid-sQTKmik8Uw .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sQTKmjt48g {
  background-image: url("../../../assets/images/mbr-1920x1080.jpeg");
}
.cid-sQTKmjt48g H1 {
  color: #ffffff;
}
.cid-sQTKmjt48g .mbr-text,
.cid-sQTKmjt48g .mbr-section-btn {
  color: #236e10;
}
.cid-sQTKmkV5Hf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sQTKmkV5Hf H1 {
  color: #ffffff;
}
.cid-sQTKmkV5Hf .mbr-text,
.cid-sQTKmkV5Hf .mbr-section-btn {
  color: #ffffff;
}
.cid-sQTKmm1Eer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sQTKmm1Eer .card-box {
  padding: 0rem;
}
.cid-sQTKmm1Eer .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sQTKmm1Eer .card {
  padding: 0;
  margin: auto;
}
.cid-sQTKmm1Eer .card-img {
  height: 400px;
}
.cid-sQTKmm1Eer .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQTKmm1Eer .card-wrapper {
  padding: 2rem;
  width: 100%;
}
.cid-sQTKmm1Eer .mbr-text {
  color: #879a9f;
}
@media (min-width: 1400px) {
  .cid-sQTKmm1Eer .card-wrapper {
    padding: 4rem;
  }
}
.cid-sQTKmm1Eer .card-title {
  color: #3d626c;
}
.cid-sRyt4O4dzu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRyt4O4dzu .mbr-text,
.cid-sRyt4O4dzu .mbr-section-btn {
  text-align: left;
}
.cid-sQTKmn9i1F {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sQTKmn9i1F H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sQTKmn9i1F .mbr-text,
.cid-sQTKmn9i1F .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sRulbML8VZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRulbML8VZ DIV {
  text-align: left;
}
.cid-sRulbML8VZ H1 {
  text-align: center;
}
.cid-sRumc2Yfz3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sRumc2Yfz3 .mbr-text,
.cid-sRumc2Yfz3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sQTKmBJ8Lf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQTKmBJ8Lf .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQTKmBJ8Lf .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQTKmBJ8Lf .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sQTKmBJ8Lf .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sQTKmBJ8Lf .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sQTKmBJ8Lf .text-white:hover {
  color: white !important;
}
.cid-sQTKmBJ8Lf .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQTKmBJ8Lf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sQTKmBJ8Lf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sQTKmBJ8Lf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sQTKmBJ8Lf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sQTKmBJ8Lf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sQTKmBJ8Lf .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sQTKmBJ8Lf .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sQTKmBJ8Lf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sQTKmBJ8Lf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQTKmBJ8Lf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sQTKmBJ8Lf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sDYUTuI3A3 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sDYUTuI3A3 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sDYUTuI3A3 a {
  font-style: normal;
}
.cid-sDYUTuI3A3 .nav-link {
  font-family: EB Garamond !important;
}
.cid-sDYUTuI3A3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDYUTuI3A3 .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-sDYUTuI3A3 .nav-item:focus,
.cid-sDYUTuI3A3 .nav-link:focus {
  outline: none;
}
.cid-sDYUTuI3A3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDYUTuI3A3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDYUTuI3A3 .menu-logo {
  margin-right: auto;
}
.cid-sDYUTuI3A3 .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-sDYUTuI3A3 .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-sDYUTuI3A3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sDYUTuI3A3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDYUTuI3A3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDYUTuI3A3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDYUTuI3A3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDYUTuI3A3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDYUTuI3A3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDYUTuI3A3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDYUTuI3A3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDYUTuI3A3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sDYUTuI3A3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sDYUTuI3A3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDYUTuI3A3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDYUTuI3A3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDYUTuI3A3 .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-sDYUTuI3A3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDYUTuI3A3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDYUTuI3A3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDYUTuI3A3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDYUTuI3A3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDYUTuI3A3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDYUTuI3A3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDYUTuI3A3 button.navbar-toggler:focus {
  outline: none;
}
.cid-sDYUTuI3A3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDYUTuI3A3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDYUTuI3A3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYUTuI3A3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYUTuI3A3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDYUTuI3A3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYUTuI3A3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDYUTuI3A3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDYUTuI3A3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYUTuI3A3 .dropdown-toggle:after {
  display: none;
}
.cid-sDYUTuI3A3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDYUTuI3A3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDYUTuI3A3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.collapsing,
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDYUTuI3A3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDYUTuI3A3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sDYUTuI3A3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDYUTuI3A3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDYUTuI3A3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDYUTuI3A3 .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-sDYUTuI3A3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDYUTuI3A3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDYUTuI3A3 .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-sDYUTuI3A3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDYUTuI3A3 img {
    height: 3.8rem !important;
  }
  .cid-sDYUTuI3A3 .btn {
    display: -webkit-flex;
  }
  .cid-sDYUTuI3A3 button.navbar-toggler {
    display: block;
  }
  .cid-sDYUTuI3A3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sDYUTuI3A3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDYUTuI3A3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDYUTuI3A3 .navbar-collapse.collapsing,
  .cid-sDYUTuI3A3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDYUTuI3A3 .navbar-collapse.collapsing .navbar-nav,
  .cid-sDYUTuI3A3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDYUTuI3A3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDYUTuI3A3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDYUTuI3A3 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDYUTuI3A3 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDYUTuI3A3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDYUTuI3A3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDYUTuI3A3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDYUTuI3A3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDYUTuI3A3 .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-sDYUTuI3A3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDYUTuI3A3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDYUTuI3A3 .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-sDYUTuI3A3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sDYUTuI3A3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDYUTuI3A3 .nav-link,
.cid-sDYUTuI3A3 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sDYUTuI3A3 .nav-link:hover,
.cid-sDYUTuI3A3 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sDYUTvWaIH {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sDYUTvWaIH H1 {
  color: #473f35;
}
.cid-sDYUTvWaIH .mbr-text,
.cid-sDYUTvWaIH .mbr-section-btn {
  color: #236e10;
}
.cid-sGVrhaDqTF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGVrhaDqTF H1 {
  text-align: center;
}
.cid-sGUaC8sJ0I {
  padding-top: 45px;
  padding-bottom: 0px;
  position: relative;
  background-color: #3d626c;
}
.cid-sGUaC8sJ0I .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sGUaC8sJ0I p {
  margin-bottom: 0 !important;
}
.cid-sGUaC8sJ0I .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sGUaC8sJ0I .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sGUaC8sJ0I .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sGUaC8sJ0I .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sGUaC8sJ0I .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sGUaC8sJ0I .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sGUaC8sJ0I .card .panel-body {
  color: #767676;
}
.cid-sGUaC8sJ0I .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sGUaC8sJ0I .card-header:hover {
  background-color: #3d626c;
}
.cid-sGUaC8sJ0I .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sGUaC8sJ0I H4 {
  color: #3d626c;
}
.cid-sGUaC8sJ0I .panel-text {
  color: #fff3f3;
}
.cid-sPu6otYiFF {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #3d626c;
}
.cid-sPu6otYiFF .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sPu6otYiFF p {
  margin-bottom: 0 !important;
}
.cid-sPu6otYiFF .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sPu6otYiFF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sPu6otYiFF .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sPu6otYiFF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPu6otYiFF .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sPu6otYiFF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sPu6otYiFF .card .panel-body {
  color: #767676;
}
.cid-sPu6otYiFF .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sPu6otYiFF .card-header:hover {
  background-color: #3d626c;
}
.cid-sPu6otYiFF .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sPu6otYiFF H4 {
  color: #3d626c;
}
.cid-sLIpWTyTLg {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #3d626c;
}
.cid-sLIpWTyTLg .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sLIpWTyTLg p {
  margin-bottom: 0 !important;
}
.cid-sLIpWTyTLg .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sLIpWTyTLg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sLIpWTyTLg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sLIpWTyTLg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sLIpWTyTLg .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sLIpWTyTLg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sLIpWTyTLg .card .panel-body {
  color: #767676;
}
.cid-sLIpWTyTLg .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sLIpWTyTLg .card-header:hover {
  background-color: #3d626c;
}
.cid-sLIpWTyTLg .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sLIpWTyTLg H4 {
  color: #3d626c;
}
.cid-sLIpWTyTLg .panel-text {
  color: #eaeff1;
}
.cid-sGVelUyihh {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #3d626c;
}
.cid-sGVelUyihh .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sGVelUyihh p {
  margin-bottom: 0 !important;
}
.cid-sGVelUyihh .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sGVelUyihh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sGVelUyihh .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sGVelUyihh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sGVelUyihh .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sGVelUyihh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sGVelUyihh .card .panel-body {
  color: #767676;
}
.cid-sGVelUyihh .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sGVelUyihh .card-header:hover {
  background-color: #3d626c;
}
.cid-sGVelUyihh .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sGVelUyihh H4 {
  color: #3d626c;
}
.cid-sGVelUyihh .panel-text {
  color: #ffffff;
}
.cid-sHgAhR1hqQ {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #3d626c;
}
.cid-sHgAhR1hqQ .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sHgAhR1hqQ p {
  margin-bottom: 0 !important;
}
.cid-sHgAhR1hqQ .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sHgAhR1hqQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHgAhR1hqQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHgAhR1hqQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHgAhR1hqQ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sHgAhR1hqQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sHgAhR1hqQ .card .panel-body {
  color: #767676;
}
.cid-sHgAhR1hqQ .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sHgAhR1hqQ .card-header:hover {
  background-color: #3d626c;
}
.cid-sHgAhR1hqQ .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sHgAhR1hqQ H4 {
  color: #3d626c;
}
.cid-sHgAhR1hqQ .panel-text {
  color: #ffffff;
}
.cid-sM5Y0FIKAr {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #3d626c;
}
.cid-sM5Y0FIKAr .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sM5Y0FIKAr p {
  margin-bottom: 0 !important;
}
.cid-sM5Y0FIKAr .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sM5Y0FIKAr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sM5Y0FIKAr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sM5Y0FIKAr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sM5Y0FIKAr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sM5Y0FIKAr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sM5Y0FIKAr .card .panel-body {
  color: #767676;
}
.cid-sM5Y0FIKAr .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sM5Y0FIKAr .card-header:hover {
  background-color: #3d626c;
}
.cid-sM5Y0FIKAr .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sM5Y0FIKAr H4 {
  color: #3d626c;
}
.cid-sM5Y0FIKAr .panel-text {
  color: #fff3f3;
}
.cid-sMgJpCsRg4 {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #3d626c;
}
.cid-sMgJpCsRg4 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sMgJpCsRg4 p {
  margin-bottom: 0 !important;
}
.cid-sMgJpCsRg4 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sMgJpCsRg4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sMgJpCsRg4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sMgJpCsRg4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sMgJpCsRg4 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sMgJpCsRg4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sMgJpCsRg4 .card .panel-body {
  color: #767676;
}
.cid-sMgJpCsRg4 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sMgJpCsRg4 .card-header:hover {
  background-color: #3d626c;
}
.cid-sMgJpCsRg4 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sMgJpCsRg4 H4 {
  color: #3d626c;
}
.cid-sDYUTyFHHA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-sDYUTyFHHA .card-box {
  padding: 0rem;
}
.cid-sDYUTyFHHA .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sDYUTyFHHA .card {
  padding: 0;
  margin: auto;
}
.cid-sDYUTyFHHA .card-img {
  height: 400px;
}
.cid-sDYUTyFHHA .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDYUTyFHHA .card-wrapper {
  padding: 2rem;
  width: 100%;
}
.cid-sDYUTyFHHA .mbr-text {
  color: #879a9f;
}
@media (min-width: 1400px) {
  .cid-sDYUTyFHHA .card-wrapper {
    padding: 4rem;
  }
}
.cid-sKnAVsRJxF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sKnAVsRJxF H1 {
  color: #ffffff;
}
.cid-sKnAVsRJxF .mbr-text,
.cid-sKnAVsRJxF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sHKtTLI0le {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHKtTLI0le .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sHKtTLI0le .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sHKtTLI0le .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sHKtTLI0le .text-white:hover {
  color: white !important;
}
.cid-sHKtTLI0le .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHKtTLI0le .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHKtTLI0le .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHKtTLI0le .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHKtTLI0le .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHKtTLI0le .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHKtTLI0le .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHKtTLI0le .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHKtTLI0le .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHKtTLI0le .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-stUfkFLnpt .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-stUfkFLnpt .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-stUfkFLnpt a {
  font-style: normal;
}
.cid-stUfkFLnpt .nav-link {
  font-family: EB Garamond !important;
}
.cid-stUfkFLnpt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-stUfkFLnpt .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-stUfkFLnpt .nav-item:focus,
.cid-stUfkFLnpt .nav-link:focus {
  outline: none;
}
.cid-stUfkFLnpt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stUfkFLnpt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-stUfkFLnpt .menu-logo {
  margin-right: auto;
}
.cid-stUfkFLnpt .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-stUfkFLnpt .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-stUfkFLnpt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-stUfkFLnpt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stUfkFLnpt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stUfkFLnpt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stUfkFLnpt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-stUfkFLnpt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-stUfkFLnpt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-stUfkFLnpt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stUfkFLnpt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stUfkFLnpt .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-stUfkFLnpt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-stUfkFLnpt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stUfkFLnpt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stUfkFLnpt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stUfkFLnpt .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-stUfkFLnpt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-stUfkFLnpt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-stUfkFLnpt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-stUfkFLnpt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stUfkFLnpt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stUfkFLnpt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stUfkFLnpt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-stUfkFLnpt button.navbar-toggler:focus {
  outline: none;
}
.cid-stUfkFLnpt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stUfkFLnpt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stUfkFLnpt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stUfkFLnpt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stUfkFLnpt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stUfkFLnpt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stUfkFLnpt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stUfkFLnpt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stUfkFLnpt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stUfkFLnpt .dropdown-toggle:after {
  display: none;
}
.cid-stUfkFLnpt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stUfkFLnpt .collapsed .btn {
  display: -webkit-flex;
}
.cid-stUfkFLnpt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stUfkFLnpt .collapsed .navbar-collapse.collapsing,
.cid-stUfkFLnpt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stUfkFLnpt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stUfkFLnpt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stUfkFLnpt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stUfkFLnpt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stUfkFLnpt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-stUfkFLnpt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-stUfkFLnpt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stUfkFLnpt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-stUfkFLnpt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stUfkFLnpt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stUfkFLnpt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-stUfkFLnpt .collapsed button.navbar-toggler {
  display: block;
}
.cid-stUfkFLnpt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-stUfkFLnpt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stUfkFLnpt .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-stUfkFLnpt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stUfkFLnpt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stUfkFLnpt .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-stUfkFLnpt .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stUfkFLnpt img {
    height: 3.8rem !important;
  }
  .cid-stUfkFLnpt .btn {
    display: -webkit-flex;
  }
  .cid-stUfkFLnpt button.navbar-toggler {
    display: block;
  }
  .cid-stUfkFLnpt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-stUfkFLnpt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stUfkFLnpt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-stUfkFLnpt .navbar-collapse.collapsing,
  .cid-stUfkFLnpt .navbar-collapse.show {
    display: block !important;
  }
  .cid-stUfkFLnpt .navbar-collapse.collapsing .navbar-nav,
  .cid-stUfkFLnpt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stUfkFLnpt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stUfkFLnpt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stUfkFLnpt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-stUfkFLnpt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUfkFLnpt .navbar-collapse.collapsing .navbar-buttons,
  .cid-stUfkFLnpt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-stUfkFLnpt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stUfkFLnpt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stUfkFLnpt .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-stUfkFLnpt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stUfkFLnpt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stUfkFLnpt .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-stUfkFLnpt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-stUfkFLnpt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-stUfkFLnpt .nav-link,
.cid-stUfkFLnpt .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-stUfkFLnpt .nav-link:hover,
.cid-stUfkFLnpt .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-stUfkHCMFP {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr.jpeg");
}
.cid-stUfkHCMFP H1 {
  color: #ffffff;
}
.cid-stUfkHCMFP .mbr-text,
.cid-stUfkHCMFP .mbr-section-btn {
  color: #232323;
}
.cid-su0f17y14Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-su0f17y14Z .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-su0f17y14Z .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-su0f17y14Z .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-su0f17y14Z .card-title {
  color: #fff3f3;
  text-align: center;
}
.cid-su0f17y14Z .mbr-text,
.cid-su0f17y14Z .mbr-section-btn {
  color: #f6f6f6;
}
.cid-sH18FBxHOW {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sH18FBxHOW .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sH18FBxHOW p {
  margin-bottom: 0 !important;
}
.cid-sH18FBxHOW .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sH18FBxHOW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sH18FBxHOW .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sH18FBxHOW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sH18FBxHOW .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sH18FBxHOW .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sH18FBxHOW .card .panel-body {
  color: #767676;
}
.cid-sH18FBxHOW .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sH18FBxHOW .card-header:hover {
  background-color: #3d626c;
}
.cid-sH18FBxHOW .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sH18FBxHOW H4 {
  color: #3d626c;
}
.cid-sLIssmL6ow {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sLIssmL6ow .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sLIssmL6ow p {
  margin-bottom: 0 !important;
}
.cid-sLIssmL6ow .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sLIssmL6ow .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sLIssmL6ow .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sLIssmL6ow .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sLIssmL6ow .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sLIssmL6ow .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sLIssmL6ow .card .panel-body {
  color: #767676;
}
.cid-sLIssmL6ow .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sLIssmL6ow .card-header:hover {
  background-color: #3d626c;
}
.cid-sLIssmL6ow .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sLIssmL6ow H4 {
  color: #3d626c;
}
.cid-sHyOvawUc8 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sHyOvawUc8 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sHyOvawUc8 p {
  margin-bottom: 0 !important;
}
.cid-sHyOvawUc8 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sHyOvawUc8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHyOvawUc8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHyOvawUc8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHyOvawUc8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sHyOvawUc8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sHyOvawUc8 .card .panel-body {
  color: #767676;
}
.cid-sHyOvawUc8 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sHyOvawUc8 .card-header:hover {
  background-color: #3d626c;
}
.cid-sHyOvawUc8 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sHyOvawUc8 H4 {
  color: #3d626c;
}
.cid-sHyOvawUc8 .panel-text {
  color: #3d626c;
}
.cid-sHz71CJsVq {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sHz71CJsVq .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sHz71CJsVq p {
  margin-bottom: 0 !important;
}
.cid-sHz71CJsVq .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sHz71CJsVq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHz71CJsVq .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHz71CJsVq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHz71CJsVq .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sHz71CJsVq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sHz71CJsVq .card .panel-body {
  color: #767676;
}
.cid-sHz71CJsVq .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sHz71CJsVq .card-header:hover {
  background-color: #3d626c;
}
.cid-sHz71CJsVq .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sHz71CJsVq H4 {
  color: #3d626c;
}
.cid-sHznlNGY8o {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sHznlNGY8o .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sHznlNGY8o p {
  margin-bottom: 0 !important;
}
.cid-sHznlNGY8o .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sHznlNGY8o .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHznlNGY8o .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHznlNGY8o .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHznlNGY8o .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sHznlNGY8o .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sHznlNGY8o .card .panel-body {
  color: #767676;
}
.cid-sHznlNGY8o .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sHznlNGY8o .card-header:hover {
  background-color: #3d626c;
}
.cid-sHznlNGY8o .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sHznlNGY8o H4 {
  color: #3d626c;
}
.cid-sHznlNGY8o .panel-text {
  color: #3d626c;
}
.cid-sHKyprFCP2 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sHKyprFCP2 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sHKyprFCP2 p {
  margin-bottom: 0 !important;
}
.cid-sHKyprFCP2 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sHKyprFCP2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHKyprFCP2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHKyprFCP2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHKyprFCP2 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sHKyprFCP2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sHKyprFCP2 .card .panel-body {
  color: #767676;
}
.cid-sHKyprFCP2 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sHKyprFCP2 .card-header:hover {
  background-color: #3d626c;
}
.cid-sHKyprFCP2 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sHKyprFCP2 H4 {
  color: #3d626c;
}
.cid-sPtSXAP8nr {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sPtSXAP8nr .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sPtSXAP8nr p {
  margin-bottom: 0 !important;
}
.cid-sPtSXAP8nr .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sPtSXAP8nr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sPtSXAP8nr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sPtSXAP8nr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPtSXAP8nr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sPtSXAP8nr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sPtSXAP8nr .card .panel-body {
  color: #767676;
}
.cid-sPtSXAP8nr .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sPtSXAP8nr .card-header:hover {
  background-color: #3d626c;
}
.cid-sPtSXAP8nr .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sPtSXAP8nr H4 {
  color: #3d626c;
}
.cid-sHgfaphYC1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sHgfaphYC1 H1 {
  color: #ffffff;
}
.cid-sHgfaphYC1 .mbr-text,
.cid-sHgfaphYC1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sHKtTLI0le {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sHKtTLI0le .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHKtTLI0le .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sHKtTLI0le .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sHKtTLI0le .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sHKtTLI0le .text-white:hover {
  color: white !important;
}
.cid-sHKtTLI0le .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHKtTLI0le .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sHKtTLI0le .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sHKtTLI0le .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHKtTLI0le .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sHKtTLI0le .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sHKtTLI0le .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sHKtTLI0le .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sHKtTLI0le .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sHKtTLI0le .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sHKtTLI0le .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sRIZJs2Okp .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sRIZJs2Okp .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sRIZJs2Okp a {
  font-style: normal;
}
.cid-sRIZJs2Okp .nav-link {
  font-family: EB Garamond !important;
}
.cid-sRIZJs2Okp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sRIZJs2Okp .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-sRIZJs2Okp .nav-item:focus,
.cid-sRIZJs2Okp .nav-link:focus {
  outline: none;
}
.cid-sRIZJs2Okp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sRIZJs2Okp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sRIZJs2Okp .menu-logo {
  margin-right: auto;
}
.cid-sRIZJs2Okp .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-sRIZJs2Okp .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-sRIZJs2Okp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sRIZJs2Okp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRIZJs2Okp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRIZJs2Okp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRIZJs2Okp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sRIZJs2Okp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sRIZJs2Okp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRIZJs2Okp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRIZJs2Okp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRIZJs2Okp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sRIZJs2Okp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sRIZJs2Okp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRIZJs2Okp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRIZJs2Okp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRIZJs2Okp .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-sRIZJs2Okp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sRIZJs2Okp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sRIZJs2Okp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sRIZJs2Okp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRIZJs2Okp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRIZJs2Okp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRIZJs2Okp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sRIZJs2Okp button.navbar-toggler:focus {
  outline: none;
}
.cid-sRIZJs2Okp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sRIZJs2Okp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sRIZJs2Okp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sRIZJs2Okp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sRIZJs2Okp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sRIZJs2Okp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRIZJs2Okp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sRIZJs2Okp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sRIZJs2Okp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sRIZJs2Okp .dropdown-toggle:after {
  display: none;
}
.cid-sRIZJs2Okp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRIZJs2Okp .collapsed .btn {
  display: -webkit-flex;
}
.cid-sRIZJs2Okp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRIZJs2Okp .collapsed .navbar-collapse.collapsing,
.cid-sRIZJs2Okp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRIZJs2Okp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRIZJs2Okp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRIZJs2Okp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRIZJs2Okp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRIZJs2Okp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRIZJs2Okp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sRIZJs2Okp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRIZJs2Okp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sRIZJs2Okp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sRIZJs2Okp .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRIZJs2Okp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sRIZJs2Okp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sRIZJs2Okp .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-sRIZJs2Okp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRIZJs2Okp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRIZJs2Okp .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-sRIZJs2Okp .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRIZJs2Okp img {
    height: 3.8rem !important;
  }
  .cid-sRIZJs2Okp .btn {
    display: -webkit-flex;
  }
  .cid-sRIZJs2Okp button.navbar-toggler {
    display: block;
  }
  .cid-sRIZJs2Okp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sRIZJs2Okp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sRIZJs2Okp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sRIZJs2Okp .navbar-collapse.collapsing,
  .cid-sRIZJs2Okp .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRIZJs2Okp .navbar-collapse.collapsing .navbar-nav,
  .cid-sRIZJs2Okp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRIZJs2Okp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRIZJs2Okp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRIZJs2Okp .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRIZJs2Okp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sRIZJs2Okp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRIZJs2Okp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRIZJs2Okp .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-sRIZJs2Okp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRIZJs2Okp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRIZJs2Okp .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-sRIZJs2Okp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sRIZJs2Okp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sRIZJs2Okp .nav-link,
.cid-sRIZJs2Okp .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sRIZJs2Okp .nav-link:hover,
.cid-sRIZJs2Okp .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sRIZJtcVck {
  background-image: url("../../../assets/images/mbr-1536x1920.jpeg");
}
.cid-sRIZJtcVck H1 {
  color: #232323;
}
.cid-sRIZJtcVck .mbr-text,
.cid-sRIZJtcVck .mbr-section-btn {
  color: #236e10;
}
.cid-sRIZJuEjZg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sRIZJuEjZg .mbr-text,
.cid-sRIZJuEjZg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sRIZJuEjZg H1 {
  color: #ffffff;
}
.cid-sRIZJvG1j4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRIZJvG1j4 .card-box {
  padding: 0rem;
}
.cid-sRIZJvG1j4 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sRIZJvG1j4 h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sRIZJvG1j4 p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-sRIZJvG1j4 .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-sRIZJvG1j4 .mbr-text {
  color: #879a9f;
}
.cid-sRIZJxmrcS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sRIZJxmrcS .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sRIZJxmrcS .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sRIZJxmrcS .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sRIZJxmrcS .mbr-text,
.cid-sRIZJxmrcS .mbr-section-btn {
  color: #ffffff;
}
.cid-sRIZJxmrcS .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sRIZJybwIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRIZJybwIA H1 {
  text-align: left;
}
.cid-sRIZJybwIA DIV {
  text-align: center;
}
.cid-sRIZJButTV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sRIZJButTV H1 {
  color: #ffffff;
}
.cid-sRIZJDBJyA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sRIZJDBJyA H1 {
  color: #ffffff;
}
.cid-sRIZJEGluq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRIZJEGluq .mbr-text,
.cid-sRIZJEGluq .mbr-section-btn {
  text-align: left;
}
.cid-sRIZJEGluq H1 {
  text-align: left;
}
.cid-sRIZJIdE4D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sRIZJIdE4D H1 {
  color: #ffffff;
}
.cid-sRIZJIdE4D .mbr-text,
.cid-sRIZJIdE4D .mbr-section-btn {
  color: #ffffff;
}
.cid-sRIZJJg8Av {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-sRIZJJg8Av .mbr-text,
.cid-sRIZJJg8Av .mbr-section-btn {
  text-align: left;
}
.cid-sRIZJLXmNZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRIZJLXmNZ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRIZJLXmNZ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sRIZJLXmNZ .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sRIZJLXmNZ .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sRIZJLXmNZ .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sRIZJLXmNZ .text-white:hover {
  color: white !important;
}
.cid-sRIZJLXmNZ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRIZJLXmNZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sRIZJLXmNZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sRIZJLXmNZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sRIZJLXmNZ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sRIZJLXmNZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sRIZJLXmNZ .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sRIZJLXmNZ .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sRIZJLXmNZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRIZJLXmNZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sRIZJLXmNZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sRIZJLXmNZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sTCfjANOfO .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sTCfjANOfO .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sTCfjANOfO a {
  font-style: normal;
}
.cid-sTCfjANOfO .nav-link {
  font-family: EB Garamond !important;
}
.cid-sTCfjANOfO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sTCfjANOfO .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-sTCfjANOfO .nav-item:focus,
.cid-sTCfjANOfO .nav-link:focus {
  outline: none;
}
.cid-sTCfjANOfO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sTCfjANOfO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sTCfjANOfO .menu-logo {
  margin-right: auto;
}
.cid-sTCfjANOfO .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-sTCfjANOfO .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-sTCfjANOfO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sTCfjANOfO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sTCfjANOfO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sTCfjANOfO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sTCfjANOfO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sTCfjANOfO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sTCfjANOfO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sTCfjANOfO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTCfjANOfO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sTCfjANOfO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sTCfjANOfO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sTCfjANOfO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTCfjANOfO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sTCfjANOfO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTCfjANOfO .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-sTCfjANOfO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sTCfjANOfO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sTCfjANOfO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sTCfjANOfO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sTCfjANOfO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sTCfjANOfO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sTCfjANOfO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sTCfjANOfO button.navbar-toggler:focus {
  outline: none;
}
.cid-sTCfjANOfO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTCfjANOfO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTCfjANOfO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTCfjANOfO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTCfjANOfO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTCfjANOfO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTCfjANOfO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTCfjANOfO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTCfjANOfO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTCfjANOfO .dropdown-toggle:after {
  display: none;
}
.cid-sTCfjANOfO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTCfjANOfO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sTCfjANOfO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sTCfjANOfO .collapsed .navbar-collapse.collapsing,
.cid-sTCfjANOfO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sTCfjANOfO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sTCfjANOfO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sTCfjANOfO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sTCfjANOfO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sTCfjANOfO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sTCfjANOfO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sTCfjANOfO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sTCfjANOfO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sTCfjANOfO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sTCfjANOfO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sTCfjANOfO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sTCfjANOfO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sTCfjANOfO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sTCfjANOfO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sTCfjANOfO .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-sTCfjANOfO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sTCfjANOfO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sTCfjANOfO .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-sTCfjANOfO .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTCfjANOfO img {
    height: 3.8rem !important;
  }
  .cid-sTCfjANOfO .btn {
    display: -webkit-flex;
  }
  .cid-sTCfjANOfO button.navbar-toggler {
    display: block;
  }
  .cid-sTCfjANOfO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sTCfjANOfO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sTCfjANOfO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sTCfjANOfO .navbar-collapse.collapsing,
  .cid-sTCfjANOfO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sTCfjANOfO .navbar-collapse.collapsing .navbar-nav,
  .cid-sTCfjANOfO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sTCfjANOfO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sTCfjANOfO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sTCfjANOfO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sTCfjANOfO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sTCfjANOfO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sTCfjANOfO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sTCfjANOfO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sTCfjANOfO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sTCfjANOfO .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-sTCfjANOfO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sTCfjANOfO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sTCfjANOfO .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-sTCfjANOfO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sTCfjANOfO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sTCfjANOfO .nav-link,
.cid-sTCfjANOfO .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sTCfjANOfO .nav-link:hover,
.cid-sTCfjANOfO .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sTCfjCSxlH {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1288.jpg");
}
.cid-sTCfjCSxlH H1 {
  color: #ffffff;
}
.cid-sTCfjCSxlH .mbr-text,
.cid-sTCfjCSxlH .mbr-section-btn {
  color: #232323;
}
.cid-sTCfjE72G4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sTCfjE72G4 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sTCfjE72G4 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sTCfjE72G4 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sTCfjE72G4 .card-title {
  color: #fff3f3;
  text-align: center;
}
.cid-sTCfjE72G4 .mbr-text,
.cid-sTCfjE72G4 .mbr-section-btn {
  color: #f6f6f6;
}
.cid-sTCg9YNugf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f1d8;
}
.cid-sTCg9YNugf .mbr-text {
  color: #767676;
}
.cid-sTCg9YNugf .sig {
  width: 300px;
}
.cid-sTCg9YNugf img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sTCg9YNugf .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-sTCg9YNugf .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sTCxDKwIjd {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sTCxDKwIjd .mbr-text,
.cid-sTCxDKwIjd .ornament {
  text-align: left;
}
.cid-t3Jqm2R6Rh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3d626c;
}
.cid-t3Jqm2R6Rh .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffffff;
}
.cid-t3Jqm2R6Rh .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-t3Jqm2R6Rh .button-align {
  text-align: center;
}
.cid-t3Jqm2R6Rh .mbr-section-btn {
  display: block;
}
.cid-t3Jqm2R6Rh .container {
  max-width: 739px;
}
.cid-t3Jqm2R6Rh .btn {
  margin-top: 20px;
}
.cid-t3Jqm2R6Rh a.btn > span {
  margin-left: 0.5rem;
}
.cid-t3Jqm2R6Rh .mbr-text,
.cid-t3Jqm2R6Rh .button-align {
  color: #ffffff;
}
.cid-sTCfjR6Sjh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTCfjR6Sjh H1 {
  color: #3d626c;
}
.cid-sTCfjR6Sjh .mbr-text,
.cid-sTCfjR6Sjh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sTCoVAJFFa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3d626c;
}
.cid-sTCoVAJFFa .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-sTCoVAJFFa .panel-group {
  border: none;
}
.cid-sTCoVAJFFa .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-sTCoVAJFFa .card-header {
    padding: 1rem 0rem;
  }
}
.cid-sTCoVAJFFa .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sTCoVAJFFa .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sTCoVAJFFa .content {
  margin: 5rem auto;
}
.cid-sTCoVAJFFa .img-col {
  padding: 0;
}
.cid-sTCoVAJFFa .img-item {
  height: 100%;
}
.cid-sTCoVAJFFa img {
  height: 100%;
  object-fit: cover;
}
.cid-sTCoVAJFFa .collapsed span {
  transform: rotate(0deg);
}
.cid-sTCoVAJFFa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sTCoVAJFFa p {
  margin-bottom: 0.3rem;
}
.cid-sTCoVAJFFa .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-sTCoVAJFFa .panel-title-edit {
  color: #000000;
}
.cid-sTCoVAJFFa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-sTCoVAJFFa .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-sTCoVAJFFa .panel-title-edit,
.cid-sTCoVAJFFa .mbr-iconfont {
  color: #3d626c;
}
.cid-sTCoVAJFFa .panel-text {
  color: #3d626c;
}
.cid-sTCoVAJFFa H4 {
  color: #777777;
}
.cid-sTCoVAJFFa H3 {
  color: #ffffff;
}
.cid-sTCBE1crd4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTCBE1crd4 .mbr-text {
  position: relative;
}
.cid-sTCBE1crd4 .mbr-text:before {
  color: #3d626c;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sTCBE1crd4 img {
  object-fit: contain;
}
.cid-sTCBE1crd4 .mbr-text:after {
  color: #3d626c;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sTCBE1crd4 .mbr-text:after,
  .cid-sTCBE1crd4 .mbr-text:before {
    display: none;
  }
}
.cid-sTCGm2W4l2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-sTCGm2W4l2 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sTCGm2W4l2 .card-img span {
  font-size: 2rem;
  color: #3d626c;
}
.cid-sTCGm2W4l2 .card {
  margin-bottom: 1rem;
}
.cid-sTCGm2W4l2 .card-title,
.cid-sTCGm2W4l2 .card-img {
  text-align: center;
}
.cid-sTCGm2W4l2 .row {
  justify-content: center;
}
.cid-sTCJbk6v1U {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sTCJbk6v1U H1 {
  color: #ffffff;
}
.cid-sTCJbk6v1U .mbr-text,
.cid-sTCJbk6v1U .mbr-section-btn {
  color: #ffffff;
}
.cid-sTCOrGwycB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTCOrGwycB .mbr-section-btn {
  margin-top: 5rem;
}
.cid-sTCOrGwycB .row {
  justify-content: center;
}
.cid-sTCOrGwycB .card {
  height: 100%;
  position: relative;
}
.cid-sTCOrGwycB .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-sTCOrGwycB .card:hover:after {
  opacity: 0.8;
}
.cid-sTCOrGwycB .card-img {
  height: 400px;
}
.cid-sTCOrGwycB .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sTCOrGwycB .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-sTCOrGwycB .cardbg1 {
  background: #d7edd8;
}
.cid-sTCOrGwycB .cardbg2 {
  background: #b2ccd2;
}
.cid-sTCOrGwycB .cardbg3 {
  background: #d7edd8;
}
.cid-sTCOrGwycB .cardbg4 {
  background: #b2ccd2;
}
@media (min-width: 1400px) {
  .cid-sTCOrGwycB .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-sTCOrGwycB .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sTCOrGwycB .card {
    margin-bottom: 2rem;
  }
}
.cid-sXvebt9sSG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sXvebt9sSG H1 {
  color: #ffffff;
}
.cid-sXvebt9sSG .mbr-text,
.cid-sXvebt9sSG .mbr-section-btn {
  color: #ffffff;
}
.cid-sXvbgzIbml {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXvbgzIbml .mbr-text {
  color: #767676;
}
.cid-sXvbgzIbml .mbr-text,
.cid-sXvbgzIbml .mbr-section-btn {
  color: #3d626c;
}
.cid-sTCfjUkp88 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sTCfjUkp88 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTCfjUkp88 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTCfjUkp88 .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sTCfjUkp88 .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sTCfjUkp88 .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sTCfjUkp88 .text-white:hover {
  color: white !important;
}
.cid-sTCfjUkp88 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sTCfjUkp88 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sTCfjUkp88 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sTCfjUkp88 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sTCfjUkp88 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sTCfjUkp88 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sTCfjUkp88 .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sTCfjUkp88 .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sTCfjUkp88 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sTCfjUkp88 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sTCfjUkp88 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sTCfjUkp88 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sXuSY9Qpks .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sXuSY9Qpks .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sXuSY9Qpks a {
  font-style: normal;
}
.cid-sXuSY9Qpks .nav-link {
  font-family: EB Garamond !important;
}
.cid-sXuSY9Qpks .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sXuSY9Qpks .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-sXuSY9Qpks .nav-item:focus,
.cid-sXuSY9Qpks .nav-link:focus {
  outline: none;
}
.cid-sXuSY9Qpks .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sXuSY9Qpks .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sXuSY9Qpks .menu-logo {
  margin-right: auto;
}
.cid-sXuSY9Qpks .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-sXuSY9Qpks .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-sXuSY9Qpks .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sXuSY9Qpks .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sXuSY9Qpks .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sXuSY9Qpks .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sXuSY9Qpks .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sXuSY9Qpks .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sXuSY9Qpks .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sXuSY9Qpks .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXuSY9Qpks .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sXuSY9Qpks .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sXuSY9Qpks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sXuSY9Qpks .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXuSY9Qpks .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sXuSY9Qpks .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXuSY9Qpks .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-sXuSY9Qpks .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sXuSY9Qpks .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sXuSY9Qpks .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sXuSY9Qpks .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sXuSY9Qpks .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sXuSY9Qpks .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sXuSY9Qpks button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sXuSY9Qpks button.navbar-toggler:focus {
  outline: none;
}
.cid-sXuSY9Qpks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXuSY9Qpks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXuSY9Qpks button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXuSY9Qpks button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXuSY9Qpks button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXuSY9Qpks nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXuSY9Qpks nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXuSY9Qpks nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXuSY9Qpks nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXuSY9Qpks .dropdown-toggle:after {
  display: none;
}
.cid-sXuSY9Qpks .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sXuSY9Qpks .collapsed .btn {
  display: -webkit-flex;
}
.cid-sXuSY9Qpks .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sXuSY9Qpks .collapsed .navbar-collapse.collapsing,
.cid-sXuSY9Qpks .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sXuSY9Qpks .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sXuSY9Qpks .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sXuSY9Qpks .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sXuSY9Qpks .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sXuSY9Qpks .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sXuSY9Qpks .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sXuSY9Qpks .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sXuSY9Qpks .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sXuSY9Qpks .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sXuSY9Qpks .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sXuSY9Qpks .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sXuSY9Qpks .collapsed button.navbar-toggler {
  display: block;
}
.cid-sXuSY9Qpks .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sXuSY9Qpks .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sXuSY9Qpks .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-sXuSY9Qpks .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sXuSY9Qpks .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sXuSY9Qpks .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-sXuSY9Qpks .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sXuSY9Qpks img {
    height: 3.8rem !important;
  }
  .cid-sXuSY9Qpks .btn {
    display: -webkit-flex;
  }
  .cid-sXuSY9Qpks button.navbar-toggler {
    display: block;
  }
  .cid-sXuSY9Qpks .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sXuSY9Qpks .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sXuSY9Qpks .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sXuSY9Qpks .navbar-collapse.collapsing,
  .cid-sXuSY9Qpks .navbar-collapse.show {
    display: block !important;
  }
  .cid-sXuSY9Qpks .navbar-collapse.collapsing .navbar-nav,
  .cid-sXuSY9Qpks .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sXuSY9Qpks .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sXuSY9Qpks .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sXuSY9Qpks .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sXuSY9Qpks .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sXuSY9Qpks .navbar-collapse.collapsing .navbar-buttons,
  .cid-sXuSY9Qpks .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sXuSY9Qpks .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sXuSY9Qpks .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sXuSY9Qpks .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-sXuSY9Qpks .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sXuSY9Qpks .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sXuSY9Qpks .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-sXuSY9Qpks .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sXuSY9Qpks .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sXuSY9Qpks .nav-link,
.cid-sXuSY9Qpks .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sXuSY9Qpks .nav-link:hover,
.cid-sXuSY9Qpks .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sXuSYddQ2e {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sXuSYddQ2e H1 {
  color: #3d626c;
}
.cid-sXuSYddQ2e .mbr-text,
.cid-sXuSYddQ2e .mbr-section-btn {
  color: #236e10;
}
.cid-sXuSYf1pnm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sXuSYf1pnm H1 {
  color: #ffffff;
}
.cid-sXuSYf1pnm .mbr-text,
.cid-sXuSYf1pnm .mbr-section-btn {
  color: #ffffff;
}
.cid-sXuSYgbZWf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sXuSYgbZWf .mbr-text {
  color: #767676;
}
.cid-sXuSYgbZWf .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-sXuSYgbZWf .mbr-text,
.cid-sXuSYgbZWf .sig-img {
  text-align: left;
}
.cid-sXuSYgbZWf .card-title {
  text-align: center;
}
.cid-sXuSYhn3ko {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sXuSYhn3ko H1 {
  color: #ffffff;
}
.cid-sXuSYhn3ko .mbr-text,
.cid-sXuSYhn3ko .mbr-section-btn {
  color: #ffffff;
}
.cid-sXuSYiz2Dx {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sXuSYiz2Dx .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sXuSYiz2Dx p {
  margin-bottom: 0 !important;
}
.cid-sXuSYiz2Dx .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sXuSYiz2Dx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sXuSYiz2Dx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXuSYiz2Dx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXuSYiz2Dx .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sXuSYiz2Dx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sXuSYiz2Dx .card .panel-body {
  color: #767676;
}
.cid-sXuSYiz2Dx .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sXuSYiz2Dx .card-header:hover {
  background-color: #ffffff;
}
.cid-sXuSYiz2Dx .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sXuSYiz2Dx H4 {
  color: #ffffff;
}
.cid-sXuSYkC4yr {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sXuSYkC4yr .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sXuSYkC4yr p {
  margin-bottom: 0 !important;
}
.cid-sXuSYkC4yr .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sXuSYkC4yr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sXuSYkC4yr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXuSYkC4yr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXuSYkC4yr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sXuSYkC4yr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sXuSYkC4yr .card .panel-body {
  color: #767676;
}
.cid-sXuSYkC4yr .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sXuSYkC4yr .card-header:hover {
  background-color: #ffffff;
}
.cid-sXuSYkC4yr .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sXuSYkC4yr H4 {
  color: #ffffff;
}
.cid-sXuSYkC4yr .panel-text {
  color: #3d626c;
}
.cid-sXuSYm18Bg {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sXuSYm18Bg .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sXuSYm18Bg p {
  margin-bottom: 0 !important;
}
.cid-sXuSYm18Bg .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sXuSYm18Bg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sXuSYm18Bg .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXuSYm18Bg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXuSYm18Bg .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sXuSYm18Bg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sXuSYm18Bg .card .panel-body {
  color: #767676;
}
.cid-sXuSYm18Bg .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sXuSYm18Bg .card-header:hover {
  background-color: #ffffff;
}
.cid-sXuSYm18Bg .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sXuSYm18Bg H4 {
  color: #ffffff;
}
.cid-sXuSYnuWce {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sXuSYnuWce .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sXuSYnuWce p {
  margin-bottom: 0 !important;
}
.cid-sXuSYnuWce .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sXuSYnuWce .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sXuSYnuWce .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXuSYnuWce .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXuSYnuWce .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sXuSYnuWce .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sXuSYnuWce .card .panel-body {
  color: #767676;
}
.cid-sXuSYnuWce .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sXuSYnuWce .card-header:hover {
  background-color: #ffffff;
}
.cid-sXuSYnuWce .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sXuSYnuWce H4 {
  color: #ffffff;
}
.cid-sXuSYnuWce .panel-text {
  color: #3d626c;
}
.cid-sXuSYoVwk2 {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sXuSYoVwk2 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sXuSYoVwk2 p {
  margin-bottom: 0 !important;
}
.cid-sXuSYoVwk2 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sXuSYoVwk2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sXuSYoVwk2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXuSYoVwk2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXuSYoVwk2 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sXuSYoVwk2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sXuSYoVwk2 .card .panel-body {
  color: #767676;
}
.cid-sXuSYoVwk2 .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sXuSYoVwk2 .card-header:hover {
  background-color: #ffffff;
}
.cid-sXuSYoVwk2 .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sXuSYoVwk2 H4 {
  color: #ffffff;
}
.cid-sXuSYoVwk2 .panel-text {
  color: #3d626c;
}
.cid-sXuSYqM6uG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sXuSYqM6uG .mbr-text {
  color: #767676;
}
.cid-sXuSYqM6uG .sig {
  width: 300px;
}
.cid-sXuSYqM6uG img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sXuSYqM6uG .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-sXuSYqM6uG .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sXuSYqM6uG .card-title {
  color: #ffffff;
}
.cid-sXuSYqM6uG .mbr-text,
.cid-sXuSYqM6uG .sig-img {
  color: #ffffff;
}
.cid-sXuSYrTyag {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f3f1d8;
}
.cid-sXuSYrTyag .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #465052;
}
.cid-sXuSYrTyag .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sXuSYrTyag .card-img {
  margin-bottom: 1rem;
}
.cid-sXuSYrTyag .card-img span {
  font-size: 60px;
}
.cid-sXuSYrTyag .mbr-text,
.cid-sXuSYrTyag .mbr-section-btn {
  color: #3d626c;
}
.cid-sXuSYtfBhS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sXuSYtfBhS .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
}
.cid-sXuSYtfBhS .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sXuSYtfBhS .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sXuSYtfBhS .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sXuSYtfBhS .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sXuSYtfBhS .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sXuSYtfBhS .inner-container {
    width: 100% !important;
  }
  .cid-sXuSYtfBhS .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sXuSYuru2h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sXuSYxGXmc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sXuSYxGXmc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXuSYxGXmc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXuSYxGXmc .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sXuSYxGXmc .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sXuSYxGXmc .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sXuSYxGXmc .text-white:hover {
  color: white !important;
}
.cid-sXuSYxGXmc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXuSYxGXmc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXuSYxGXmc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXuSYxGXmc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sXuSYxGXmc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sXuSYxGXmc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXuSYxGXmc .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sXuSYxGXmc .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sXuSYxGXmc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXuSYxGXmc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXuSYxGXmc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXuSYxGXmc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sY4HcjzXBM .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sY4HcjzXBM .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sY4HcjzXBM a {
  font-style: normal;
}
.cid-sY4HcjzXBM .nav-link {
  font-family: EB Garamond !important;
}
.cid-sY4HcjzXBM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sY4HcjzXBM .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-sY4HcjzXBM .nav-item:focus,
.cid-sY4HcjzXBM .nav-link:focus {
  outline: none;
}
.cid-sY4HcjzXBM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sY4HcjzXBM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sY4HcjzXBM .menu-logo {
  margin-right: auto;
}
.cid-sY4HcjzXBM .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-sY4HcjzXBM .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-sY4HcjzXBM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sY4HcjzXBM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sY4HcjzXBM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sY4HcjzXBM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sY4HcjzXBM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sY4HcjzXBM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sY4HcjzXBM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sY4HcjzXBM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sY4HcjzXBM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sY4HcjzXBM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sY4HcjzXBM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sY4HcjzXBM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sY4HcjzXBM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sY4HcjzXBM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sY4HcjzXBM .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-sY4HcjzXBM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sY4HcjzXBM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sY4HcjzXBM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sY4HcjzXBM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sY4HcjzXBM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sY4HcjzXBM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sY4HcjzXBM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sY4HcjzXBM button.navbar-toggler:focus {
  outline: none;
}
.cid-sY4HcjzXBM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sY4HcjzXBM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sY4HcjzXBM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sY4HcjzXBM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sY4HcjzXBM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sY4HcjzXBM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sY4HcjzXBM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sY4HcjzXBM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sY4HcjzXBM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sY4HcjzXBM .dropdown-toggle:after {
  display: none;
}
.cid-sY4HcjzXBM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sY4HcjzXBM .collapsed .btn {
  display: -webkit-flex;
}
.cid-sY4HcjzXBM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sY4HcjzXBM .collapsed .navbar-collapse.collapsing,
.cid-sY4HcjzXBM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sY4HcjzXBM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sY4HcjzXBM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sY4HcjzXBM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sY4HcjzXBM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sY4HcjzXBM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sY4HcjzXBM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sY4HcjzXBM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sY4HcjzXBM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sY4HcjzXBM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sY4HcjzXBM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sY4HcjzXBM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sY4HcjzXBM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sY4HcjzXBM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sY4HcjzXBM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sY4HcjzXBM .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-sY4HcjzXBM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sY4HcjzXBM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sY4HcjzXBM .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-sY4HcjzXBM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sY4HcjzXBM img {
    height: 3.8rem !important;
  }
  .cid-sY4HcjzXBM .btn {
    display: -webkit-flex;
  }
  .cid-sY4HcjzXBM button.navbar-toggler {
    display: block;
  }
  .cid-sY4HcjzXBM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sY4HcjzXBM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sY4HcjzXBM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sY4HcjzXBM .navbar-collapse.collapsing,
  .cid-sY4HcjzXBM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sY4HcjzXBM .navbar-collapse.collapsing .navbar-nav,
  .cid-sY4HcjzXBM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sY4HcjzXBM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sY4HcjzXBM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sY4HcjzXBM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sY4HcjzXBM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sY4HcjzXBM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sY4HcjzXBM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sY4HcjzXBM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sY4HcjzXBM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sY4HcjzXBM .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-sY4HcjzXBM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sY4HcjzXBM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sY4HcjzXBM .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-sY4HcjzXBM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sY4HcjzXBM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sY4HcjzXBM .nav-link,
.cid-sY4HcjzXBM .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sY4HcjzXBM .nav-link:hover,
.cid-sY4HcjzXBM .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sY4HclBsqx {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1078.jpeg");
}
.cid-sY4HclBsqx H1 {
  color: #ffffff;
}
.cid-sY4HclBsqx .mbr-text,
.cid-sY4HclBsqx .mbr-section-btn {
  color: #236e10;
}
.cid-sY4HcmCXkh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sY4HcmCXkh H1 {
  color: #ffffff;
}
.cid-sY4HcmCXkh .mbr-text,
.cid-sY4HcmCXkh .mbr-section-btn {
  color: #ffffff;
}
.cid-sY4Hcnv27c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f1d8;
}
.cid-sY4Hcnv27c .mbr-text {
  color: #767676;
}
.cid-sY4Hcnv27c .sig {
  width: 300px;
}
.cid-sY4Hcnv27c img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sY4Hcnv27c .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-sY4Hcnv27c .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sY4Hcnv27c .card-title {
  color: #3d626c;
}
.cid-sY4Hcnv27c .mbr-text,
.cid-sY4Hcnv27c .sig-img {
  color: #7f1933;
}
.cid-sY4HcoBZCN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sY4HcoBZCN H1 {
  color: #ffffff;
}
.cid-sY4HcpPkec {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HcpPkec .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HcpPkec p {
  margin-bottom: 0 !important;
}
.cid-sY4HcpPkec .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HcpPkec .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HcpPkec .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HcpPkec .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HcpPkec .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HcpPkec .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HcpPkec .card .panel-body {
  color: #767676;
}
.cid-sY4HcpPkec .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sY4HcpPkec .card-header:hover {
  background-color: #3d626c;
}
.cid-sY4HcpPkec .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sY4HcpPkec H4 {
  color: #3d626c;
}
.cid-sY4HcpPkec .panel-text {
  color: #3d626c;
}
.cid-sY4HcruSfz {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HcruSfz .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HcruSfz p {
  margin-bottom: 0 !important;
}
.cid-sY4HcruSfz .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HcruSfz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HcruSfz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HcruSfz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HcruSfz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HcruSfz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HcruSfz .card .panel-body {
  color: #767676;
}
.cid-sY4HcruSfz .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sY4HcruSfz .card-header:hover {
  background-color: #3d626c;
}
.cid-sY4HcruSfz .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sY4HcruSfz H4 {
  color: #3d626c;
}
.cid-sY4HcruSfz .panel-text {
  color: #3d626c;
}
.cid-sY4HcsThGu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sY4HcsThGu H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sY4HcsThGu .mbr-text,
.cid-sY4HcsThGu .mbr-section-btn {
  color: #ffffff;
}
.cid-sY4HcsThGu DIV {
  text-align: center;
}
.cid-sY4HctMzkY {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HctMzkY .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HctMzkY p {
  margin-bottom: 0 !important;
}
.cid-sY4HctMzkY .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HctMzkY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HctMzkY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HctMzkY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HctMzkY .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HctMzkY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HctMzkY .card .panel-body {
  color: #767676;
}
.cid-sY4HctMzkY .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sY4HctMzkY .card-header:hover {
  background-color: #ffffff;
}
.cid-sY4HctMzkY .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sY4HctMzkY H4 {
  color: #ffffff;
}
.cid-sY4HcvcZNn {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HcvcZNn .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HcvcZNn p {
  margin-bottom: 0 !important;
}
.cid-sY4HcvcZNn .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HcvcZNn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HcvcZNn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HcvcZNn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HcvcZNn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HcvcZNn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HcvcZNn .card .panel-body {
  color: #767676;
}
.cid-sY4HcvcZNn .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sY4HcvcZNn .card-header:hover {
  background-color: #ffffff;
}
.cid-sY4HcvcZNn .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sY4HcvcZNn H4 {
  color: #ffffff;
}
.cid-sY4HcwBwy7 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HcwBwy7 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HcwBwy7 p {
  margin-bottom: 0 !important;
}
.cid-sY4HcwBwy7 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HcwBwy7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HcwBwy7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HcwBwy7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HcwBwy7 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HcwBwy7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HcwBwy7 .card .panel-body {
  color: #767676;
}
.cid-sY4HcwBwy7 .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sY4HcwBwy7 .card-header:hover {
  background-color: #ffffff;
}
.cid-sY4HcwBwy7 .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sY4HcwBwy7 H4 {
  color: #ffffff;
}
.cid-sY4HcxYaaI {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HcxYaaI .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HcxYaaI p {
  margin-bottom: 0 !important;
}
.cid-sY4HcxYaaI .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HcxYaaI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HcxYaaI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HcxYaaI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HcxYaaI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HcxYaaI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HcxYaaI .card .panel-body {
  color: #767676;
}
.cid-sY4HcxYaaI .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sY4HcxYaaI .card-header:hover {
  background-color: #ffffff;
}
.cid-sY4HcxYaaI .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sY4HcxYaaI H4 {
  color: #ffffff;
}
.cid-sY4HcxYaaI .panel-text {
  color: #3d626c;
}
.cid-sY4Hczyxy7 {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4Hczyxy7 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4Hczyxy7 p {
  margin-bottom: 0 !important;
}
.cid-sY4Hczyxy7 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4Hczyxy7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4Hczyxy7 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4Hczyxy7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4Hczyxy7 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4Hczyxy7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4Hczyxy7 .card .panel-body {
  color: #767676;
}
.cid-sY4Hczyxy7 .card-header {
  transition: all 0.3s;
  background-color: #3d626c;
}
.cid-sY4Hczyxy7 .card-header:hover {
  background-color: #ffffff;
}
.cid-sY4Hczyxy7 .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-sY4Hczyxy7 H4 {
  color: #ffffff;
}
.cid-sY4Hczyxy7 .panel-text {
  color: #3d626c;
}
.cid-sY4HcB9ndr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sY4HcB9ndr .mbr-text {
  color: #767676;
}
.cid-sY4HcB9ndr .sig {
  width: 300px;
}
.cid-sY4HcB9ndr img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sY4HcB9ndr .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-sY4HcB9ndr .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sY4HcB9ndr .card-title {
  color: #ffffff;
}
.cid-sY4HcB9ndr .mbr-text,
.cid-sY4HcB9ndr .sig-img {
  color: #ffffff;
}
.cid-sY4HcC5tVV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
  overflow: hidden;
  position: relative;
}
.cid-sY4HcC5tVV .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #879a9f 30%, rgba(0, 37, 73, 0));
}
.cid-sY4HcC5tVV .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-sY4HcC5tVV .mbr-section-title {
  color: #ffffff;
}
.cid-sY4HcC5tVV .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-sY4HcC5tVV .mbr-section-title,
.cid-sY4HcC5tVV .mbr-section-btn {
  color: #3d626c;
  text-align: right;
}
.cid-sY4HcC5tVV .mbr-section-title,
.cid-sY4HcC5tVV .mbr-section-btn P {
  text-align: center;
}
.cid-sY4HcDrrXJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  .cid-sY4HcDrrXJ .g-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-sY4HcDrrXJ .g-0 > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sY4HcDrrXJ .card_wrapper {
  padding: 2rem 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sY4HcDrrXJ .card_wrapper {
    padding: 65px 30px;
  }
  .cid-sY4HcDrrXJ .card_wrapper .shape {
    width: auto;
    padding: 0 1rem;
  }
}
.cid-sY4HcDrrXJ .content_box {
  position: relative;
  z-index: 2;
}
.cid-sY4HcDrrXJ .shape {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  padding: 0 100px;
}
.cid-sY4HcDrrXJ .shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sY4HcDrrXJ .mbr-section-title {
  color: #3d626c;
  margin-bottom: 20px;
  text-align: left;
}
.cid-sY4HcDrrXJ .mbr-section-btn {
  margin-top: 43px;
}
.cid-sY4HcDrrXJ .image-wrapper,
.cid-sY4HcDrrXJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sY4HcDrrXJ .mbr-text,
.cid-sY4HcDrrXJ .mbr-section-btn {
  text-align: left;
}
.cid-sY4HcEI3ZA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-sY4HcEI3ZA .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
}
.cid-sY4HcEI3ZA .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sY4HcEI3ZA .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sY4HcEI3ZA .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sY4HcEI3ZA .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sY4HcEI3ZA .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sY4HcEI3ZA .inner-container {
    width: 100% !important;
  }
  .cid-sY4HcEI3ZA .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sY4HcFPOaS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1071.jpg");
}
.cid-sY4HcFPOaS H1 {
  color: #ffffff;
}
.cid-sY4HcFPOaS .mbr-text,
.cid-sY4HcFPOaS .mbr-section-btn {
  color: #ffffff;
}
.cid-sY4HcHj8cG {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HcHj8cG .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HcHj8cG p {
  margin-bottom: 0 !important;
}
.cid-sY4HcHj8cG .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HcHj8cG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HcHj8cG .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HcHj8cG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HcHj8cG .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HcHj8cG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HcHj8cG .card .panel-body {
  color: #767676;
}
.cid-sY4HcHj8cG .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sY4HcHj8cG .card-header:hover {
  background-color: #3d626c;
}
.cid-sY4HcHj8cG .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sY4HcHj8cG H4 {
  color: #3d626c;
}
.cid-sY4HcHj8cG .panel-text {
  color: #3d626c;
}
.cid-sY4HcJeNHw {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
}
.cid-sY4HcJeNHw .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-sY4HcJeNHw p {
  margin-bottom: 0 !important;
}
.cid-sY4HcJeNHw .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-sY4HcJeNHw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sY4HcJeNHw .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sY4HcJeNHw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sY4HcJeNHw .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-sY4HcJeNHw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sY4HcJeNHw .card .panel-body {
  color: #767676;
}
.cid-sY4HcJeNHw .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-sY4HcJeNHw .card-header:hover {
  background-color: #3d626c;
}
.cid-sY4HcJeNHw .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-sY4HcJeNHw H4 {
  color: #3d626c;
}
.cid-sY4HcJeNHw .panel-text {
  color: #3d626c;
}
.cid-sY4HcKPkEH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sY4HcKPkEH .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-sY4HcKPkEH .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sY4HcKPkEH .card-img {
  margin-bottom: 1rem;
}
.cid-sY4HcKPkEH .card-img span {
  font-size: 60px;
}
.cid-sY4HcKPkEH .mbr-text,
.cid-sY4HcKPkEH .mbr-section-btn {
  text-align: left;
}
.cid-sY4HcMig34 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1123.jpeg");
}
.cid-sY4HcMig34 .svg-top {
  display: none;
}
.cid-sY4HcMig34 .row {
  flex-direction: row-reverse;
}
.cid-sY4HcMig34 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #3d626c;
}
.cid-sY4HcMig34 .svg-top .st0 {
  fill: "file:///C:/Users/Alexa/Documents/Frei-Corona.de/assets/assets/images/mbr-1920x1123.jpeg";
}
@media (max-width: 992px) {
  .cid-sY4HcMig34 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sY4HcMig34 .mbr-section-title {
  color: #3d626c;
}
@media (min-width: 1400px) {
  .cid-sY4HcMig34 .col-12 {
    padding: 0 2rem;
  }
  .cid-sY4HcMig34 .row {
    margin: 0 -2rem;
  }
}
.cid-sY4HcMig34 .mbr-text,
.cid-sY4HcMig34 .mbr-section-btn {
  color: #3d626c;
}
.cid-sY4HcOg6lW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-sY4HcOg6lW .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.cid-sY4HcOg6lW .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sY4HcOg6lW .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sY4HcOg6lW .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sY4HcOg6lW .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sY4HcOg6lW .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sY4HcOg6lW .inner-container {
    width: 100% !important;
  }
  .cid-sY4HcOg6lW .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-sY4HcRFHUd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sY4HcRFHUd .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sY4HcRFHUd .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sY4HcRFHUd .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sY4HcRFHUd .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-sY4HcRFHUd .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-sY4HcRFHUd .text-white:hover {
  color: white !important;
}
.cid-sY4HcRFHUd .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sY4HcRFHUd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sY4HcRFHUd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sY4HcRFHUd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sY4HcRFHUd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sY4HcRFHUd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sY4HcRFHUd .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sY4HcRFHUd .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sY4HcRFHUd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sY4HcRFHUd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sY4HcRFHUd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sY4HcRFHUd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ti8vvZEZjl .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-ti8vvZEZjl .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-ti8vvZEZjl a {
  font-style: normal;
}
.cid-ti8vvZEZjl .nav-link {
  font-family: EB Garamond !important;
}
.cid-ti8vvZEZjl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ti8vvZEZjl .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-ti8vvZEZjl .nav-item:focus,
.cid-ti8vvZEZjl .nav-link:focus {
  outline: none;
}
.cid-ti8vvZEZjl .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ti8vvZEZjl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ti8vvZEZjl .menu-logo {
  margin-right: auto;
}
.cid-ti8vvZEZjl .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-ti8vvZEZjl .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-ti8vvZEZjl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ti8vvZEZjl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ti8vvZEZjl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ti8vvZEZjl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ti8vvZEZjl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ti8vvZEZjl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ti8vvZEZjl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ti8vvZEZjl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ti8vvZEZjl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ti8vvZEZjl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-ti8vvZEZjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-ti8vvZEZjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ti8vvZEZjl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ti8vvZEZjl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ti8vvZEZjl .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-ti8vvZEZjl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ti8vvZEZjl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ti8vvZEZjl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ti8vvZEZjl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ti8vvZEZjl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ti8vvZEZjl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ti8vvZEZjl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ti8vvZEZjl button.navbar-toggler:focus {
  outline: none;
}
.cid-ti8vvZEZjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ti8vvZEZjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ti8vvZEZjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ti8vvZEZjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ti8vvZEZjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ti8vvZEZjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ti8vvZEZjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ti8vvZEZjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ti8vvZEZjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ti8vvZEZjl .dropdown-toggle:after {
  display: none;
}
.cid-ti8vvZEZjl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ti8vvZEZjl .collapsed .btn {
  display: -webkit-flex;
}
.cid-ti8vvZEZjl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ti8vvZEZjl .collapsed .navbar-collapse.collapsing,
.cid-ti8vvZEZjl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ti8vvZEZjl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ti8vvZEZjl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ti8vvZEZjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ti8vvZEZjl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ti8vvZEZjl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ti8vvZEZjl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ti8vvZEZjl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ti8vvZEZjl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ti8vvZEZjl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ti8vvZEZjl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ti8vvZEZjl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ti8vvZEZjl .collapsed button.navbar-toggler {
  display: block;
}
.cid-ti8vvZEZjl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ti8vvZEZjl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ti8vvZEZjl .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-ti8vvZEZjl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ti8vvZEZjl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ti8vvZEZjl .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-ti8vvZEZjl .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ti8vvZEZjl img {
    height: 3.8rem !important;
  }
  .cid-ti8vvZEZjl .btn {
    display: -webkit-flex;
  }
  .cid-ti8vvZEZjl button.navbar-toggler {
    display: block;
  }
  .cid-ti8vvZEZjl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ti8vvZEZjl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ti8vvZEZjl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ti8vvZEZjl .navbar-collapse.collapsing,
  .cid-ti8vvZEZjl .navbar-collapse.show {
    display: block !important;
  }
  .cid-ti8vvZEZjl .navbar-collapse.collapsing .navbar-nav,
  .cid-ti8vvZEZjl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ti8vvZEZjl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ti8vvZEZjl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ti8vvZEZjl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ti8vvZEZjl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ti8vvZEZjl .navbar-collapse.collapsing .navbar-buttons,
  .cid-ti8vvZEZjl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ti8vvZEZjl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ti8vvZEZjl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ti8vvZEZjl .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-ti8vvZEZjl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ti8vvZEZjl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ti8vvZEZjl .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-ti8vvZEZjl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ti8vvZEZjl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ti8vvZEZjl .nav-link,
.cid-ti8vvZEZjl .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-ti8vvZEZjl .nav-link:hover,
.cid-ti8vvZEZjl .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-ti8vw1cqSX {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-ti8vw1cqSX H1 {
  color: #ffffff;
}
.cid-ti8vw1cqSX .mbr-text,
.cid-ti8vw1cqSX .mbr-section-btn {
  color: #232323;
}
.cid-ti8vw2wjbL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-ti8vw2wjbL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-ti8vw2wjbL .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-ti8vw2wjbL .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-ti8vw2wjbL .card-title {
  color: #fff3f3;
  text-align: center;
}
.cid-ti8vw2wjbL .mbr-text,
.cid-ti8vw2wjbL .mbr-section-btn {
  color: #f6f6f6;
}
.cid-tiaugODGu2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tiaugODGu2 .image-wrapper {
    margin-bottom: 34px;
  }
}
.cid-tiaugODGu2 .image-wrapper img {
  height: 50rem;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tiaugODGu2 .image-wrapper img {
    height: 35rem;
  }
}
.cid-tiaugODGu2 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tiaugODGu2 .text-container .text-wrapper {
  margin-right: 150px;
  margin-left: 60px;
}
@media (max-width: 992px) {
  .cid-tiaugODGu2 .text-container .text-wrapper {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tiaugODGu2 .text-container .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tiaugODGu2 .text-container .text-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-tiaugODGu2 .text-container .text-wrapper .mbr-section-title {
    margin-bottom: 34px;
  }
}
.cid-tiaugODGu2 .text-container .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tiaugODGu2 .text-container .text-wrapper .mbr-text {
    margin-bottom: 34px;
  }
}
.cid-tiaugODGu2 .mbr-section-title {
  color: #3d626c;
}
.cid-tiaugODGu2 .mbr-text {
  color: #3d626c;
}
.cid-tiaugODGu2 .mbr-section-title P {
  text-align: center;
}
.cid-ti8vwdjvNG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-ti8vwdjvNG H1 {
  color: #ffffff;
}
.cid-ti8vwdjvNG .mbr-text,
.cid-ti8vwdjvNG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tiaBf4A3wE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-tiaBf4A3wE .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-tiaBf4A3wE .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tiaBf4A3wE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiaBf4A3wE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiaEZNu1HK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #3d626c;
  display: flex;
  align-items: center;
}
.cid-tiaEZNu1HK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiaEZNu1HK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiaEZNu1HK .row {
  justify-content: flex-start;
}
.cid-tiaEZNu1HK .mbr-text-1 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tiaEZNu1HK .mbr-text-2 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 42px;
}
.cid-tiaL1IVyM0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-tiaL1IVyM0 .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-tiaL1IVyM0 .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-tiaL1IVyM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiaL1IVyM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiaL1IVyM0 .card-title,
.cid-tiaL1IVyM0 .card-img DIV {
  text-align: center;
}
.cid-ti8vwggGxL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ti8vwggGxL .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ti8vwggGxL .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ti8vwggGxL .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-ti8vwggGxL .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-ti8vwggGxL .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-ti8vwggGxL .text-white:hover {
  color: white !important;
}
.cid-ti8vwggGxL .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ti8vwggGxL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ti8vwggGxL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ti8vwggGxL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ti8vwggGxL .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ti8vwggGxL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ti8vwggGxL .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ti8vwggGxL .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ti8vwggGxL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ti8vwggGxL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ti8vwggGxL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ti8vwggGxL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tAgvbCFFGf .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-tAgvbCFFGf .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-tAgvbCFFGf a {
  font-style: normal;
}
.cid-tAgvbCFFGf .nav-link {
  font-family: EB Garamond !important;
}
.cid-tAgvbCFFGf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tAgvbCFFGf .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-tAgvbCFFGf .nav-item:focus,
.cid-tAgvbCFFGf .nav-link:focus {
  outline: none;
}
.cid-tAgvbCFFGf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tAgvbCFFGf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tAgvbCFFGf .menu-logo {
  margin-right: auto;
}
.cid-tAgvbCFFGf .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-tAgvbCFFGf .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-tAgvbCFFGf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tAgvbCFFGf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tAgvbCFFGf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tAgvbCFFGf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tAgvbCFFGf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tAgvbCFFGf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tAgvbCFFGf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tAgvbCFFGf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAgvbCFFGf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tAgvbCFFGf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tAgvbCFFGf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #08799f !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-tAgvbCFFGf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAgvbCFFGf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tAgvbCFFGf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAgvbCFFGf .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-tAgvbCFFGf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tAgvbCFFGf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tAgvbCFFGf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tAgvbCFFGf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tAgvbCFFGf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tAgvbCFFGf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tAgvbCFFGf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tAgvbCFFGf button.navbar-toggler:focus {
  outline: none;
}
.cid-tAgvbCFFGf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAgvbCFFGf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAgvbCFFGf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAgvbCFFGf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAgvbCFFGf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAgvbCFFGf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAgvbCFFGf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAgvbCFFGf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAgvbCFFGf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAgvbCFFGf .dropdown-toggle:after {
  display: none;
}
.cid-tAgvbCFFGf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tAgvbCFFGf .collapsed .btn {
  display: -webkit-flex;
}
.cid-tAgvbCFFGf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tAgvbCFFGf .collapsed .navbar-collapse.collapsing,
.cid-tAgvbCFFGf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tAgvbCFFGf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tAgvbCFFGf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tAgvbCFFGf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tAgvbCFFGf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tAgvbCFFGf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tAgvbCFFGf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tAgvbCFFGf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tAgvbCFFGf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tAgvbCFFGf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tAgvbCFFGf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tAgvbCFFGf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tAgvbCFFGf .collapsed button.navbar-toggler {
  display: block;
}
.cid-tAgvbCFFGf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tAgvbCFFGf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tAgvbCFFGf .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-tAgvbCFFGf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tAgvbCFFGf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tAgvbCFFGf .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-tAgvbCFFGf .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tAgvbCFFGf img {
    height: 3.8rem !important;
  }
  .cid-tAgvbCFFGf .btn {
    display: -webkit-flex;
  }
  .cid-tAgvbCFFGf button.navbar-toggler {
    display: block;
  }
  .cid-tAgvbCFFGf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tAgvbCFFGf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tAgvbCFFGf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tAgvbCFFGf .navbar-collapse.collapsing,
  .cid-tAgvbCFFGf .navbar-collapse.show {
    display: block !important;
  }
  .cid-tAgvbCFFGf .navbar-collapse.collapsing .navbar-nav,
  .cid-tAgvbCFFGf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tAgvbCFFGf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tAgvbCFFGf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tAgvbCFFGf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tAgvbCFFGf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tAgvbCFFGf .navbar-collapse.collapsing .navbar-buttons,
  .cid-tAgvbCFFGf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tAgvbCFFGf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tAgvbCFFGf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tAgvbCFFGf .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-tAgvbCFFGf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tAgvbCFFGf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tAgvbCFFGf .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-tAgvbCFFGf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tAgvbCFFGf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tAgvbCFFGf .nav-link,
.cid-tAgvbCFFGf .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tAgvbCFFGf .nav-link:hover,
.cid-tAgvbCFFGf .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-tAgvdG216l {
  padding-top: 225px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-42.jpg");
}
.cid-tAgvdG216l H1 {
  color: #483744;
}
.cid-tAgvdG216l .mbr-text,
.cid-tAgvdG216l .mbr-section-btn {
  color: #236e10;
}
.cid-tAgvdHm0Df {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-tAgvdHm0Df .mbr-text,
.cid-tAgvdHm0Df .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tAgvdHm0Df H1 {
  color: #ffffff;
}
.cid-tAgvdIN3qC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAgvdIN3qC .card-box {
  padding: 0rem;
}
.cid-tAgvdIN3qC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tAgvdIN3qC h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tAgvdIN3qC p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-tAgvdIN3qC .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-tAgvdIN3qC .mbr-text {
  color: #879a9f;
}
.cid-tAgvdKKGUX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-tAgvdKKGUX .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tAgvdKKGUX .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-tAgvdKKGUX .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-tAgvdKKGUX .mbr-text,
.cid-tAgvdKKGUX .mbr-section-btn {
  color: #ffffff;
}
.cid-tAgvdKKGUX .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tAgvdLPSc5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tAgvdLPSc5 .card-title {
  margin-bottom: 20px;
  color: #3d626c;
  text-align: center;
}
.cid-tAgvdLPSc5 .mbr-section-btn {
  margin-top: 43px;
}
.cid-tAgvdLPSc5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tAgvdLPSc5 .card-wrapper {
    margin-top: 60px;
  }
}
.cid-tAgvdNi8c9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-tAgvdNi8c9 .mbr-text {
  color: #767676;
}
.cid-tAgvdNi8c9 .sig {
  width: 300px;
}
.cid-tAgvdNi8c9 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-tAgvdNi8c9 .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-tAgvdNi8c9 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-tAgvdOtCf3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d626c;
}
.cid-tAgvdOtCf3 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tAgvdOtCf3 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-tAgvdOtCf3 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-tAgvdOtCf3 .mbr-text,
.cid-tAgvdOtCf3 .mbr-section-btn {
  color: #ffffff;
}
.cid-tAgvdOtCf3 .card-title {
  color: #ffffff;
}
.cid-tAgvdPEmJO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAgvdPEmJO H1 {
  color: #3d626c;
}
.cid-tAgvdPEmJO .mbr-text,
.cid-tAgvdPEmJO .mbr-section-btn {
  color: #716c80;
}
.cid-tAgvdPEmJO img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tAgvdPEmJO .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-tAgvdRva3J {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #3d626c;
}
.cid-tAgvdRva3J .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tAgvdRva3J .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-tAgvdRva3J .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-tAgvdRva3J .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tAgvdRva3J .mbr-text,
.cid-tAgvdRva3J .mbr-section-btn {
  color: #ffffff;
}
.cid-tAgvdSKjvm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-tAgvdSKjvm img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tAgvdSKjvm img:hover {
  transform: scale(1.1);
}
.cid-tAgvdSKjvm .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tAgvdSKjvm h2 {
  padding: 0;
  margin: 0;
}
.cid-tAgvdSKjvm .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAgvdSKjvm .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tAgvdSKjvm .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-tAgvdSKjvm .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-tAgvdSKjvm .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-tAgvdSKjvm .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-tAgvdSKjvm .mbr-iconfont {
  margin: 0!important;
}
.cid-tAgvdSKjvm .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tAgvdSKjvm .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tAgvdSKjvm .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-tAgvdSKjvm .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-tAgvdSKjvm .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tAgvdSKjvm H2 {
  color: #333333;
}
.cid-tAgvdSKjvm .mbr-text {
  color: #767676;
}
.cid-tAgvdUhAIF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-tAgvdUhAIF H1 {
  color: #ffffff;
}
.cid-tAgvdVvC5D {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAgvdVvC5D .mbr-text,
.cid-tAgvdVvC5D .mbr-section-btn {
  text-align: left;
}
.cid-tAgvdWS1tn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cbd6d9;
}
.cid-tAgvdWS1tn .mbr-text {
  color: #767676;
}
.cid-tAgvdWS1tn .sig {
  width: 300px;
}
.cid-tAgvdWS1tn img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-tAgvdWS1tn .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-tAgvdWS1tn .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-tAgvdWS1tn .mbr-text,
.cid-tAgvdWS1tn .sig-img {
  color: #3d626c;
}
.cid-tAgvdXX5ch {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-tAgvdXX5ch H1 {
  color: #ffffff;
}
.cid-tAgvdZlc6e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAgvdZlc6e .mbr-text,
.cid-tAgvdZlc6e .mbr-section-btn {
  text-align: left;
}
.cid-tAgvdZlc6e H1 {
  text-align: left;
}
.cid-tAgve0BxKB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-tAgve0BxKB H1 {
  color: #ffffff;
}
.cid-tAgve1Unjs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAgve1Unjs H1 {
  text-align: left;
}
.cid-tAgve1Unjs .mbr-text,
.cid-tAgve1Unjs .mbr-section-btn {
  text-align: left;
  color: #3d626c;
}
.cid-tAgve3yZ2W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-tAgve3yZ2W H1 {
  color: #ffffff;
}
.cid-tAgve4Qw2B {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAgve4Qw2B .mbr-text,
.cid-tAgve4Qw2B .mbr-section-btn {
  text-align: left;
  color: #3d626c;
}
.cid-tAgve6d6gr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3d626c;
}
.cid-tAgve6d6gr H1 {
  color: #ffffff;
}
.cid-tAgve6d6gr .mbr-text,
.cid-tAgve6d6gr .mbr-section-btn {
  color: #ffffff;
}
.cid-tAgve7xXzJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0eb;
}
.cid-tAgve7xXzJ .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-tAgve7xXzJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tAgve7xXzJ img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-tAgve7xXzJ img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-tAgve7xXzJ img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tAgve7xXzJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tAgve7xXzJ .mbr-section-subtitle {
  color: #fa4529;
}
.cid-tAgve7xXzJ .mbr-text {
  color: #483744;
}
.cid-tAgve7xXzJ .mbr-section-title {
  color: #465052;
}
.cid-tAgveb6jeq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAgveb6jeq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAgveb6jeq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAgveb6jeq .container-fluid {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-tAgveb6jeq .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0 !important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
  color: #3d626c;
}
.cid-tAgveb6jeq .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none !important;
}
.cid-tAgveb6jeq .text-white:hover {
  color: white !important;
}
.cid-tAgveb6jeq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tAgveb6jeq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tAgveb6jeq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tAgveb6jeq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tAgveb6jeq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tAgveb6jeq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tAgveb6jeq .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tAgveb6jeq .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tAgveb6jeq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tAgveb6jeq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAgveb6jeq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tAgveb6jeq .media-container-row .row-copirayt p {
  width: 100%;
}
