body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3d626c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d626c !important;
  border-color: #3d626c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #21363b !important;
  border-color: #21363b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #21363b !important;
  border-color: #21363b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #18272b;
  color: #18272b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3d626c;
  border-color: #3d626c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d626c !important;
  border-color: #3d626c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3d626c !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #18272b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3d626c;
  border-color: #3d626c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3d626c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #77a5b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #3d626c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d626c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3d626c;
  border-bottom-color: #3d626c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3d626c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !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-rwtBZ2A7qZ .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-rwtBZ2A7qZ .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-rwtBZ2A7qZ a {
  font-style: normal;
}
.cid-rwtBZ2A7qZ .nav-link {
  font-family: EB Garamond !important;
}
.cid-rwtBZ2A7qZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtBZ2A7qZ .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-rwtBZ2A7qZ .nav-item:focus,
.cid-rwtBZ2A7qZ .nav-link:focus {
  outline: none;
}
.cid-rwtBZ2A7qZ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtBZ2A7qZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtBZ2A7qZ .menu-logo {
  margin-right: auto;
}
.cid-rwtBZ2A7qZ .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-rwtBZ2A7qZ .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-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtBZ2A7qZ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtBZ2A7qZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtBZ2A7qZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtBZ2A7qZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtBZ2A7qZ .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-rwtBZ2A7qZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtBZ2A7qZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtBZ2A7qZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtBZ2A7qZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtBZ2A7qZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtBZ2A7qZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtBZ2A7qZ .dropdown-toggle:after {
  display: none;
}
.cid-rwtBZ2A7qZ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtBZ2A7qZ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtBZ2A7qZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwtBZ2A7qZ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rwtBZ2A7qZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtBZ2A7qZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtBZ2A7qZ .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-rwtBZ2A7qZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtBZ2A7qZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtBZ2A7qZ .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-rwtBZ2A7qZ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtBZ2A7qZ img {
    height: 3.8rem !important;
  }
  .cid-rwtBZ2A7qZ .btn {
    display: -webkit-flex;
  }
  .cid-rwtBZ2A7qZ button.navbar-toggler {
    display: block;
  }
  .cid-rwtBZ2A7qZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtBZ2A7qZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing,
  .cid-rwtBZ2A7qZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtBZ2A7qZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtBZ2A7qZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtBZ2A7qZ .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-rwtBZ2A7qZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtBZ2A7qZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtBZ2A7qZ .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-rwtBZ2A7qZ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtBZ2A7qZ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtBZ2A7qZ .nav-link,
.cid-rwtBZ2A7qZ .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtBZ2A7qZ .nav-link:hover,
.cid-rwtBZ2A7qZ .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-rv2OpzNlIB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/mbr-h_m84if1r7.jpg");
}
.cid-rv2OpzNlIB H1 {
  color: #ed1a12;
}
.cid-uGEXjYij9Z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGEXjYij9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEXjYij9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEXjYij9Z H1 {
  color: #ed1a12;
}
.cid-rv3lKkdcfe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f6f6f6;
}
.cid-rv3lKkdcfe .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-rv3lKkdcfe .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uF95qtMyRc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uF95qtMyRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF95qtMyRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF95qtMyRc H1 {
  color: #ed1a12;
}
.cid-rv3i4IjDRy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rv3i4IjDRy .mbr-section-btn {
  margin-top: 5rem;
}
.cid-rv3i4IjDRy .row {
  justify-content: center;
}
.cid-rv3i4IjDRy .card {
  height: 100%;
  position: relative;
}
.cid-rv3i4IjDRy .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-rv3i4IjDRy .card:hover:after {
  opacity: 0.8;
}
.cid-rv3i4IjDRy .card-img {
  height: 400px;
}
.cid-rv3i4IjDRy .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rv3i4IjDRy .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-rv3i4IjDRy .cardbg1 {
  background: #ed1a12;
}
.cid-rv3i4IjDRy .cardbg2 {
  background: #cccccc;
}
.cid-rv3i4IjDRy .cardbg3 {
  background: #cccccc;
}
.cid-rv3i4IjDRy .cardbg4 {
  background: #cccccc;
}
@media (min-width: 1400px) {
  .cid-rv3i4IjDRy .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-rv3i4IjDRy .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-rv3i4IjDRy .card {
    margin-bottom: 2rem;
  }
}
.cid-rv3i4IjDRy .card-title {
  color: #fff3f3;
}
.cid-rv3i4IjDRy .card-text {
  color: #fff3f3;
}
.cid-rv3i7wl3Fc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rv3i7wl3Fc .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3i7wl3Fc .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-rv3i7wl3Fc .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-rv3ln36tPw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-rv3hWmEIQU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff3f3;
}
.cid-rv3hWmEIQU .card-box {
  padding: 0rem;
}
.cid-rv3hWmEIQU .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3hWmEIQU h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-rv3hWmEIQU p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-rv3hWmEIQU .row {
  justify-content: space-between;
}
.cid-rv3hWmEIQU .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-rv3hWmEIQU .mbr-text {
  color: #879a9f;
}
.cid-rv3hWmEIQU .card-img {
  height: 400px;
  position: relative;
}
.cid-rv3hWmEIQU .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-rv3hWmEIQU .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-rv3hYLN2jM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fff3f3;
}
.cid-rv3hYLN2jM .card-box {
  padding: 0rem;
}
.cid-rv3hYLN2jM .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3hYLN2jM h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-rv3hYLN2jM p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-rv3hYLN2jM .row {
  justify-content: space-between;
}
.cid-rv3hYLN2jM .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-rv3hYLN2jM .mbr-text {
  color: #879a9f;
}
.cid-rv3hYLN2jM .card-img {
  height: 400px;
  position: relative;
}
.cid-rv3hYLN2jM .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-rv3hYLN2jM .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-rv3hYLN2jM .card-title {
  text-align: center;
}
.cid-rv3lPHjQF3 {
  height: 675px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/mbr-h_m84pa9rm.jpg");
}
.cid-rv3jBNrexs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rv3jBNrexs .carousel {
  z-index: 2;
  position: relative;
}
.cid-rv3jBNrexs .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cebfaf;
  opacity: 0.5;
}
.cid-rv3jBNrexs .user {
  padding: 0!important;
}
.cid-rv3jBNrexs .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-rv3jBNrexs .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rv3jBNrexs .carousel-item.active,
.cid-rv3jBNrexs .carousel-item-next,
.cid-rv3jBNrexs .carousel-item-prev {
  display: flex;
}
.cid-rv3jBNrexs .user_name {
  margin: 0;
}
.cid-rv3jBNrexs .carousel-controls a {
  font-size: 2rem;
}
.cid-rv3jBNrexs .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-rv3jBNrexs .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-rv3jBNrexs ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-rv3jBNrexs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-rv3jBNrexs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rv3jBNrexs .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-rv3jBNrexs .user_text {
  color: #3d626c;
}
.cid-rv3jBNrexs .user_desk {
  color: #767676;
}
.cid-uF9uNnVBeh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF9uNnVBeh .google-map {
  height: 25rem;
  position: relative;
}
.cid-uF9uNnVBeh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF9uNnVBeh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF9uNnVBeh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF9uNnVBeh .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-uF9uNnVBeh .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-uF9uNnVBeh .map1 {
    padding-bottom: 2rem;
  }
}
.cid-uF9uNnVBeh .mbr-text,
.cid-uF9uNnVBeh .sig-img {
  color: #9c969b;
}
.cid-rv3hNOvGkN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rv3hNOvGkN [class^="socicon-"]:before,
.cid-rv3hNOvGkN [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rv3hNOvGkN .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-rv3hNOvGkN .row {
  justify-content: center;
}
.cid-rv3hNOvGkN .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-rv3hNOvGkN .soc-item span {
  font-size: 1rem;
  color: #3d626c !important;
  transition: all 0.3s;
}
.cid-rv3hNOvGkN .soc-item:hover span {
  color: #3d626c !important;
}
.cid-rv3hKT0jn8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-rv3hKT0jn8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rv3hKT0jn8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rv3hKT0jn8 .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-rv3hKT0jn8 .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-rv3hKT0jn8 .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-rv3hKT0jn8 .text-white:hover {
  color: white!important;
}
.cid-rv3hKT0jn8 .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-rv3hKT0jn8 .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-rv3hKT0jn8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rv3hKT0jn8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rv3hKT0jn8 .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-rv3hKT0jn8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rv3hKT0jn8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rv3hKT0jn8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rv3hKT0jn8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rv3hKT0jn8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rv3hKT0jn8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rv3hKT0jn8 .media-container-row .row-copirayt p {
  width: 100%;
}
.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: #3d626c !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 - 3.8rem);
  }
}
.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: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-rv3dEf4gA3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-rv3dEf4gA3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rv3dEf4gA3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rv3dEf4gA3 .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-rv3dEf4gA3 .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-rv3dEf4gA3 .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-rv3dEf4gA3 .text-white:hover {
  color: white!important;
}
.cid-rv3dEf4gA3 .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-rv3dEf4gA3 .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-rv3dEf4gA3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rv3dEf4gA3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rv3dEf4gA3 .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-rv3dEf4gA3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rv3dEf4gA3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rv3dEf4gA3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rv3dEf4gA3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rv3dEf4gA3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rv3dEf4gA3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rv3dEf4gA3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rwtYwhIgku .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-rwtYwhIgku .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-rwtYwhIgku a {
  font-style: normal;
}
.cid-rwtYwhIgku .nav-link {
  font-family: EB Garamond !important;
}
.cid-rwtYwhIgku .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtYwhIgku .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-rwtYwhIgku .nav-item:focus,
.cid-rwtYwhIgku .nav-link:focus {
  outline: none;
}
.cid-rwtYwhIgku .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtYwhIgku .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtYwhIgku .menu-logo {
  margin-right: auto;
}
.cid-rwtYwhIgku .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-rwtYwhIgku .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-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtYwhIgku .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-rwtYwhIgku .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtYwhIgku button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtYwhIgku button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku .dropdown-toggle:after {
  display: none;
}
.cid-rwtYwhIgku .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwtYwhIgku .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rwtYwhIgku .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtYwhIgku .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtYwhIgku .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .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-rwtYwhIgku .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtYwhIgku .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-rwtYwhIgku .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku img {
    height: 3.8rem !important;
  }
  .cid-rwtYwhIgku .btn {
    display: -webkit-flex;
  }
  .cid-rwtYwhIgku button.navbar-toggler {
    display: block;
  }
  .cid-rwtYwhIgku .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtYwhIgku .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing,
  .cid-rwtYwhIgku .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .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-rwtYwhIgku .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtYwhIgku .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-rwtYwhIgku .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtYwhIgku .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtYwhIgku .nav-link,
.cid-rwtYwhIgku .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtYwhIgku .nav-link:hover,
.cid-rwtYwhIgku .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-rv2O8Gg1vh {
  padding-top: 135px;
  padding-bottom: 60px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background5.jpg?rnd=1763495210573");
}
.cid-uFaCGSnXIV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFaCGSnXIV .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-uFaCGSnXIV .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uFaCGSnXIV .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-uFaCGSnXIV .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-uFaCGSnXIV img {
    width: 90%;
  }
}
.cid-uFaDDpzigs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFaDDpzigs .mbr-text {
  color: #767676;
}
.cid-uFaDDpzigs .sig {
  width: 300px;
}
.cid-uFaDDpzigs img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFaDDpzigs .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-uFaDDpzigs .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGrPxMAZ6K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed1a12;
}
.cid-uGrPxMAZ6K .card-box {
  padding: 0rem;
}
.cid-uGrPxMAZ6K .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGrPxMAZ6K .card {
  padding: 0;
  height: 100%;
}
.cid-uGrPxMAZ6K .card-img {
  height: 400px;
}
.cid-uGrPxMAZ6K .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGrPxMAZ6K .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-uGrPxMAZ6K .cardbg {
  background: #f6f6f6;
  height: auto;
}
.cid-uGrPxMAZ6K .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uGrPxMAZ6K .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGrPxMAZ6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGrPxMAZ6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGrPxMAZ6K .card-title {
  color: #fff3f3;
}
.cid-uFahrGOrAg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFahrGOrAg .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFahrGOrAg .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFahrGOrAg .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uFahrGOrAg .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uFahrGOrAg .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%;
}
.cid-uFahrGOrAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFahrGOrAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFahrGOrAg .card-title {
  color: #ed1a12;
}
.cid-uFaPKYdRBm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFaPKYdRBm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uFaPKYdRBm p {
  color: #767676;
  text-align: left;
}
.cid-uFaPKYdRBm .card-box {
  padding-top: 2rem;
}
.cid-uFaPKYdRBm .card-wrapper {
  height: 100%;
}
.cid-uFaPKYdRBm img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uFaPKYdRBm P {
  text-align: center;
}
.cid-uFaPKYdRBm .card-title {
  text-align: center;
}
.cid-uFaPKYdRBm .card-img {
  position: relative;
}
.cid-uFaPKYdRBm .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-uFaPKYdRBm .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uFaPKYdRBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaPKYdRBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9KD0BnnU .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uF9KD0BnnU .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uF9KD0BnnU a {
  font-style: normal;
}
.cid-uF9KD0BnnU .nav-link {
  font-family: EB Garamond !important;
}
.cid-uF9KD0BnnU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uF9KD0BnnU .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-uF9KD0BnnU .nav-item:focus,
.cid-uF9KD0BnnU .nav-link:focus {
  outline: none;
}
.cid-uF9KD0BnnU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uF9KD0BnnU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uF9KD0BnnU .menu-logo {
  margin-right: auto;
}
.cid-uF9KD0BnnU .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-uF9KD0BnnU .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-uF9KD0BnnU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uF9KD0BnnU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uF9KD0BnnU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uF9KD0BnnU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uF9KD0BnnU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uF9KD0BnnU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uF9KD0BnnU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uF9KD0BnnU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF9KD0BnnU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uF9KD0BnnU .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uF9KD0BnnU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uF9KD0BnnU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9KD0BnnU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uF9KD0BnnU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9KD0BnnU .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-uF9KD0BnnU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uF9KD0BnnU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uF9KD0BnnU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uF9KD0BnnU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uF9KD0BnnU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uF9KD0BnnU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uF9KD0BnnU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uF9KD0BnnU button.navbar-toggler:focus {
  outline: none;
}
.cid-uF9KD0BnnU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF9KD0BnnU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF9KD0BnnU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF9KD0BnnU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF9KD0BnnU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF9KD0BnnU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF9KD0BnnU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF9KD0BnnU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF9KD0BnnU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF9KD0BnnU .dropdown-toggle:after {
  display: none;
}
.cid-uF9KD0BnnU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF9KD0BnnU .collapsed .btn {
  display: -webkit-flex;
}
.cid-uF9KD0BnnU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uF9KD0BnnU .collapsed .navbar-collapse.collapsing,
.cid-uF9KD0BnnU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uF9KD0BnnU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uF9KD0BnnU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uF9KD0BnnU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uF9KD0BnnU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uF9KD0BnnU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uF9KD0BnnU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uF9KD0BnnU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uF9KD0BnnU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uF9KD0BnnU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uF9KD0BnnU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uF9KD0BnnU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uF9KD0BnnU .collapsed button.navbar-toggler {
  display: block;
}
.cid-uF9KD0BnnU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uF9KD0BnnU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF9KD0BnnU .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-uF9KD0BnnU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uF9KD0BnnU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uF9KD0BnnU .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-uF9KD0BnnU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF9KD0BnnU img {
    height: 3.8rem !important;
  }
  .cid-uF9KD0BnnU .btn {
    display: -webkit-flex;
  }
  .cid-uF9KD0BnnU button.navbar-toggler {
    display: block;
  }
  .cid-uF9KD0BnnU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uF9KD0BnnU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF9KD0BnnU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uF9KD0BnnU .navbar-collapse.collapsing,
  .cid-uF9KD0BnnU .navbar-collapse.show {
    display: block !important;
  }
  .cid-uF9KD0BnnU .navbar-collapse.collapsing .navbar-nav,
  .cid-uF9KD0BnnU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uF9KD0BnnU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uF9KD0BnnU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uF9KD0BnnU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uF9KD0BnnU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF9KD0BnnU .navbar-collapse.collapsing .navbar-buttons,
  .cid-uF9KD0BnnU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uF9KD0BnnU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uF9KD0BnnU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF9KD0BnnU .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-uF9KD0BnnU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uF9KD0BnnU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uF9KD0BnnU .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-uF9KD0BnnU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uF9KD0BnnU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uF9KD0BnnU .nav-link,
.cid-uF9KD0BnnU .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uF9KD0BnnU .nav-link:hover,
.cid-uF9KD0BnnU .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uF9OX0c0mb {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uF9OX0c0mb .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uF9OX0c0mb .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uF9OX0c0mb .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uF9OX0c0mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9OX0c0mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9KQoHFgW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF9KQoHFgW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF9KQoHFgW textarea {
  min-height: 250px;
}
.cid-uF9KQoHFgW .form-control,
.cid-uF9KQoHFgW .field-input {
  padding: 1rem;
  background-color: #f3f1d8;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF9KQoHFgW .form-control input::-webkit-input-placeholder,
.cid-uF9KQoHFgW .field-input input::-webkit-input-placeholder,
.cid-uF9KQoHFgW .form-control textarea::-webkit-input-placeholder,
.cid-uF9KQoHFgW .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uF9KQoHFgW .form-control input:-moz-placeholder,
.cid-uF9KQoHFgW .field-input input:-moz-placeholder,
.cid-uF9KQoHFgW .form-control textarea:-moz-placeholder,
.cid-uF9KQoHFgW .field-input textarea:-moz-placeholder {
  color: #767676;
}
.cid-uF9KQoHFgW .form-control:hover,
.cid-uF9KQoHFgW .field-input:hover,
.cid-uF9KQoHFgW .form-control:focus,
.cid-uF9KQoHFgW .field-input:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF9KQoHFgW .form-control:hover input::-webkit-input-placeholder,
.cid-uF9KQoHFgW .field-input:hover input::-webkit-input-placeholder,
.cid-uF9KQoHFgW .form-control:focus input::-webkit-input-placeholder,
.cid-uF9KQoHFgW .field-input:focus input::-webkit-input-placeholder,
.cid-uF9KQoHFgW .form-control:hover textarea::-webkit-input-placeholder,
.cid-uF9KQoHFgW .field-input:hover textarea::-webkit-input-placeholder,
.cid-uF9KQoHFgW .form-control:focus textarea::-webkit-input-placeholder,
.cid-uF9KQoHFgW .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uF9KQoHFgW .form-control:hover input:-moz-placeholder,
.cid-uF9KQoHFgW .field-input:hover input:-moz-placeholder,
.cid-uF9KQoHFgW .form-control:focus input:-moz-placeholder,
.cid-uF9KQoHFgW .field-input:focus input:-moz-placeholder,
.cid-uF9KQoHFgW .form-control:hover textarea:-moz-placeholder,
.cid-uF9KQoHFgW .field-input:hover textarea:-moz-placeholder,
.cid-uF9KQoHFgW .form-control:focus textarea:-moz-placeholder,
.cid-uF9KQoHFgW .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uF9KQoHFgW .jq-number__spin:hover,
.cid-uF9KQoHFgW .jq-number__spin:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uF9KQoHFgW .jq-number__spin {
  background-color: #f3f1d8;
  border-color: #f6f6f6;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uF9KQoHFgW .jq-selectbox li,
.cid-uF9KQoHFgW .jq-selectbox li {
  background-color: #f3f1d8;
  color: #000000;
}
.cid-uF9KQoHFgW .jq-selectbox li:hover,
.cid-uF9KQoHFgW .jq-selectbox li.selected {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-uF9KQoHFgW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uF9KQoHFgW .jq-number__spin.minus:hover:after,
.cid-uF9KQoHFgW .jq-number__spin.plus:hover:after {
  border-top-color: #f3f1d8;
  border-bottom-color: #f3f1d8;
}
.cid-uF9KQoHFgW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uF9KQoHFgW .jq-number__spin.minus:after,
.cid-uF9KQoHFgW .jq-number__spin.plus:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-uF9KQoHFgW input::-webkit-clear-button {
  display: none;
}
.cid-uF9KQoHFgW input::-webkit-inner-spin-button {
  display: none;
}
.cid-uF9KQoHFgW input::-webkit-outer-spin-button {
  display: none;
}
.cid-uF9KQoHFgW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uF9KD0Wo9q {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uF9KD0Wo9q .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF9KD0Wo9q .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uF9KD0Wo9q .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uF9KD0Wo9q .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uF9KD0Wo9q .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uF9KD0Wo9q .text-white:hover {
  color: white!important;
}
.cid-uF9KD0Wo9q .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-uF9KD0Wo9q .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-uF9KD0Wo9q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF9KD0Wo9q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF9KD0Wo9q .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-uF9KD0Wo9q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uF9KD0Wo9q .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF9KD0Wo9q .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uF9KD0Wo9q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF9KD0Wo9q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF9KD0Wo9q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uF9KD0Wo9q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uF9RimL1AG .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uF9RimL1AG .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uF9RimL1AG a {
  font-style: normal;
}
.cid-uF9RimL1AG .nav-link {
  font-family: EB Garamond !important;
}
.cid-uF9RimL1AG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uF9RimL1AG .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-uF9RimL1AG .nav-item:focus,
.cid-uF9RimL1AG .nav-link:focus {
  outline: none;
}
.cid-uF9RimL1AG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uF9RimL1AG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uF9RimL1AG .menu-logo {
  margin-right: auto;
}
.cid-uF9RimL1AG .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-uF9RimL1AG .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-uF9RimL1AG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uF9RimL1AG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uF9RimL1AG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uF9RimL1AG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uF9RimL1AG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uF9RimL1AG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uF9RimL1AG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uF9RimL1AG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF9RimL1AG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uF9RimL1AG .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uF9RimL1AG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uF9RimL1AG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9RimL1AG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uF9RimL1AG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9RimL1AG .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-uF9RimL1AG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uF9RimL1AG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uF9RimL1AG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uF9RimL1AG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uF9RimL1AG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uF9RimL1AG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uF9RimL1AG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uF9RimL1AG button.navbar-toggler:focus {
  outline: none;
}
.cid-uF9RimL1AG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF9RimL1AG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uF9RimL1AG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uF9RimL1AG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uF9RimL1AG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uF9RimL1AG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF9RimL1AG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uF9RimL1AG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uF9RimL1AG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uF9RimL1AG .dropdown-toggle:after {
  display: none;
}
.cid-uF9RimL1AG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF9RimL1AG .collapsed .btn {
  display: -webkit-flex;
}
.cid-uF9RimL1AG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uF9RimL1AG .collapsed .navbar-collapse.collapsing,
.cid-uF9RimL1AG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uF9RimL1AG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uF9RimL1AG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uF9RimL1AG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uF9RimL1AG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uF9RimL1AG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uF9RimL1AG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uF9RimL1AG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uF9RimL1AG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uF9RimL1AG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uF9RimL1AG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uF9RimL1AG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uF9RimL1AG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uF9RimL1AG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uF9RimL1AG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uF9RimL1AG .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-uF9RimL1AG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uF9RimL1AG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uF9RimL1AG .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-uF9RimL1AG .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF9RimL1AG img {
    height: 3.8rem !important;
  }
  .cid-uF9RimL1AG .btn {
    display: -webkit-flex;
  }
  .cid-uF9RimL1AG button.navbar-toggler {
    display: block;
  }
  .cid-uF9RimL1AG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uF9RimL1AG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uF9RimL1AG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uF9RimL1AG .navbar-collapse.collapsing,
  .cid-uF9RimL1AG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uF9RimL1AG .navbar-collapse.collapsing .navbar-nav,
  .cid-uF9RimL1AG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uF9RimL1AG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uF9RimL1AG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uF9RimL1AG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uF9RimL1AG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF9RimL1AG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uF9RimL1AG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uF9RimL1AG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uF9RimL1AG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uF9RimL1AG .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-uF9RimL1AG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uF9RimL1AG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uF9RimL1AG .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-uF9RimL1AG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uF9RimL1AG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uF9RimL1AG .nav-link,
.cid-uF9RimL1AG .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uF9RimL1AG .nav-link:hover,
.cid-uF9RimL1AG .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFa1GOvDmI {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/gdb9a1bb73aa6e228f778b66c508b-h_m84t7o3c.jpg");
}
.cid-uFa1GOvDmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFa1GOvDmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFa1GOvDmI H1 {
  color: #ed1a12;
}
.cid-uFa0M9mz2f {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFa0M9mz2f .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFa0M9mz2f .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFa0M9mz2f .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFa0M9mz2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFa0M9mz2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgAaPEYea {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFgAaPEYea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgAaPEYea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgAaPEYea H1 {
  color: #ed1a12;
}
.cid-uLIXvGVBNx {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uLIXvGVBNx .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uLIXvGVBNx p {
  margin-bottom: 0 !important;
}
.cid-uLIXvGVBNx .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uLIXvGVBNx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uLIXvGVBNx .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-uLIXvGVBNx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uLIXvGVBNx .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uLIXvGVBNx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uLIXvGVBNx .card .panel-body {
  color: #767676;
}
.cid-uLIXvGVBNx .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uLIXvGVBNx .card-header:hover {
  background-color: #3d626c;
}
.cid-uLIXvGVBNx .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uLIXvGVBNx H4 {
  color: #3d626c;
}
.cid-uLIXvGVBNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLIXvGVBNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgAbK0xdF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFgAbK0xdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgAbK0xdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgAbK0xdF H1 {
  color: #ed1a12;
}
.cid-uMobJUUmZ2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMobJUUmZ2 h3 {
  text-align: center;
}
.cid-uMobJUUmZ2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uMobJUUmZ2 .mbr-content-text {
  color: #767676;
}
.cid-uMobJUUmZ2 .card {
  word-wrap: break-word;
}
.cid-uMobJUUmZ2 .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uMobJUUmZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMobJUUmZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhdTi7jjT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMhdTi7jjT h3 {
  text-align: center;
}
.cid-uMhdTi7jjT .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uMhdTi7jjT .mbr-content-text {
  color: #767676;
}
.cid-uMhdTi7jjT .card {
  word-wrap: break-word;
}
.cid-uMhdTi7jjT .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uMhdTi7jjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhdTi7jjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLt5XYxY5A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLt5XYxY5A h3 {
  text-align: center;
}
.cid-uLt5XYxY5A .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uLt5XYxY5A .mbr-content-text {
  color: #767676;
}
.cid-uLt5XYxY5A .card {
  word-wrap: break-word;
}
.cid-uLt5XYxY5A .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uLt5XYxY5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLt5XYxY5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLg8mSxzAu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLg8mSxzAu h3 {
  text-align: center;
}
.cid-uLg8mSxzAu .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uLg8mSxzAu .mbr-content-text {
  color: #767676;
}
.cid-uLg8mSxzAu .card {
  word-wrap: break-word;
}
.cid-uLg8mSxzAu .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uLg8mSxzAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLg8mSxzAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKAR5RbgvA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKAR5RbgvA h3 {
  text-align: center;
}
.cid-uKAR5RbgvA .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uKAR5RbgvA .mbr-content-text {
  color: #767676;
}
.cid-uKAR5RbgvA .card {
  word-wrap: break-word;
}
.cid-uKAR5RbgvA .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uKAR5RbgvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKAR5RbgvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK1QSXdjr2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK1QSXdjr2 h3 {
  text-align: center;
}
.cid-uK1QSXdjr2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uK1QSXdjr2 .mbr-content-text {
  color: #767676;
}
.cid-uK1QSXdjr2 .card {
  word-wrap: break-word;
}
.cid-uK1QSXdjr2 .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uK1QSXdjr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK1QSXdjr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJOBe0IvPI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJOBe0IvPI h3 {
  text-align: center;
}
.cid-uJOBe0IvPI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uJOBe0IvPI .mbr-content-text {
  color: #767676;
}
.cid-uJOBe0IvPI .card {
  word-wrap: break-word;
}
.cid-uJOBe0IvPI .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uJOBe0IvPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJOBe0IvPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsuSJ1sTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJsuSJ1sTB h3 {
  text-align: center;
}
.cid-uJsuSJ1sTB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uJsuSJ1sTB .mbr-content-text {
  color: #767676;
}
.cid-uJsuSJ1sTB .card {
  word-wrap: break-word;
}
.cid-uJsuSJ1sTB .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uJsuSJ1sTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsuSJ1sTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINRFh03Xs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uINRFh03Xs h3 {
  text-align: center;
}
.cid-uINRFh03Xs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uINRFh03Xs .mbr-content-text {
  color: #767676;
}
.cid-uINRFh03Xs .card {
  word-wrap: break-word;
}
.cid-uINRFh03Xs .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uINRFh03Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINRFh03Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINPGRHmvg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uINPGRHmvg h3 {
  text-align: center;
}
.cid-uINPGRHmvg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uINPGRHmvg .mbr-content-text {
  color: #767676;
}
.cid-uINPGRHmvg .card {
  word-wrap: break-word;
}
.cid-uINPGRHmvg .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uINPGRHmvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINPGRHmvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5XXXXyeD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uI5XXXXyeD h3 {
  text-align: center;
}
.cid-uI5XXXXyeD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uI5XXXXyeD .mbr-content-text {
  color: #767676;
}
.cid-uI5XXXXyeD .card {
  word-wrap: break-word;
}
.cid-uI5XXXXyeD .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uI5XXXXyeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5XXXXyeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNo3OYBVY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHNo3OYBVY h3 {
  text-align: center;
}
.cid-uHNo3OYBVY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uHNo3OYBVY .mbr-content-text {
  color: #767676;
}
.cid-uHNo3OYBVY .card {
  word-wrap: break-word;
}
.cid-uHNo3OYBVY .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uHNo3OYBVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHNo3OYBVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGDa4D6bcH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGDa4D6bcH h3 {
  text-align: center;
}
.cid-uGDa4D6bcH .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uGDa4D6bcH .mbr-content-text {
  color: #767676;
}
.cid-uGDa4D6bcH .card {
  word-wrap: break-word;
}
.cid-uGDa4D6bcH .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uGDa4D6bcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGDa4D6bcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGa5sMD57u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGa5sMD57u h3 {
  text-align: center;
}
.cid-uGa5sMD57u .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uGa5sMD57u .mbr-content-text {
  color: #767676;
}
.cid-uGa5sMD57u .card {
  word-wrap: break-word;
}
.cid-uGa5sMD57u .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uGa5sMD57u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGa5sMD57u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXFzuiCVe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXFzuiCVe h3 {
  text-align: center;
}
.cid-uFXFzuiCVe .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFXFzuiCVe .mbr-content-text {
  color: #767676;
}
.cid-uFXFzuiCVe .card {
  word-wrap: break-word;
}
.cid-uFXFzuiCVe .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uFXFzuiCVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXFzuiCVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9Z3eOJKi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF9Z3eOJKi h3 {
  text-align: center;
}
.cid-uF9Z3eOJKi .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uF9Z3eOJKi .mbr-content-text {
  color: #767676;
}
.cid-uF9Z3eOJKi .card {
  word-wrap: break-word;
}
.cid-uF9Z3eOJKi .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uF9Z3eOJKi H3 {
  color: #3d626c;
}
.cid-uF9Z3eOJKi H4 {
  color: #3d626c;
}
.cid-uF9Z3eOJKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9Z3eOJKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9W93ChTo {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uF9W93ChTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9W93ChTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9W93ChTo H1 {
  color: #ed1a12;
}
.cid-uFaYt3hOBn .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFaYt3hOBn .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFaYt3hOBn a {
  font-style: normal;
}
.cid-uFaYt3hOBn .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFaYt3hOBn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFaYt3hOBn .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-uFaYt3hOBn .nav-item:focus,
.cid-uFaYt3hOBn .nav-link:focus {
  outline: none;
}
.cid-uFaYt3hOBn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFaYt3hOBn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFaYt3hOBn .menu-logo {
  margin-right: auto;
}
.cid-uFaYt3hOBn .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-uFaYt3hOBn .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-uFaYt3hOBn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFaYt3hOBn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFaYt3hOBn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFaYt3hOBn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFaYt3hOBn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFaYt3hOBn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFaYt3hOBn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFaYt3hOBn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFaYt3hOBn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFaYt3hOBn .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFaYt3hOBn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFaYt3hOBn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFaYt3hOBn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFaYt3hOBn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFaYt3hOBn .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-uFaYt3hOBn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFaYt3hOBn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFaYt3hOBn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFaYt3hOBn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFaYt3hOBn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFaYt3hOBn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFaYt3hOBn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFaYt3hOBn button.navbar-toggler:focus {
  outline: none;
}
.cid-uFaYt3hOBn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFaYt3hOBn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFaYt3hOBn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFaYt3hOBn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFaYt3hOBn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFaYt3hOBn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFaYt3hOBn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFaYt3hOBn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFaYt3hOBn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFaYt3hOBn .dropdown-toggle:after {
  display: none;
}
.cid-uFaYt3hOBn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFaYt3hOBn .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFaYt3hOBn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFaYt3hOBn .collapsed .navbar-collapse.collapsing,
.cid-uFaYt3hOBn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFaYt3hOBn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFaYt3hOBn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFaYt3hOBn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFaYt3hOBn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFaYt3hOBn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFaYt3hOBn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFaYt3hOBn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFaYt3hOBn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFaYt3hOBn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFaYt3hOBn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFaYt3hOBn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFaYt3hOBn .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFaYt3hOBn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFaYt3hOBn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFaYt3hOBn .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-uFaYt3hOBn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFaYt3hOBn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFaYt3hOBn .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-uFaYt3hOBn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFaYt3hOBn img {
    height: 3.8rem !important;
  }
  .cid-uFaYt3hOBn .btn {
    display: -webkit-flex;
  }
  .cid-uFaYt3hOBn button.navbar-toggler {
    display: block;
  }
  .cid-uFaYt3hOBn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFaYt3hOBn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFaYt3hOBn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFaYt3hOBn .navbar-collapse.collapsing,
  .cid-uFaYt3hOBn .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFaYt3hOBn .navbar-collapse.collapsing .navbar-nav,
  .cid-uFaYt3hOBn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFaYt3hOBn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFaYt3hOBn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFaYt3hOBn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFaYt3hOBn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFaYt3hOBn .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFaYt3hOBn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFaYt3hOBn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFaYt3hOBn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFaYt3hOBn .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-uFaYt3hOBn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFaYt3hOBn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFaYt3hOBn .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-uFaYt3hOBn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFaYt3hOBn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFaYt3hOBn .nav-link,
.cid-uFaYt3hOBn .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFaYt3hOBn .nav-link:hover,
.cid-uFaYt3hOBn .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFb1vbbQYD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFb1vbbQYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFb1vbbQYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaZ4XvFYY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFaZ4XvFYY .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFaZ4XvFYY .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFaZ4XvFYY .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uFaZ4XvFYY .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uFaZ4XvFYY .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%;
}
.cid-uFaZ4XvFYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaZ4XvFYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFb2FrtjoK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFb2FrtjoK .mbr-text {
  color: #767676;
}
.cid-uFb2FrtjoK .sig {
  width: 300px;
}
.cid-uFb2FrtjoK img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFb2FrtjoK .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-uFb2FrtjoK .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFaYt3DLJk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFaYt3DLJk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uFaYt3DLJk textarea {
  min-height: 250px;
}
.cid-uFaYt3DLJk .form-control,
.cid-uFaYt3DLJk .field-input {
  padding: 1rem;
  background-color: #f3f1d8;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFaYt3DLJk .form-control input::-webkit-input-placeholder,
.cid-uFaYt3DLJk .field-input input::-webkit-input-placeholder,
.cid-uFaYt3DLJk .form-control textarea::-webkit-input-placeholder,
.cid-uFaYt3DLJk .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uFaYt3DLJk .form-control input:-moz-placeholder,
.cid-uFaYt3DLJk .field-input input:-moz-placeholder,
.cid-uFaYt3DLJk .form-control textarea:-moz-placeholder,
.cid-uFaYt3DLJk .field-input textarea:-moz-placeholder {
  color: #767676;
}
.cid-uFaYt3DLJk .form-control:hover,
.cid-uFaYt3DLJk .field-input:hover,
.cid-uFaYt3DLJk .form-control:focus,
.cid-uFaYt3DLJk .field-input:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFaYt3DLJk .form-control:hover input::-webkit-input-placeholder,
.cid-uFaYt3DLJk .field-input:hover input::-webkit-input-placeholder,
.cid-uFaYt3DLJk .form-control:focus input::-webkit-input-placeholder,
.cid-uFaYt3DLJk .field-input:focus input::-webkit-input-placeholder,
.cid-uFaYt3DLJk .form-control:hover textarea::-webkit-input-placeholder,
.cid-uFaYt3DLJk .field-input:hover textarea::-webkit-input-placeholder,
.cid-uFaYt3DLJk .form-control:focus textarea::-webkit-input-placeholder,
.cid-uFaYt3DLJk .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uFaYt3DLJk .form-control:hover input:-moz-placeholder,
.cid-uFaYt3DLJk .field-input:hover input:-moz-placeholder,
.cid-uFaYt3DLJk .form-control:focus input:-moz-placeholder,
.cid-uFaYt3DLJk .field-input:focus input:-moz-placeholder,
.cid-uFaYt3DLJk .form-control:hover textarea:-moz-placeholder,
.cid-uFaYt3DLJk .field-input:hover textarea:-moz-placeholder,
.cid-uFaYt3DLJk .form-control:focus textarea:-moz-placeholder,
.cid-uFaYt3DLJk .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uFaYt3DLJk .jq-number__spin:hover,
.cid-uFaYt3DLJk .jq-number__spin:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uFaYt3DLJk .jq-number__spin {
  background-color: #f3f1d8;
  border-color: #f6f6f6;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uFaYt3DLJk .jq-selectbox li,
.cid-uFaYt3DLJk .jq-selectbox li {
  background-color: #f3f1d8;
  color: #000000;
}
.cid-uFaYt3DLJk .jq-selectbox li:hover,
.cid-uFaYt3DLJk .jq-selectbox li.selected {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-uFaYt3DLJk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uFaYt3DLJk .jq-number__spin.minus:hover:after,
.cid-uFaYt3DLJk .jq-number__spin.plus:hover:after {
  border-top-color: #f3f1d8;
  border-bottom-color: #f3f1d8;
}
.cid-uFaYt3DLJk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uFaYt3DLJk .jq-number__spin.minus:after,
.cid-uFaYt3DLJk .jq-number__spin.plus:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-uFaYt3DLJk input::-webkit-clear-button {
  display: none;
}
.cid-uFaYt3DLJk input::-webkit-inner-spin-button {
  display: none;
}
.cid-uFaYt3DLJk input::-webkit-outer-spin-button {
  display: none;
}
.cid-uFaYt3DLJk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFaYt3J3hR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFaYt3J3hR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFaYt3J3hR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFaYt3J3hR .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFaYt3J3hR .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFaYt3J3hR .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFaYt3J3hR .text-white:hover {
  color: white!important;
}
.cid-uFaYt3J3hR .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-uFaYt3J3hR .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-uFaYt3J3hR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFaYt3J3hR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFaYt3J3hR .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-uFaYt3J3hR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFaYt3J3hR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFaYt3J3hR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFaYt3J3hR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFaYt3J3hR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFaYt3J3hR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFaYt3J3hR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFfUru9fpg .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFfUru9fpg .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFfUru9fpg a {
  font-style: normal;
}
.cid-uFfUru9fpg .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFfUru9fpg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFfUru9fpg .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-uFfUru9fpg .nav-item:focus,
.cid-uFfUru9fpg .nav-link:focus {
  outline: none;
}
.cid-uFfUru9fpg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFfUru9fpg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFfUru9fpg .menu-logo {
  margin-right: auto;
}
.cid-uFfUru9fpg .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-uFfUru9fpg .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-uFfUru9fpg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFfUru9fpg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFfUru9fpg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFfUru9fpg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFfUru9fpg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFfUru9fpg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFfUru9fpg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFfUru9fpg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFfUru9fpg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFfUru9fpg .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFfUru9fpg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFfUru9fpg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFfUru9fpg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFfUru9fpg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFfUru9fpg .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-uFfUru9fpg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFfUru9fpg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFfUru9fpg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFfUru9fpg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFfUru9fpg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFfUru9fpg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFfUru9fpg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFfUru9fpg button.navbar-toggler:focus {
  outline: none;
}
.cid-uFfUru9fpg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFfUru9fpg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFfUru9fpg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFfUru9fpg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFfUru9fpg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFfUru9fpg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFfUru9fpg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFfUru9fpg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFfUru9fpg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFfUru9fpg .dropdown-toggle:after {
  display: none;
}
.cid-uFfUru9fpg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFfUru9fpg .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFfUru9fpg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFfUru9fpg .collapsed .navbar-collapse.collapsing,
.cid-uFfUru9fpg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFfUru9fpg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFfUru9fpg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFfUru9fpg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFfUru9fpg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFfUru9fpg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFfUru9fpg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFfUru9fpg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFfUru9fpg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFfUru9fpg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFfUru9fpg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFfUru9fpg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFfUru9fpg .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFfUru9fpg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFfUru9fpg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFfUru9fpg .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-uFfUru9fpg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFfUru9fpg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFfUru9fpg .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-uFfUru9fpg .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFfUru9fpg img {
    height: 3.8rem !important;
  }
  .cid-uFfUru9fpg .btn {
    display: -webkit-flex;
  }
  .cid-uFfUru9fpg button.navbar-toggler {
    display: block;
  }
  .cid-uFfUru9fpg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFfUru9fpg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFfUru9fpg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFfUru9fpg .navbar-collapse.collapsing,
  .cid-uFfUru9fpg .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFfUru9fpg .navbar-collapse.collapsing .navbar-nav,
  .cid-uFfUru9fpg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFfUru9fpg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFfUru9fpg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFfUru9fpg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFfUru9fpg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFfUru9fpg .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFfUru9fpg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFfUru9fpg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFfUru9fpg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFfUru9fpg .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-uFfUru9fpg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFfUru9fpg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFfUru9fpg .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-uFfUru9fpg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFfUru9fpg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFfUru9fpg .nav-link,
.cid-uFfUru9fpg .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFfUru9fpg .nav-link:hover,
.cid-uFfUru9fpg .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFfUrux7YQ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/gb5f023e023128147ded8c72e78d2-h_m8691oe0.jpg");
}
.cid-uFfUrux7YQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfUrux7YQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFfUrux7YQ H1 {
  color: #ed1a12;
}
.cid-uFgaIZetrj {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFgaIZetrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgaIZetrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgaLFoizU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFgaLFoizU .mbr-section-btn {
  margin-top: 5rem;
}
.cid-uFgaLFoizU .row {
  justify-content: center;
}
.cid-uFgaLFoizU .card {
  height: 100%;
  position: relative;
}
.cid-uFgaLFoizU .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-uFgaLFoizU .card:hover:after {
  opacity: 0.8;
}
.cid-uFgaLFoizU .card-img {
  height: 400px;
}
.cid-uFgaLFoizU .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFgaLFoizU .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-uFgaLFoizU .cardbg1 {
  background: #fff3f3;
}
.cid-uFgaLFoizU .cardbg2 {
  background: #eaf4f8;
}
.cid-uFgaLFoizU .cardbg3 {
  background: #fff3f3;
}
.cid-uFgaLFoizU .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-uFgaLFoizU .card-wrapper {
    padding: 6rem 2.6rem;
  }
}
@media (max-width: 1600px) {
  .cid-uFgaLFoizU .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFgaLFoizU .card {
    margin-bottom: 2rem;
  }
}
.cid-uFgaLFoizU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgaLFoizU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgb8dsmdg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFgb8dsmdg .mbr-section-btn {
  margin-top: 5rem;
}
.cid-uFgb8dsmdg .row {
  justify-content: center;
}
.cid-uFgb8dsmdg .card {
  height: 100%;
  position: relative;
}
.cid-uFgb8dsmdg .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-uFgb8dsmdg .card:hover:after {
  opacity: 0.8;
}
.cid-uFgb8dsmdg .card-img {
  height: 400px;
}
.cid-uFgb8dsmdg .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFgb8dsmdg .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-uFgb8dsmdg .cardbg1 {
  background: #fff3f3;
}
.cid-uFgb8dsmdg .cardbg2 {
  background: #eaf4f8;
}
.cid-uFgb8dsmdg .cardbg3 {
  background: #fff3f3;
}
.cid-uFgb8dsmdg .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-uFgb8dsmdg .card-wrapper {
    padding: 6rem 2.6rem;
  }
}
@media (max-width: 1600px) {
  .cid-uFgb8dsmdg .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFgb8dsmdg .card {
    margin-bottom: 2rem;
  }
}
.cid-uFgb8dsmdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgb8dsmdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFgCbAMBG3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFgCbAMBG3 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-uFgCbAMBG3 .row {
  justify-content: center;
}
.cid-uFgCbAMBG3 .card {
  height: 100%;
  position: relative;
}
.cid-uFgCbAMBG3 .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-uFgCbAMBG3 .card:hover:after {
  opacity: 0.8;
}
.cid-uFgCbAMBG3 .card-img {
  height: 400px;
}
.cid-uFgCbAMBG3 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFgCbAMBG3 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-uFgCbAMBG3 .cardbg1 {
  background: #fff3f3;
}
.cid-uFgCbAMBG3 .cardbg2 {
  background: #eaf4f8;
}
.cid-uFgCbAMBG3 .cardbg3 {
  background: #fff3f3;
}
.cid-uFgCbAMBG3 .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-uFgCbAMBG3 .card-wrapper {
    padding: 6rem 2.6rem;
  }
}
@media (max-width: 1600px) {
  .cid-uFgCbAMBG3 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFgCbAMBG3 .card {
    margin-bottom: 2rem;
  }
}
.cid-uFgCbAMBG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFgCbAMBG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGXxgv73lr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-uGXxgv73lr .card-img span {
  font-size: 90px;
  color: #3d626c;
}
.cid-uGXxgv73lr .text-box {
  max-width: 500px;
}
.cid-uGXxgv73lr .row {
  justify-content: center;
}
.cid-uGXxgv73lr .mbr-text {
  color: #767676;
}
.cid-uGXxgv73lr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXxgv73lr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.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: #3d626c !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 - 3.8rem);
  }
}
.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: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-rv3cdzMQO1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f6f6f6;
}
.cid-rv3cdzMQO1 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rv3cdzMQO1 .card-img span {
  font-size: 2rem;
  color: #b06e6e;
}
.cid-rv3cdzMQO1 .card {
  margin-bottom: 1rem;
}
.cid-rv3cdzMQO1 .card-title,
.cid-rv3cdzMQO1 .card-img {
  text-align: center;
}
.cid-rv3cdzMQO1 .row {
  justify-content: center;
}
.cid-uFj1WA8jv1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFj1WA8jv1 .mbr-text {
  color: #767676;
}
.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-uFiXIJFLtc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFiXIJFLtc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-uFiXIJFLtc .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uFiXIJFLtc .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFiXIJFLtc .bg1 {
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background1-h_m871c296.jpg");
}
.cid-uFiXIJFLtc .bg2 {
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background4-h_m871fyfk.jpg");
}
.cid-uFiXIJFLtc .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uFiXIJFLtc .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uFiXIJFLtc .icon-wrap span {
  padding-left: 8px;
}
.cid-uFiXIJFLtc .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b06e6e !important;
}
.cid-uFiXIJFLtc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uFiXIJFLtc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFiXIJFLtc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFiXIJFLtc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFiXIJFLtc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFiXIJFLtc a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uFiXIJFLtc {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-uFiXIJFLtc .box {
    height: 250px;
  }
}
.cid-uFiXIJFLtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFiXIJFLtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rv3e5i16S6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rv3e5i16S6 .card-box {
  padding: 0rem;
}
.cid-rv3e5i16S6 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3e5i16S6 .card {
  padding: 0;
  margin: auto;
}
.cid-rv3e5i16S6 .card-img {
  height: 400px;
}
.cid-rv3e5i16S6 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rv3e5i16S6 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-rv3e5i16S6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-rv3e6AFyjP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-rv3e6AFyjP .card-box {
  padding: 0rem;
}
.cid-rv3e6AFyjP .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3e6AFyjP .card {
  padding: 0;
  height: 100%;
}
.cid-rv3e6AFyjP .card-img {
  height: 400px;
}
.cid-rv3e6AFyjP .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rv3e6AFyjP .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-rv3e6AFyjP .cardbg {
  background: #f6f6f6;
  height: auto;
}
.cid-rv3e6AFyjP .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-rv3e6AFyjP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFjfO62uOG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFjfO62uOG .mbr-text {
  color: #767676;
}
.cid-rv3dEf4gA3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-rv3dEf4gA3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rv3dEf4gA3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rv3dEf4gA3 .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-rv3dEf4gA3 .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-rv3dEf4gA3 .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-rv3dEf4gA3 .text-white:hover {
  color: white!important;
}
.cid-rv3dEf4gA3 .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-rv3dEf4gA3 .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-rv3dEf4gA3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rv3dEf4gA3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rv3dEf4gA3 .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-rv3dEf4gA3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rv3dEf4gA3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rv3dEf4gA3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rv3dEf4gA3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rv3dEf4gA3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rv3dEf4gA3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rv3dEf4gA3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFjMmOanqB .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFjMmOanqB .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFjMmOanqB a {
  font-style: normal;
}
.cid-uFjMmOanqB .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFjMmOanqB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFjMmOanqB .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-uFjMmOanqB .nav-item:focus,
.cid-uFjMmOanqB .nav-link:focus {
  outline: none;
}
.cid-uFjMmOanqB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFjMmOanqB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFjMmOanqB .menu-logo {
  margin-right: auto;
}
.cid-uFjMmOanqB .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-uFjMmOanqB .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-uFjMmOanqB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFjMmOanqB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFjMmOanqB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFjMmOanqB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFjMmOanqB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFjMmOanqB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFjMmOanqB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFjMmOanqB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFjMmOanqB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFjMmOanqB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFjMmOanqB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFjMmOanqB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFjMmOanqB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFjMmOanqB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFjMmOanqB .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-uFjMmOanqB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFjMmOanqB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFjMmOanqB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFjMmOanqB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFjMmOanqB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFjMmOanqB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFjMmOanqB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFjMmOanqB button.navbar-toggler:focus {
  outline: none;
}
.cid-uFjMmOanqB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFjMmOanqB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFjMmOanqB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFjMmOanqB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFjMmOanqB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFjMmOanqB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFjMmOanqB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFjMmOanqB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFjMmOanqB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFjMmOanqB .dropdown-toggle:after {
  display: none;
}
.cid-uFjMmOanqB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFjMmOanqB .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFjMmOanqB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFjMmOanqB .collapsed .navbar-collapse.collapsing,
.cid-uFjMmOanqB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFjMmOanqB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFjMmOanqB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFjMmOanqB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFjMmOanqB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFjMmOanqB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFjMmOanqB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFjMmOanqB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFjMmOanqB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFjMmOanqB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFjMmOanqB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFjMmOanqB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFjMmOanqB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFjMmOanqB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFjMmOanqB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFjMmOanqB .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-uFjMmOanqB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFjMmOanqB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFjMmOanqB .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-uFjMmOanqB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFjMmOanqB img {
    height: 3.8rem !important;
  }
  .cid-uFjMmOanqB .btn {
    display: -webkit-flex;
  }
  .cid-uFjMmOanqB button.navbar-toggler {
    display: block;
  }
  .cid-uFjMmOanqB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFjMmOanqB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFjMmOanqB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFjMmOanqB .navbar-collapse.collapsing,
  .cid-uFjMmOanqB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFjMmOanqB .navbar-collapse.collapsing .navbar-nav,
  .cid-uFjMmOanqB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFjMmOanqB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFjMmOanqB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFjMmOanqB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFjMmOanqB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFjMmOanqB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFjMmOanqB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFjMmOanqB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFjMmOanqB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFjMmOanqB .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-uFjMmOanqB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFjMmOanqB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFjMmOanqB .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-uFjMmOanqB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFjMmOanqB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFjMmOanqB .nav-link,
.cid-uFjMmOanqB .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFjMmOanqB .nav-link:hover,
.cid-uFjMmOanqB .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFjMmOzD0I {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uFjMWcrz3E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFjMWcrz3E .mbr-text {
  color: #767676;
}
.cid-uFjMWcrz3E .sig {
  width: 300px;
}
.cid-uFjMWcrz3E img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFjMWcrz3E .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-uFjMWcrz3E .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFjQXcSqyv {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFjQXcSqyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjQXcSqyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjO7fFb3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-uFjO7fFb3B .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-uFjO7fFb3B .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uFjO7fFb3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjO7fFb3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjPtA0DU9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-uFjPtA0DU9 .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-uFjPtA0DU9 .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uFjPtA0DU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjPtA0DU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjSF8tnH8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFjSF8tnH8 .mbr-text {
  color: #767676;
}
.cid-uFjSF8tnH8 .sig {
  width: 300px;
}
.cid-uFjSF8tnH8 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFjSF8tnH8 .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-uFjSF8tnH8 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFjU0v1QRW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFjU0v1QRW .mbr-text {
  color: #767676;
}
.cid-uFjVIJRioW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFjVIJRioW .mbr-text {
  color: #767676;
}
.cid-uFjVIJRioW .sig {
  width: 300px;
}
.cid-uFjVIJRioW img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFjVIJRioW .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-uFjVIJRioW .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFjWnrB9zp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFjWnrB9zp .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFjWnrB9zp .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFjWnrB9zp .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFjWnrB9zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjWnrB9zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjWYl0Yah {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFjWYl0Yah .mbr-text {
  color: #767676;
}
.cid-uFjWYl0Yah .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFjXcTkcEv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFjXcTkcEv .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFjXcTkcEv .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFjXcTkcEv .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFjXcTkcEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjXcTkcEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFjY0N8NhV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFjY0N8NhV .mbr-text {
  color: #767676;
}
.cid-uFjY0N8NhV .sig {
  width: 300px;
}
.cid-uFjY0N8NhV img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFjY0N8NhV .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-uFjY0N8NhV .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFjYDJgwln {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFjYDJgwln .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFjYDJgwln .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFjYDJgwln .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uFjYDJgwln .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uFjYDJgwln .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%;
}
.cid-uFjYDJgwln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjYDJgwln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk0hT8Tt4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFk0hT8Tt4 .mbr-text {
  color: #767676;
}
.cid-uFk0hT8Tt4 .sig {
  width: 300px;
}
.cid-uFk0hT8Tt4 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFk0hT8Tt4 .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-uFk0hT8Tt4 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFjMmPDk2U {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFjMmPDk2U .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFjMmPDk2U .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFjMmPDk2U .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFjMmPDk2U .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFjMmPDk2U .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFjMmPDk2U .text-white:hover {
  color: white!important;
}
.cid-uFjMmPDk2U .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-uFjMmPDk2U .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-uFjMmPDk2U .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFjMmPDk2U .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFjMmPDk2U .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-uFjMmPDk2U .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFjMmPDk2U .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFjMmPDk2U .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFjMmPDk2U .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFjMmPDk2U .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFjMmPDk2U .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFjMmPDk2U .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFk3wRHugM .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFk3wRHugM .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFk3wRHugM a {
  font-style: normal;
}
.cid-uFk3wRHugM .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFk3wRHugM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFk3wRHugM .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-uFk3wRHugM .nav-item:focus,
.cid-uFk3wRHugM .nav-link:focus {
  outline: none;
}
.cid-uFk3wRHugM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFk3wRHugM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFk3wRHugM .menu-logo {
  margin-right: auto;
}
.cid-uFk3wRHugM .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-uFk3wRHugM .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-uFk3wRHugM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFk3wRHugM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFk3wRHugM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFk3wRHugM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFk3wRHugM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFk3wRHugM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFk3wRHugM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFk3wRHugM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFk3wRHugM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFk3wRHugM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFk3wRHugM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFk3wRHugM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFk3wRHugM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFk3wRHugM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFk3wRHugM .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-uFk3wRHugM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFk3wRHugM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFk3wRHugM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFk3wRHugM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFk3wRHugM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFk3wRHugM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFk3wRHugM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFk3wRHugM button.navbar-toggler:focus {
  outline: none;
}
.cid-uFk3wRHugM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFk3wRHugM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFk3wRHugM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFk3wRHugM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFk3wRHugM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFk3wRHugM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFk3wRHugM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFk3wRHugM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFk3wRHugM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFk3wRHugM .dropdown-toggle:after {
  display: none;
}
.cid-uFk3wRHugM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFk3wRHugM .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFk3wRHugM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFk3wRHugM .collapsed .navbar-collapse.collapsing,
.cid-uFk3wRHugM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFk3wRHugM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFk3wRHugM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFk3wRHugM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFk3wRHugM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFk3wRHugM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFk3wRHugM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFk3wRHugM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFk3wRHugM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFk3wRHugM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFk3wRHugM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFk3wRHugM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFk3wRHugM .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFk3wRHugM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFk3wRHugM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFk3wRHugM .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-uFk3wRHugM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFk3wRHugM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFk3wRHugM .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-uFk3wRHugM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFk3wRHugM img {
    height: 3.8rem !important;
  }
  .cid-uFk3wRHugM .btn {
    display: -webkit-flex;
  }
  .cid-uFk3wRHugM button.navbar-toggler {
    display: block;
  }
  .cid-uFk3wRHugM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFk3wRHugM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFk3wRHugM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFk3wRHugM .navbar-collapse.collapsing,
  .cid-uFk3wRHugM .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFk3wRHugM .navbar-collapse.collapsing .navbar-nav,
  .cid-uFk3wRHugM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFk3wRHugM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFk3wRHugM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFk3wRHugM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFk3wRHugM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFk3wRHugM .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFk3wRHugM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFk3wRHugM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFk3wRHugM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFk3wRHugM .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-uFk3wRHugM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFk3wRHugM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFk3wRHugM .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-uFk3wRHugM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFk3wRHugM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFk3wRHugM .nav-link,
.cid-uFk3wRHugM .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFk3wRHugM .nav-link:hover,
.cid-uFk3wRHugM .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFk4HxJtcd {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/ge0a1810448b307ae951298dbe33a-h_m879mipo.jpg");
}
.cid-uFk4HxJtcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFk4HxJtcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJ9WgcMja {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uLJ9WgcMja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJ9WgcMja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFk75SKaMZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFk75SKaMZ .mbr-text {
  color: #767676;
}
.cid-uFk75SKaMZ .sig {
  width: 300px;
}
.cid-uFk75SKaMZ img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFk75SKaMZ .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-uFk75SKaMZ .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uKmprgFNCb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uKmprgFNCb .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-uKmprgFNCb .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uKmprgFNCb .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-uKmprgFNCb .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-uKmprgFNCb img {
    width: 90%;
  }
}
.cid-uFXIEp0PBD {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXIEp0PBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXIEp0PBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXIw2B7L2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXIw2B7L2 h3 {
  text-align: center;
}
.cid-uFXIw2B7L2 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFXIw2B7L2 .mbr-content-text {
  color: #767676;
}
.cid-uFXIw2B7L2 .card {
  word-wrap: break-word;
}
.cid-uFXIw2B7L2 .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uFXIw2B7L2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXIw2B7L2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXIyEEkwk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXIyEEkwk h3 {
  text-align: center;
}
.cid-uFXIyEEkwk .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFXIyEEkwk .mbr-content-text {
  color: #767676;
}
.cid-uFXIyEEkwk .card {
  word-wrap: break-word;
}
.cid-uFXIyEEkwk .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uFXIyEEkwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXIyEEkwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXJTAUnCY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXJTAUnCY h3 {
  text-align: center;
}
.cid-uFXJTAUnCY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFXJTAUnCY .mbr-content-text {
  color: #767676;
}
.cid-uFXJTAUnCY .card {
  word-wrap: break-word;
}
.cid-uFXJTAUnCY .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uFXJTAUnCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXJTAUnCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXKqEzx7r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXKqEzx7r h3 {
  text-align: center;
}
.cid-uFXKqEzx7r .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFXKqEzx7r .mbr-content-text {
  color: #767676;
}
.cid-uFXKqEzx7r .card {
  word-wrap: break-word;
}
.cid-uFXKqEzx7r .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uFXKqEzx7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXKqEzx7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXL7MSull {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXL7MSull h3 {
  text-align: center;
}
.cid-uFXL7MSull .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFXL7MSull .mbr-content-text {
  color: #767676;
}
.cid-uFXL7MSull .card {
  word-wrap: break-word;
}
.cid-uFXL7MSull .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uFXL7MSull .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXL7MSull .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXLBPc6lX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFXLBPc6lX h3 {
  text-align: center;
}
.cid-uFXLBPc6lX .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uFXLBPc6lX .mbr-content-text {
  color: #767676;
}
.cid-uFXLBPc6lX .card {
  word-wrap: break-word;
}
.cid-uFXLBPc6lX .mbr-iconfont {
  font-size: 80px;
  color: #3d626c;
}
.cid-uFXLBPc6lX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXLBPc6lX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIE5y2WGjC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIE5y2WGjC .mbr-text {
  color: #767676;
}
.cid-uIE5y2WGjC .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uIE5y2WGjC .mbr-text,
.cid-uIE5y2WGjC .sig-img {
  text-align: left;
}
.cid-uKmlNhh9UU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uKmlNhh9UU .mbr-text {
  color: #767676;
}
.cid-uKmlNhh9UU .sig {
  width: 300px;
}
.cid-uKmlNhh9UU img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uKmlNhh9UU .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-uKmlNhh9UU .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uKmpAy5cOW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uKmpAy5cOW .mbr-text {
  color: #767676;
}
.cid-uKmpAy5cOW .sig {
  width: 300px;
}
.cid-uKmpAy5cOW img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uKmpAy5cOW .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-uKmpAy5cOW .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFkFX3eMlw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFkFX3eMlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkFX3eMlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkBjZCtYk {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uFkBjZCtYk .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uFkBjZCtYk p {
  margin-bottom: 0 !important;
}
.cid-uFkBjZCtYk .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uFkBjZCtYk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFkBjZCtYk .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-uFkBjZCtYk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFkBjZCtYk .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uFkBjZCtYk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFkBjZCtYk .card .panel-body {
  color: #767676;
}
.cid-uFkBjZCtYk .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uFkBjZCtYk .card-header:hover {
  background-color: #3d626c;
}
.cid-uFkBjZCtYk .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uFkBjZCtYk H4 {
  color: #3d626c;
}
.cid-uFkBjZCtYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkBjZCtYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkL6jRTD0 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uFkL6jRTD0 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uFkL6jRTD0 p {
  margin-bottom: 0 !important;
}
.cid-uFkL6jRTD0 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uFkL6jRTD0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uFkL6jRTD0 .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-uFkL6jRTD0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uFkL6jRTD0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uFkL6jRTD0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uFkL6jRTD0 .card .panel-body {
  color: #767676;
}
.cid-uFkL6jRTD0 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uFkL6jRTD0 .card-header:hover {
  background-color: #3d626c;
}
.cid-uFkL6jRTD0 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uFkL6jRTD0 H4 {
  color: #3d626c;
}
.cid-uFkL6jRTD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFkL6jRTD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIE4mg2j43 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIE4mg2j43 .card-box {
  padding: 0rem;
}
.cid-uIE4mg2j43 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uIE4mg2j43 .card {
  padding: 0;
  margin: auto;
}
.cid-uIE4mg2j43 .card-img {
  height: 400px;
}
.cid-uIE4mg2j43 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIE4mg2j43 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uIE4mg2j43 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uIE4mg2j43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIE4mg2j43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFl3aqm9Jc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-uFl3aqm9Jc .card-img span {
  font-size: 90px;
  color: #3d626c;
}
.cid-uFl3aqm9Jc .text-box {
  max-width: 500px;
}
.cid-uFl3aqm9Jc .row {
  justify-content: center;
}
.cid-uFl3aqm9Jc .mbr-text {
  color: #767676;
}
.cid-uFl3aqm9Jc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFl3aqm9Jc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXPJgLaI0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #3d626c;
}
.cid-uFXPJgLaI0 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-uFXPJgLaI0 .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uFXPJgLaI0 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uFXPJgLaI0 .period {
  display: block;
  padding-top: 2px;
}
.cid-uFXPJgLaI0 .dot {
  display: none;
}
.cid-uFXPJgLaI0 .countdown-cont {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uFXPJgLaI0 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uFXPJgLaI0 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uFXPJgLaI0 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uFXPJgLaI0 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uFXPJgLaI0 .number,
  .cid-uFXPJgLaI0 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uFXPJgLaI0 .period {
    font-size: 0.8rem;
  }
}
.cid-uFXPJgLaI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXPJgLaI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXPJgLaI0 H2 {
  color: #ffffff;
}
.cid-uFk3wTIGS6 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFk3wTIGS6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFk3wTIGS6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFk3wTIGS6 .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFk3wTIGS6 .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFk3wTIGS6 .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFk3wTIGS6 .text-white:hover {
  color: white!important;
}
.cid-uFk3wTIGS6 .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-uFk3wTIGS6 .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-uFk3wTIGS6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFk3wTIGS6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFk3wTIGS6 .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-uFk3wTIGS6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFk3wTIGS6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFk3wTIGS6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFk3wTIGS6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFk3wTIGS6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFk3wTIGS6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFk3wTIGS6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFkVNqrk5o .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFkVNqrk5o .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFkVNqrk5o a {
  font-style: normal;
}
.cid-uFkVNqrk5o .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFkVNqrk5o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFkVNqrk5o .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-uFkVNqrk5o .nav-item:focus,
.cid-uFkVNqrk5o .nav-link:focus {
  outline: none;
}
.cid-uFkVNqrk5o .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFkVNqrk5o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFkVNqrk5o .menu-logo {
  margin-right: auto;
}
.cid-uFkVNqrk5o .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-uFkVNqrk5o .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-uFkVNqrk5o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFkVNqrk5o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFkVNqrk5o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFkVNqrk5o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFkVNqrk5o .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFkVNqrk5o .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFkVNqrk5o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFkVNqrk5o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFkVNqrk5o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFkVNqrk5o .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFkVNqrk5o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFkVNqrk5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFkVNqrk5o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFkVNqrk5o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFkVNqrk5o .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-uFkVNqrk5o .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFkVNqrk5o .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFkVNqrk5o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFkVNqrk5o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFkVNqrk5o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFkVNqrk5o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFkVNqrk5o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFkVNqrk5o button.navbar-toggler:focus {
  outline: none;
}
.cid-uFkVNqrk5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFkVNqrk5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFkVNqrk5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFkVNqrk5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFkVNqrk5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFkVNqrk5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFkVNqrk5o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFkVNqrk5o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFkVNqrk5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFkVNqrk5o .dropdown-toggle:after {
  display: none;
}
.cid-uFkVNqrk5o .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFkVNqrk5o .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFkVNqrk5o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFkVNqrk5o .collapsed .navbar-collapse.collapsing,
.cid-uFkVNqrk5o .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFkVNqrk5o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFkVNqrk5o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFkVNqrk5o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFkVNqrk5o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFkVNqrk5o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFkVNqrk5o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFkVNqrk5o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFkVNqrk5o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFkVNqrk5o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFkVNqrk5o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFkVNqrk5o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFkVNqrk5o .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFkVNqrk5o .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFkVNqrk5o .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFkVNqrk5o .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-uFkVNqrk5o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFkVNqrk5o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFkVNqrk5o .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-uFkVNqrk5o .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFkVNqrk5o img {
    height: 3.8rem !important;
  }
  .cid-uFkVNqrk5o .btn {
    display: -webkit-flex;
  }
  .cid-uFkVNqrk5o button.navbar-toggler {
    display: block;
  }
  .cid-uFkVNqrk5o .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFkVNqrk5o .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFkVNqrk5o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFkVNqrk5o .navbar-collapse.collapsing,
  .cid-uFkVNqrk5o .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFkVNqrk5o .navbar-collapse.collapsing .navbar-nav,
  .cid-uFkVNqrk5o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFkVNqrk5o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFkVNqrk5o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFkVNqrk5o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFkVNqrk5o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFkVNqrk5o .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFkVNqrk5o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFkVNqrk5o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFkVNqrk5o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFkVNqrk5o .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-uFkVNqrk5o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFkVNqrk5o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFkVNqrk5o .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-uFkVNqrk5o .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFkVNqrk5o .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFkVNqrk5o .nav-link,
.cid-uFkVNqrk5o .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFkVNqrk5o .nav-link:hover,
.cid-uFkVNqrk5o .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uMSLPXfMum {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/gf1fc7aeeaca9b06d524399ccf0a1-h_mbdtc4bb.jpg");
}
.cid-uMSLPXfMum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSLPXfMum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSLPXfMum .mbr-text,
.cid-uMSLPXfMum .mbr-section-btn {
  color: #ffffff;
}
.cid-uMSLPXfMum H1 {
  color: #ed1a12;
}
.cid-uMSWHwMqZa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uMSWHwMqZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSWHwMqZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSR7kq7Er {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMSR7kq7Er .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSR7kq7Er .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSRxpr6Uw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMSRxpr6Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSRxpr6Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSRxpr6Uw .mbr-text,
.cid-uMSRxpr6Uw .mbr-section-btn {
  text-align: left;
}
.cid-uMSRxpr6Uw H1 {
  color: #ed1a12;
}
.cid-uMSTjRFzXi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uMSTjRFzXi .progress {
  width: 100%;
}
.cid-uMSTjRFzXi p {
  margin-bottom: 0.4rem;
}
.cid-uMSTjRFzXi .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uMSTjRFzXi progress {
  height: 3px;
}
.cid-uMSTjRFzXi .progressbar-number {
  display: inline-block;
}
.cid-uMSTjRFzXi .progress-primary {
  background: #fff3f3;
  border: none;
  outline: none;
}
.cid-uMSTjRFzXi .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uMSTjRFzXi .progress_value {
  position: relative;
}
.cid-uMSTjRFzXi .progress1 .progressbar-number:before,
.cid-uMSTjRFzXi .progress2 .progressbar-number:before,
.cid-uMSTjRFzXi .progress3 .progressbar-number:before,
.cid-uMSTjRFzXi .progress4 .progressbar-number:before,
.cid-uMSTjRFzXi .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uMSTjRFzXi progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uMSTjRFzXi progress::-webkit-progress-value {
  background: #ed1a12;
}
.cid-uMSTjRFzXi progress[value]::-moz-progress-bar {
  background: #ed1a12;
}
.cid-uMSTjRFzXi progress::-ms-fill {
  background: #ed1a12;
}
.cid-uMSTjRFzXi .progress1 .progressbar-number:before {
  content: '95';
}
.cid-uMSTjRFzXi .progress2 .progressbar-number:before {
  content: '4';
}
.cid-uMSTjRFzXi .progress3 .progressbar-number:before {
  content: '1';
}
.cid-uMSTjRFzXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSTjRFzXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFkVNrT9vJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFkVNrT9vJ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFkVNrT9vJ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFkVNrT9vJ .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFkVNrT9vJ .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFkVNrT9vJ .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFkVNrT9vJ .text-white:hover {
  color: white!important;
}
.cid-uFkVNrT9vJ .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-uFkVNrT9vJ .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-uFkVNrT9vJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFkVNrT9vJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFkVNrT9vJ .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-uFkVNrT9vJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFkVNrT9vJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFkVNrT9vJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFkVNrT9vJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFkVNrT9vJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFkVNrT9vJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFkVNrT9vJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFlau2VO93 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFlau2VO93 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFlau2VO93 a {
  font-style: normal;
}
.cid-uFlau2VO93 .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFlau2VO93 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFlau2VO93 .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-uFlau2VO93 .nav-item:focus,
.cid-uFlau2VO93 .nav-link:focus {
  outline: none;
}
.cid-uFlau2VO93 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFlau2VO93 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFlau2VO93 .menu-logo {
  margin-right: auto;
}
.cid-uFlau2VO93 .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-uFlau2VO93 .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-uFlau2VO93 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFlau2VO93 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFlau2VO93 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFlau2VO93 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFlau2VO93 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFlau2VO93 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFlau2VO93 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFlau2VO93 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFlau2VO93 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFlau2VO93 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFlau2VO93 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFlau2VO93 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFlau2VO93 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFlau2VO93 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlau2VO93 .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-uFlau2VO93 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFlau2VO93 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFlau2VO93 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFlau2VO93 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFlau2VO93 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFlau2VO93 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFlau2VO93 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFlau2VO93 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFlau2VO93 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFlau2VO93 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFlau2VO93 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFlau2VO93 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFlau2VO93 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFlau2VO93 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFlau2VO93 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFlau2VO93 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFlau2VO93 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFlau2VO93 .dropdown-toggle:after {
  display: none;
}
.cid-uFlau2VO93 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFlau2VO93 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFlau2VO93 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFlau2VO93 .collapsed .navbar-collapse.collapsing,
.cid-uFlau2VO93 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFlau2VO93 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFlau2VO93 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFlau2VO93 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFlau2VO93 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFlau2VO93 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFlau2VO93 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFlau2VO93 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFlau2VO93 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFlau2VO93 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFlau2VO93 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFlau2VO93 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFlau2VO93 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFlau2VO93 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFlau2VO93 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFlau2VO93 .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-uFlau2VO93 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFlau2VO93 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFlau2VO93 .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-uFlau2VO93 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFlau2VO93 img {
    height: 3.8rem !important;
  }
  .cid-uFlau2VO93 .btn {
    display: -webkit-flex;
  }
  .cid-uFlau2VO93 button.navbar-toggler {
    display: block;
  }
  .cid-uFlau2VO93 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFlau2VO93 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFlau2VO93 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFlau2VO93 .navbar-collapse.collapsing,
  .cid-uFlau2VO93 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFlau2VO93 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFlau2VO93 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFlau2VO93 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFlau2VO93 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFlau2VO93 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFlau2VO93 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFlau2VO93 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFlau2VO93 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFlau2VO93 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFlau2VO93 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFlau2VO93 .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-uFlau2VO93 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFlau2VO93 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFlau2VO93 .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-uFlau2VO93 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFlau2VO93 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFlau2VO93 .nav-link,
.cid-uFlau2VO93 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFlau2VO93 .nav-link:hover,
.cid-uFlau2VO93 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFlau3jFXx {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uFlb0StaKJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFlb0StaKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlb0StaKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlb0StaKJ H1 {
  color: #ed1a12;
}
.cid-uFldbmYc9l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFldbmYc9l .card-box {
  padding: 0rem;
}
.cid-uFldbmYc9l .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFldbmYc9l h4 {
  margin-bottom: 0;
  padding-top: 0rem;
}
.cid-uFldbmYc9l h5 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uFldbmYc9l p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uFldbmYc9l .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uFldbmYc9l .mbr-text {
  color: #879a9f;
}
.cid-uFldbmYc9l .card-img {
  height: 400px;
  position: relative;
}
.cid-uFldbmYc9l .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFldbmYc9l .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uFldbmYc9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFldbmYc9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFljhLJUxv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-uFljhLJUxv .card-img span {
  font-size: 90px;
  color: #3d626c;
}
@media (min-width: 992px) {
  .cid-uFljhLJUxv .col-lg-x {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.cid-uFljhLJUxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFljhLJUxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIBie6TOxv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uIBie6TOxv .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uIBie6TOxv .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uIBie6TOxv .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uIBie6TOxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIBie6TOxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFljmp2ZYY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFljmp2ZYY .mbr-text {
  color: #767676;
}
.cid-uFljmp2ZYY .sig {
  width: 300px;
}
.cid-uFljmp2ZYY img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFljmp2ZYY .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-uFljmp2ZYY .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFlkmOPHbx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFlkmOPHbx .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFlkmOPHbx .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFlkmOPHbx .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFlkmOPHbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlkmOPHbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFllz3u02T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFllz3u02T .mbr-text {
  color: #767676;
}
.cid-uFllz3u02T .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFlniSmQ45 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFlniSmQ45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlniSmQ45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlniSmQ45 H1 {
  color: #ed1a12;
}
.cid-uFlnUD6hhO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFlnUD6hhO .card-box {
  padding: 0rem;
}
.cid-uFlnUD6hhO .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFlnUD6hhO h4 {
  margin-bottom: 0;
  padding-top: 0rem;
  padding-top: 2rem;
}
.cid-uFlnUD6hhO h5 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uFlnUD6hhO p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uFlnUD6hhO .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uFlnUD6hhO .mbr-text {
  color: #879a9f;
}
.cid-uFlnUD6hhO .card-img {
  height: 400px;
  position: relative;
}
.cid-uFlnUD6hhO .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFlnUD6hhO .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uFlnUD6hhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlnUD6hhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlqeDFrmS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFlqeDFrmS .mbr-text {
  color: #767676;
}
.cid-uFlqeDFrmS .sig {
  width: 300px;
}
.cid-uFlqeDFrmS img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFlqeDFrmS .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-uFlqeDFrmS .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFlqN78Gpz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFlqN78Gpz .mbr-text {
  color: #767676;
}
.cid-uFlqN78Gpz .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFlroCwk4n {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFlroCwk4n .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFlroCwk4n .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFlroCwk4n .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFlroCwk4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlroCwk4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlau59sTX {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFlau59sTX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFlau59sTX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFlau59sTX .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFlau59sTX .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFlau59sTX .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFlau59sTX .text-white:hover {
  color: white!important;
}
.cid-uFlau59sTX .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-uFlau59sTX .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-uFlau59sTX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlau59sTX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlau59sTX .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-uFlau59sTX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlau59sTX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlau59sTX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFlau59sTX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlau59sTX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlau59sTX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlau59sTX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFrkLyXykB .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFrkLyXykB .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFrkLyXykB a {
  font-style: normal;
}
.cid-uFrkLyXykB .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFrkLyXykB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFrkLyXykB .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-uFrkLyXykB .nav-item:focus,
.cid-uFrkLyXykB .nav-link:focus {
  outline: none;
}
.cid-uFrkLyXykB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFrkLyXykB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFrkLyXykB .menu-logo {
  margin-right: auto;
}
.cid-uFrkLyXykB .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-uFrkLyXykB .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-uFrkLyXykB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFrkLyXykB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFrkLyXykB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFrkLyXykB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFrkLyXykB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFrkLyXykB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFrkLyXykB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFrkLyXykB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFrkLyXykB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFrkLyXykB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFrkLyXykB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFrkLyXykB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFrkLyXykB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFrkLyXykB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFrkLyXykB .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-uFrkLyXykB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFrkLyXykB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFrkLyXykB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFrkLyXykB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFrkLyXykB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFrkLyXykB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFrkLyXykB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFrkLyXykB button.navbar-toggler:focus {
  outline: none;
}
.cid-uFrkLyXykB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFrkLyXykB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFrkLyXykB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFrkLyXykB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFrkLyXykB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFrkLyXykB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFrkLyXykB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFrkLyXykB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFrkLyXykB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFrkLyXykB .dropdown-toggle:after {
  display: none;
}
.cid-uFrkLyXykB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFrkLyXykB .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFrkLyXykB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFrkLyXykB .collapsed .navbar-collapse.collapsing,
.cid-uFrkLyXykB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFrkLyXykB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFrkLyXykB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFrkLyXykB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFrkLyXykB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFrkLyXykB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFrkLyXykB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFrkLyXykB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFrkLyXykB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFrkLyXykB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFrkLyXykB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFrkLyXykB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFrkLyXykB .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFrkLyXykB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFrkLyXykB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFrkLyXykB .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-uFrkLyXykB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFrkLyXykB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFrkLyXykB .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-uFrkLyXykB .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFrkLyXykB img {
    height: 3.8rem !important;
  }
  .cid-uFrkLyXykB .btn {
    display: -webkit-flex;
  }
  .cid-uFrkLyXykB button.navbar-toggler {
    display: block;
  }
  .cid-uFrkLyXykB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFrkLyXykB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFrkLyXykB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFrkLyXykB .navbar-collapse.collapsing,
  .cid-uFrkLyXykB .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFrkLyXykB .navbar-collapse.collapsing .navbar-nav,
  .cid-uFrkLyXykB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFrkLyXykB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFrkLyXykB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFrkLyXykB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFrkLyXykB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFrkLyXykB .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFrkLyXykB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFrkLyXykB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFrkLyXykB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFrkLyXykB .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-uFrkLyXykB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFrkLyXykB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFrkLyXykB .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-uFrkLyXykB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFrkLyXykB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFrkLyXykB .nav-link,
.cid-uFrkLyXykB .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFrkLyXykB .nav-link:hover,
.cid-uFrkLyXykB .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFrkLzaLkf {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/ge0a1810448b307ae951298dbe33a-h_m891jo1o.jpg");
}
.cid-uFrkLzaLkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFrkLzaLkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrnQu8Igq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFrnQu8Igq .mbr-text {
  color: #767676;
}
.cid-uFrnQu8Igq .sig {
  width: 300px;
}
.cid-uFrnQu8Igq img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFrnQu8Igq .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-uFrnQu8Igq .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFrCYy3ryl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFrCYy3ryl .mbr-text {
  color: #767676;
}
.cid-uFrHEmzRYT {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFrHEmzRYT img {
  height: 500px;
  object-fit: cover;
}
.cid-uFrHEmzRYT .card-img {
  position: relative;
}
.cid-uFrHEmzRYT .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFrHEmzRYT .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-uFrHEmzRYT .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uIBmj8xHZO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uIBmj8xHZO .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uIBmj8xHZO .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uIBmj8xHZO .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uIBmj8xHZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIBmj8xHZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXD4bpc3A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXD4bpc3A .card-box {
  padding: 0rem;
}
.cid-uFXD4bpc3A .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFXD4bpc3A .card {
  padding: 0;
  margin: auto;
}
.cid-uFXD4bpc3A .card-img {
  height: 400px;
}
.cid-uFXD4bpc3A .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFXD4bpc3A .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uFXD4bpc3A .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFXD4bpc3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXD4bpc3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrujLPLVZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFrujLPLVZ .mbr-text {
  color: #767676;
}
.cid-uFrujLPLVZ .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFrujLPLVZ .mbr-text,
.cid-uFrujLPLVZ .sig-img {
  text-align: left;
}
.cid-uLIM8M6W1W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-uLIM8M6W1W .card-box {
  padding: 0rem;
}
.cid-uLIM8M6W1W .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uLIM8M6W1W .card {
  padding: 0;
  margin: auto;
}
.cid-uLIM8M6W1W .card-img {
  height: 400px;
}
.cid-uLIM8M6W1W .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLIM8M6W1W .card-wrapper {
  padding: 2rem;
  width: 100%;
}
.cid-uLIM8M6W1W .mbr-text {
  color: #879a9f;
}
@media (min-width: 1400px) {
  .cid-uLIM8M6W1W .card-wrapper {
    padding: 4rem;
  }
}
.cid-uLIM8M6W1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLIM8M6W1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvADldbuj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uHvADldbuj .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uHvADldbuj .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uHvADldbuj .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uHvADldbuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvADldbuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXDQYYxds {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFXDQYYxds .card-box {
  padding: 0rem;
}
.cid-uFXDQYYxds .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFXDQYYxds .card {
  padding: 0;
  margin: auto;
}
.cid-uFXDQYYxds .card-img {
  height: 400px;
}
.cid-uFXDQYYxds .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFXDQYYxds .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uFXDQYYxds .card-wrapper {
    padding: 4rem;
  }
}
.cid-uFXDQYYxds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXDQYYxds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFrkLzGzJP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFrkLzGzJP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFrkLzGzJP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFrkLzGzJP .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFrkLzGzJP .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFrkLzGzJP .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFrkLzGzJP .text-white:hover {
  color: white!important;
}
.cid-uFrkLzGzJP .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-uFrkLzGzJP .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-uFrkLzGzJP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFrkLzGzJP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFrkLzGzJP .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-uFrkLzGzJP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFrkLzGzJP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFrkLzGzJP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFrkLzGzJP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFrkLzGzJP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFrkLzGzJP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFrkLzGzJP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFAJHAKQSr .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFAJHAKQSr .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFAJHAKQSr a {
  font-style: normal;
}
.cid-uFAJHAKQSr .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFAJHAKQSr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFAJHAKQSr .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-uFAJHAKQSr .nav-item:focus,
.cid-uFAJHAKQSr .nav-link:focus {
  outline: none;
}
.cid-uFAJHAKQSr .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFAJHAKQSr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFAJHAKQSr .menu-logo {
  margin-right: auto;
}
.cid-uFAJHAKQSr .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-uFAJHAKQSr .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-uFAJHAKQSr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFAJHAKQSr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFAJHAKQSr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFAJHAKQSr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFAJHAKQSr .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFAJHAKQSr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFAJHAKQSr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFAJHAKQSr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFAJHAKQSr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFAJHAKQSr .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFAJHAKQSr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFAJHAKQSr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFAJHAKQSr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFAJHAKQSr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFAJHAKQSr .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-uFAJHAKQSr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFAJHAKQSr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFAJHAKQSr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFAJHAKQSr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFAJHAKQSr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFAJHAKQSr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFAJHAKQSr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFAJHAKQSr button.navbar-toggler:focus {
  outline: none;
}
.cid-uFAJHAKQSr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFAJHAKQSr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFAJHAKQSr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFAJHAKQSr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFAJHAKQSr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFAJHAKQSr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFAJHAKQSr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFAJHAKQSr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFAJHAKQSr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFAJHAKQSr .dropdown-toggle:after {
  display: none;
}
.cid-uFAJHAKQSr .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFAJHAKQSr .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFAJHAKQSr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFAJHAKQSr .collapsed .navbar-collapse.collapsing,
.cid-uFAJHAKQSr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFAJHAKQSr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFAJHAKQSr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFAJHAKQSr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFAJHAKQSr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFAJHAKQSr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFAJHAKQSr .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFAJHAKQSr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFAJHAKQSr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFAJHAKQSr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFAJHAKQSr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFAJHAKQSr .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFAJHAKQSr .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFAJHAKQSr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFAJHAKQSr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFAJHAKQSr .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-uFAJHAKQSr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFAJHAKQSr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFAJHAKQSr .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-uFAJHAKQSr .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFAJHAKQSr img {
    height: 3.8rem !important;
  }
  .cid-uFAJHAKQSr .btn {
    display: -webkit-flex;
  }
  .cid-uFAJHAKQSr button.navbar-toggler {
    display: block;
  }
  .cid-uFAJHAKQSr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFAJHAKQSr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFAJHAKQSr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFAJHAKQSr .navbar-collapse.collapsing,
  .cid-uFAJHAKQSr .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFAJHAKQSr .navbar-collapse.collapsing .navbar-nav,
  .cid-uFAJHAKQSr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFAJHAKQSr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFAJHAKQSr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFAJHAKQSr .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFAJHAKQSr .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFAJHAKQSr .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFAJHAKQSr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFAJHAKQSr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFAJHAKQSr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFAJHAKQSr .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-uFAJHAKQSr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFAJHAKQSr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFAJHAKQSr .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-uFAJHAKQSr .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFAJHAKQSr .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFAJHAKQSr .nav-link,
.cid-uFAJHAKQSr .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFAJHAKQSr .nav-link:hover,
.cid-uFAJHAKQSr .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFAJHAZfaT {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uFAP4HSTR4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFAP4HSTR4 .mbr-text {
  color: #767676;
}
.cid-uFAP4HSTR4 .sig {
  width: 300px;
}
.cid-uFAP4HSTR4 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFAP4HSTR4 .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-uFAP4HSTR4 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFAO8bkYrn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFAO8bkYrn .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFAO8bkYrn .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFAO8bkYrn .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uFAO8bkYrn .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uFAO8bkYrn .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%;
}
.cid-uFAO8bkYrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFAO8bkYrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFC6G3d1GD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFC6G3d1GD .mbr-text {
  color: #767676;
}
.cid-uFC6G3d1GD .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFC9M2ts63 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFC9M2ts63 .mbr-text {
  color: #767676;
}
.cid-uFDEfsJgqL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff3f3;
}
.cid-uFDEfsJgqL .card-box {
  padding: 0rem;
}
.cid-uFDEfsJgqL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFDEfsJgqL h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uFDEfsJgqL .main-title {
  border-bottom: 2px solid currentColor;
  width: fit-content;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-uFDEfsJgqL p {
  margin-bottom: 0;
  padding-top: 0.2rem;
  padding-top: 2rem;
}
.cid-uFDEfsJgqL .row {
  justify-content: center;
}
.cid-uFDEfsJgqL .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
  padding-bottom: 0;
}
.cid-uFDEfsJgqL .mbr-text {
  color: #879a9f;
}
.cid-uFDEfsJgqL .card-img {
  height: 400px;
  position: relative;
}
.cid-uFDEfsJgqL .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFDEfsJgqL .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uFDEfsJgqL .card:hover .card-img:after {
  opacity: 1;
}
.cid-uFDEfsJgqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDEfsJgqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFDGUBta1z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFDGUBta1z .mbr-text {
  color: #767676;
}
.cid-uFDGUBta1z .sig {
  width: 300px;
}
.cid-uFDGUBta1z img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFDGUBta1z .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-uFDGUBta1z .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFAJHBDSL9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFAJHBDSL9 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFAJHBDSL9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFAJHBDSL9 .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFAJHBDSL9 .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFAJHBDSL9 .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFAJHBDSL9 .text-white:hover {
  color: white!important;
}
.cid-uFAJHBDSL9 .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-uFAJHBDSL9 .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-uFAJHBDSL9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFAJHBDSL9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFAJHBDSL9 .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-uFAJHBDSL9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFAJHBDSL9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFAJHBDSL9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFAJHBDSL9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFAJHBDSL9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFAJHBDSL9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFAJHBDSL9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFIK8yqMUQ .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFIK8yqMUQ .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFIK8yqMUQ a {
  font-style: normal;
}
.cid-uFIK8yqMUQ .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFIK8yqMUQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFIK8yqMUQ .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-uFIK8yqMUQ .nav-item:focus,
.cid-uFIK8yqMUQ .nav-link:focus {
  outline: none;
}
.cid-uFIK8yqMUQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFIK8yqMUQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFIK8yqMUQ .menu-logo {
  margin-right: auto;
}
.cid-uFIK8yqMUQ .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-uFIK8yqMUQ .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-uFIK8yqMUQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFIK8yqMUQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFIK8yqMUQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFIK8yqMUQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFIK8yqMUQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFIK8yqMUQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFIK8yqMUQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFIK8yqMUQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFIK8yqMUQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFIK8yqMUQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFIK8yqMUQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFIK8yqMUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFIK8yqMUQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFIK8yqMUQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFIK8yqMUQ .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-uFIK8yqMUQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFIK8yqMUQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFIK8yqMUQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFIK8yqMUQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFIK8yqMUQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFIK8yqMUQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFIK8yqMUQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFIK8yqMUQ button.navbar-toggler:focus {
  outline: none;
}
.cid-uFIK8yqMUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFIK8yqMUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFIK8yqMUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFIK8yqMUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFIK8yqMUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFIK8yqMUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFIK8yqMUQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFIK8yqMUQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFIK8yqMUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFIK8yqMUQ .dropdown-toggle:after {
  display: none;
}
.cid-uFIK8yqMUQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFIK8yqMUQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFIK8yqMUQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.collapsing,
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFIK8yqMUQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFIK8yqMUQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFIK8yqMUQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFIK8yqMUQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFIK8yqMUQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFIK8yqMUQ .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-uFIK8yqMUQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFIK8yqMUQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFIK8yqMUQ .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-uFIK8yqMUQ .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFIK8yqMUQ img {
    height: 3.8rem !important;
  }
  .cid-uFIK8yqMUQ .btn {
    display: -webkit-flex;
  }
  .cid-uFIK8yqMUQ button.navbar-toggler {
    display: block;
  }
  .cid-uFIK8yqMUQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFIK8yqMUQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFIK8yqMUQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFIK8yqMUQ .navbar-collapse.collapsing,
  .cid-uFIK8yqMUQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFIK8yqMUQ .navbar-collapse.collapsing .navbar-nav,
  .cid-uFIK8yqMUQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFIK8yqMUQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFIK8yqMUQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFIK8yqMUQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFIK8yqMUQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFIK8yqMUQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFIK8yqMUQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFIK8yqMUQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFIK8yqMUQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFIK8yqMUQ .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-uFIK8yqMUQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFIK8yqMUQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFIK8yqMUQ .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-uFIK8yqMUQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFIK8yqMUQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFIK8yqMUQ .nav-link,
.cid-uFIK8yqMUQ .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFIK8yqMUQ .nav-link:hover,
.cid-uFIK8yqMUQ .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFIK8yE2r1 {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uFMqUSUw1A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uFMqUSUw1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMqUSUw1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMqUSUw1A H1 {
  color: #ed1a12;
}
.cid-uFMrhOpR3N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFMrhOpR3N .card-box {
  padding: 0rem;
}
.cid-uFMrhOpR3N .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFMrhOpR3N h4 {
  margin-bottom: 0;
  padding-top: 0rem;
}
.cid-uFMrhOpR3N h5 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uFMrhOpR3N p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uFMrhOpR3N .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uFMrhOpR3N .mbr-text {
  color: #879a9f;
}
.cid-uFMrhOpR3N .card-img {
  height: 400px;
  position: relative;
}
.cid-uFMrhOpR3N .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFMrhOpR3N .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uFMrhOpR3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMrhOpR3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMsLwyWwo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uFMsLwyWwo .card-box {
  padding: 0rem;
}
.cid-uFMsLwyWwo .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFMsLwyWwo h4 {
  margin-bottom: 0;
  padding-top: 0rem;
}
.cid-uFMsLwyWwo h5 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uFMsLwyWwo p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uFMsLwyWwo .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uFMsLwyWwo .mbr-text {
  color: #879a9f;
}
.cid-uFMsLwyWwo .card-img {
  height: 400px;
  position: relative;
}
.cid-uFMsLwyWwo .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFMsLwyWwo .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uFMsLwyWwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMsLwyWwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMvQhlZ2o {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFMvQhlZ2o .mbr-text {
  color: #767676;
}
.cid-uFMvQhlZ2o .sig {
  width: 300px;
}
.cid-uFMvQhlZ2o img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFMvQhlZ2o .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-uFMvQhlZ2o .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFMxsM7Uwg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFMxsM7Uwg .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFMxsM7Uwg .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFMxsM7Uwg .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFMxsM7Uwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMxsM7Uwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMI3fUkCN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff3f3;
}
.cid-uFMI3fUkCN .card-box {
  padding: 0rem;
}
.cid-uFMI3fUkCN .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFMI3fUkCN h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uFMI3fUkCN .main-title {
  border-bottom: 2px solid currentColor;
  width: fit-content;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-uFMI3fUkCN p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uFMI3fUkCN .row {
  justify-content: center;
}
.cid-uFMI3fUkCN .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uFMI3fUkCN .mbr-text {
  color: #879a9f;
}
.cid-uFMI3fUkCN .card-img {
  height: 400px;
  position: relative;
}
.cid-uFMI3fUkCN .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFMI3fUkCN .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uFMI3fUkCN .card:hover .card-img:after {
  opacity: 1;
}
.cid-uFMI3fUkCN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMI3fUkCN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMK2utVeq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFMK2utVeq .mbr-text {
  color: #767676;
}
.cid-uFMK2utVeq .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFMUM7pMeU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFMUM7pMeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMUM7pMeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMUKifFkA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFMUKifFkA {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uFMUKifFkA .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uFMUKifFkA .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFMUKifFkA .bg1 {
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background1.jpg?rnd=1763495210573");
}
.cid-uFMUKifFkA .bg2 {
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background4.jpg?rnd=1763495210573");
}
.cid-uFMUKifFkA .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uFMUKifFkA .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uFMUKifFkA .icon-wrap span {
  padding-left: 8px;
}
.cid-uFMUKifFkA .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b06e6e !important;
}
.cid-uFMUKifFkA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uFMUKifFkA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFMUKifFkA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFMUKifFkA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFMUKifFkA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFMUKifFkA a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uFMUKifFkA {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uFMUKifFkA .box {
    height: 250px;
  }
}
.cid-uFMUKifFkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMUKifFkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMW9fjA9f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFMW9fjA9f {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uFMW9fjA9f .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uFMW9fjA9f .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFMW9fjA9f .bg1 {
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background1.jpg?rnd=1763495210573");
}
.cid-uFMW9fjA9f .bg2 {
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background4.jpg?rnd=1763495210573");
}
.cid-uFMW9fjA9f .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uFMW9fjA9f .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uFMW9fjA9f .icon-wrap span {
  padding-left: 8px;
}
.cid-uFMW9fjA9f .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b06e6e !important;
}
.cid-uFMW9fjA9f .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uFMW9fjA9f .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFMW9fjA9f .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFMW9fjA9f .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFMW9fjA9f a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFMW9fjA9f a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uFMW9fjA9f {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uFMW9fjA9f .box {
    height: 250px;
  }
}
.cid-uFMW9fjA9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMW9fjA9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMNZYrVM0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFMNZYrVM0 .mbr-text {
  color: #767676;
}
.cid-uFIK8zhwul {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFIK8zhwul .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFIK8zhwul .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFIK8zhwul .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFIK8zhwul .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFIK8zhwul .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFIK8zhwul .text-white:hover {
  color: white!important;
}
.cid-uFIK8zhwul .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-uFIK8zhwul .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-uFIK8zhwul .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIK8zhwul .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFIK8zhwul .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-uFIK8zhwul .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFIK8zhwul .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFIK8zhwul .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFIK8zhwul .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFIK8zhwul .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFIK8zhwul .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFIK8zhwul .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFIKpspRPh .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFIKpspRPh .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFIKpspRPh a {
  font-style: normal;
}
.cid-uFIKpspRPh .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFIKpspRPh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFIKpspRPh .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-uFIKpspRPh .nav-item:focus,
.cid-uFIKpspRPh .nav-link:focus {
  outline: none;
}
.cid-uFIKpspRPh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFIKpspRPh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFIKpspRPh .menu-logo {
  margin-right: auto;
}
.cid-uFIKpspRPh .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-uFIKpspRPh .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-uFIKpspRPh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFIKpspRPh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFIKpspRPh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFIKpspRPh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFIKpspRPh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFIKpspRPh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFIKpspRPh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFIKpspRPh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFIKpspRPh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFIKpspRPh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFIKpspRPh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFIKpspRPh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFIKpspRPh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFIKpspRPh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFIKpspRPh .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-uFIKpspRPh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFIKpspRPh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFIKpspRPh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFIKpspRPh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFIKpspRPh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFIKpspRPh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFIKpspRPh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFIKpspRPh button.navbar-toggler:focus {
  outline: none;
}
.cid-uFIKpspRPh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFIKpspRPh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFIKpspRPh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFIKpspRPh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFIKpspRPh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFIKpspRPh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFIKpspRPh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFIKpspRPh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFIKpspRPh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFIKpspRPh .dropdown-toggle:after {
  display: none;
}
.cid-uFIKpspRPh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFIKpspRPh .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFIKpspRPh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFIKpspRPh .collapsed .navbar-collapse.collapsing,
.cid-uFIKpspRPh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFIKpspRPh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFIKpspRPh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFIKpspRPh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFIKpspRPh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFIKpspRPh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFIKpspRPh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFIKpspRPh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFIKpspRPh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFIKpspRPh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFIKpspRPh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFIKpspRPh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFIKpspRPh .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFIKpspRPh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFIKpspRPh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFIKpspRPh .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-uFIKpspRPh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFIKpspRPh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFIKpspRPh .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-uFIKpspRPh .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFIKpspRPh img {
    height: 3.8rem !important;
  }
  .cid-uFIKpspRPh .btn {
    display: -webkit-flex;
  }
  .cid-uFIKpspRPh button.navbar-toggler {
    display: block;
  }
  .cid-uFIKpspRPh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFIKpspRPh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFIKpspRPh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFIKpspRPh .navbar-collapse.collapsing,
  .cid-uFIKpspRPh .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFIKpspRPh .navbar-collapse.collapsing .navbar-nav,
  .cid-uFIKpspRPh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFIKpspRPh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFIKpspRPh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFIKpspRPh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFIKpspRPh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFIKpspRPh .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFIKpspRPh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFIKpspRPh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFIKpspRPh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFIKpspRPh .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-uFIKpspRPh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFIKpspRPh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFIKpspRPh .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-uFIKpspRPh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFIKpspRPh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFIKpspRPh .nav-link,
.cid-uFIKpspRPh .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFIKpspRPh .nav-link:hover,
.cid-uFIKpspRPh .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFIKpsECCQ {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uFIKpsECCQ .mbr-text,
.cid-uFIKpsECCQ .mbr-section-btn {
  text-align: left;
}
.cid-uFONcm5s3S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFONcm5s3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFONcm5s3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOBgCpTyh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFOBgCpTyh .mbr-text {
  color: #767676;
}
.cid-uFOBgCpTyh .sig {
  width: 300px;
}
.cid-uFOBgCpTyh img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFOBgCpTyh .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-uFOBgCpTyh .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFONyuwAND {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFONyuwAND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFONyuwAND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOHeKHW1u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOHeKHW1u .mbr-text {
  color: #767676;
}
.cid-uFOHeKHW1u .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFOKD9j4WV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFOKD9j4WV .mbr-text {
  color: #767676;
}
.cid-uFOKD9j4WV .mbr-text,
.cid-uFOKD9j4WV .mbr-section-btn P {
  text-align: left;
}
.cid-uFONSa7X9g {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFONSa7X9g .mbr-text {
  color: #767676;
}
.cid-uFONSa7X9g .sig {
  width: 300px;
}
.cid-uFONSa7X9g img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFONSa7X9g .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-uFONSa7X9g .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFPzHL9Gki {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFPzHL9Gki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPzHL9Gki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPAdW8ome {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFPAdW8ome .mbr-text {
  color: #767676;
}
.cid-uFPAdW8ome .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFPAdW8ome .mbr-text,
.cid-uFPAdW8ome .sig-img {
  text-align: left;
}
.cid-uFPCB4QbBB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFPCB4QbBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPCB4QbBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPCQF7BzY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFPCQF7BzY .mbr-text {
  color: #767676;
}
.cid-uFPCQF7BzY .sig {
  width: 300px;
}
.cid-uFPCQF7BzY img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFPCQF7BzY .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-uFPCQF7BzY .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFUDU886ZL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFUDU886ZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUDU886ZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUDU886ZL .mbr-text,
.cid-uFUDU886ZL .mbr-section-btn {
  text-align: left;
}
.cid-uFUyCfQnX2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFUyCfQnX2 img {
  height: 500px;
  object-fit: cover;
}
.cid-uFUyCfQnX2 .card-img {
  position: relative;
}
.cid-uFUyCfQnX2 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFUyCfQnX2 .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-uFUyCfQnX2 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uFUyD2VoL8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFUyD2VoL8 img {
  height: 500px;
  object-fit: cover;
}
.cid-uFUyD2VoL8 .card-img {
  position: relative;
}
.cid-uFUyD2VoL8 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFUyD2VoL8 .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-uFUyD2VoL8 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uFUyDKzfAW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFUyDKzfAW img {
  height: 500px;
  object-fit: cover;
}
.cid-uFUyDKzfAW .card-img {
  position: relative;
}
.cid-uFUyDKzfAW .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFUyDKzfAW .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-uFUyDKzfAW .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uFPHoQm0ND {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFPHoQm0ND .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFPHoQm0ND .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFPHoQm0ND .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFPHoQm0ND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFPHoQm0ND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFPKi38bCY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFPKi38bCY .mbr-text {
  color: #767676;
}
.cid-uFIKpsJ3Ev {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFIKpsJ3Ev .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFIKpsJ3Ev .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFIKpsJ3Ev .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFIKpsJ3Ev .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFIKpsJ3Ev .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFIKpsJ3Ev .text-white:hover {
  color: white!important;
}
.cid-uFIKpsJ3Ev .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-uFIKpsJ3Ev .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-uFIKpsJ3Ev .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIKpsJ3Ev .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFIKpsJ3Ev .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-uFIKpsJ3Ev .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFIKpsJ3Ev .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFIKpsJ3Ev .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFIKpsJ3Ev .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFIKpsJ3Ev .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFIKpsJ3Ev .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFIKpsJ3Ev .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFINZ7e4O6 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFINZ7e4O6 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFINZ7e4O6 a {
  font-style: normal;
}
.cid-uFINZ7e4O6 .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFINZ7e4O6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFINZ7e4O6 .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-uFINZ7e4O6 .nav-item:focus,
.cid-uFINZ7e4O6 .nav-link:focus {
  outline: none;
}
.cid-uFINZ7e4O6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFINZ7e4O6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFINZ7e4O6 .menu-logo {
  margin-right: auto;
}
.cid-uFINZ7e4O6 .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-uFINZ7e4O6 .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-uFINZ7e4O6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFINZ7e4O6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFINZ7e4O6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFINZ7e4O6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFINZ7e4O6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFINZ7e4O6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFINZ7e4O6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFINZ7e4O6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFINZ7e4O6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFINZ7e4O6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFINZ7e4O6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFINZ7e4O6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFINZ7e4O6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFINZ7e4O6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFINZ7e4O6 .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-uFINZ7e4O6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFINZ7e4O6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFINZ7e4O6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFINZ7e4O6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFINZ7e4O6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFINZ7e4O6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFINZ7e4O6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFINZ7e4O6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFINZ7e4O6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFINZ7e4O6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFINZ7e4O6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFINZ7e4O6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFINZ7e4O6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFINZ7e4O6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFINZ7e4O6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFINZ7e4O6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFINZ7e4O6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFINZ7e4O6 .dropdown-toggle:after {
  display: none;
}
.cid-uFINZ7e4O6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFINZ7e4O6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFINZ7e4O6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.collapsing,
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFINZ7e4O6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFINZ7e4O6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFINZ7e4O6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFINZ7e4O6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFINZ7e4O6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFINZ7e4O6 .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-uFINZ7e4O6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFINZ7e4O6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFINZ7e4O6 .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-uFINZ7e4O6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFINZ7e4O6 img {
    height: 3.8rem !important;
  }
  .cid-uFINZ7e4O6 .btn {
    display: -webkit-flex;
  }
  .cid-uFINZ7e4O6 button.navbar-toggler {
    display: block;
  }
  .cid-uFINZ7e4O6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFINZ7e4O6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFINZ7e4O6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFINZ7e4O6 .navbar-collapse.collapsing,
  .cid-uFINZ7e4O6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFINZ7e4O6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFINZ7e4O6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFINZ7e4O6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFINZ7e4O6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFINZ7e4O6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFINZ7e4O6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFINZ7e4O6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFINZ7e4O6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFINZ7e4O6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFINZ7e4O6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFINZ7e4O6 .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-uFINZ7e4O6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFINZ7e4O6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFINZ7e4O6 .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-uFINZ7e4O6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFINZ7e4O6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFINZ7e4O6 .nav-link,
.cid-uFINZ7e4O6 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFINZ7e4O6 .nav-link:hover,
.cid-uFINZ7e4O6 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFINZ7tnum {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uFINZ7tnum .mbr-text,
.cid-uFINZ7tnum .mbr-section-btn {
  text-align: left;
}
.cid-uFO36xBIwc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFO36xBIwc .mbr-text {
  color: #767676;
}
.cid-uFO36xBIwc .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFNYu7XB1v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uFNYu7XB1v .mbr-text {
  color: #767676;
}
.cid-uFNYu7XB1v .sig {
  width: 300px;
}
.cid-uFNYu7XB1v img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFNYu7XB1v .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-uFNYu7XB1v .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uFOm8ZDfb9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uFOm8ZDfb9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uFOm8ZDfb9 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uFOm8ZDfb9 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uFOm8ZDfb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOm8ZDfb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOq5byzgr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOq5byzgr .mbr-text {
  color: #767676;
}
.cid-uFOq5byzgr .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uFOq5byzgr .mbr-text,
.cid-uFOq5byzgr .sig-img {
  text-align: left;
}
.cid-uFOcej2gRn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFOcej2gRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOcej2gRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOcdpaOY9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFOcdpaOY9 img {
  height: 500px;
  object-fit: cover;
}
.cid-uFOcdpaOY9 .card-img {
  position: relative;
}
.cid-uFOcdpaOY9 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFOcdpaOY9 .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-uFOcdpaOY9 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uFOcLLHM82 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFOcLLHM82 img {
  height: 500px;
  object-fit: cover;
}
.cid-uFOcLLHM82 .card-img {
  position: relative;
}
.cid-uFOcLLHM82 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uFOcLLHM82 .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-uFOcLLHM82 .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uHzCW5Yc7g {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHzCW5Yc7g img {
  height: 500px;
  object-fit: cover;
}
.cid-uHzCW5Yc7g .card-img {
  position: relative;
}
.cid-uHzCW5Yc7g .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uHzCW5Yc7g .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-uHzCW5Yc7g .card-img {
    margin-bottom: 2rem;
  }
}
.cid-uHzDuROJ5i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uHzDuROJ5i .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uHzDuROJ5i .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uHzDuROJ5i .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uHzDuROJ5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzDuROJ5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHzGtkoKwJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHzGtkoKwJ .mbr-text {
  color: #879a9f;
}
.cid-uHzGtkoKwJ .color {
  background: #fff3f3;
}
.cid-uHzGtkoKwJ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uHzGtkoKwJ .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uHzGtkoKwJ .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-uHzGtkoKwJ .card2 {
    margin-left: 1rem;
  }
  .cid-uHzGtkoKwJ .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-uHzGtkoKwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHzGtkoKwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOdUz424h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFOdUz424h .mbr-text {
  color: #767676;
}
.cid-uFINZ7x0Ah {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFINZ7x0Ah .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFINZ7x0Ah .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFINZ7x0Ah .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFINZ7x0Ah .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFINZ7x0Ah .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFINZ7x0Ah .text-white:hover {
  color: white!important;
}
.cid-uFINZ7x0Ah .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-uFINZ7x0Ah .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-uFINZ7x0Ah .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFINZ7x0Ah .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFINZ7x0Ah .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-uFINZ7x0Ah .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFINZ7x0Ah .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFINZ7x0Ah .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFINZ7x0Ah .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFINZ7x0Ah .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFINZ7x0Ah .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFINZ7x0Ah .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFIOHINa66 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFIOHINa66 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFIOHINa66 a {
  font-style: normal;
}
.cid-uFIOHINa66 .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFIOHINa66 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFIOHINa66 .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-uFIOHINa66 .nav-item:focus,
.cid-uFIOHINa66 .nav-link:focus {
  outline: none;
}
.cid-uFIOHINa66 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFIOHINa66 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFIOHINa66 .menu-logo {
  margin-right: auto;
}
.cid-uFIOHINa66 .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-uFIOHINa66 .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-uFIOHINa66 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFIOHINa66 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFIOHINa66 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFIOHINa66 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFIOHINa66 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFIOHINa66 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFIOHINa66 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFIOHINa66 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFIOHINa66 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFIOHINa66 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFIOHINa66 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFIOHINa66 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFIOHINa66 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFIOHINa66 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFIOHINa66 .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-uFIOHINa66 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFIOHINa66 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFIOHINa66 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFIOHINa66 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFIOHINa66 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFIOHINa66 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFIOHINa66 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFIOHINa66 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFIOHINa66 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFIOHINa66 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFIOHINa66 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFIOHINa66 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFIOHINa66 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFIOHINa66 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFIOHINa66 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFIOHINa66 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFIOHINa66 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFIOHINa66 .dropdown-toggle:after {
  display: none;
}
.cid-uFIOHINa66 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFIOHINa66 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFIOHINa66 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFIOHINa66 .collapsed .navbar-collapse.collapsing,
.cid-uFIOHINa66 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFIOHINa66 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFIOHINa66 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFIOHINa66 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFIOHINa66 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFIOHINa66 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFIOHINa66 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFIOHINa66 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFIOHINa66 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFIOHINa66 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFIOHINa66 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFIOHINa66 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFIOHINa66 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFIOHINa66 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFIOHINa66 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFIOHINa66 .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-uFIOHINa66 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFIOHINa66 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFIOHINa66 .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-uFIOHINa66 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFIOHINa66 img {
    height: 3.8rem !important;
  }
  .cid-uFIOHINa66 .btn {
    display: -webkit-flex;
  }
  .cid-uFIOHINa66 button.navbar-toggler {
    display: block;
  }
  .cid-uFIOHINa66 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFIOHINa66 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFIOHINa66 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFIOHINa66 .navbar-collapse.collapsing,
  .cid-uFIOHINa66 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFIOHINa66 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFIOHINa66 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFIOHINa66 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFIOHINa66 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFIOHINa66 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFIOHINa66 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFIOHINa66 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFIOHINa66 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFIOHINa66 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFIOHINa66 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFIOHINa66 .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-uFIOHINa66 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFIOHINa66 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFIOHINa66 .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-uFIOHINa66 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFIOHINa66 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFIOHINa66 .nav-link,
.cid-uFIOHINa66 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFIOHINa66 .nav-link:hover,
.cid-uFIOHINa66 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFIOHJ0yF2 {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uGikLGf6tj {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uGikLGf6tj .carousel {
  z-index: 2;
  position: relative;
}
.cid-uGikLGf6tj .user {
  padding: 0 !important;
}
.cid-uGikLGf6tj .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cebfaf;
  opacity: 0.5;
}
.cid-uGikLGf6tj .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-uGikLGf6tj .carousel-item.active,
.cid-uGikLGf6tj .carousel-item-next,
.cid-uGikLGf6tj .carousel-item-prev {
  display: flex;
}
.cid-uGikLGf6tj .user_name {
  margin: 0;
}
.cid-uGikLGf6tj .carousel-controls a {
  font-size: 2rem;
}
.cid-uGikLGf6tj .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-uGikLGf6tj .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uGikLGf6tj ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uGikLGf6tj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uGikLGf6tj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uGikLGf6tj .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uGikLGf6tj .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-uGikLGf6tj .user_desk {
  color: #767676;
}
.cid-uGikLGf6tj .user_desk,
.cid-uGikLGf6tj .carousel-item {
  text-align: left;
}
.cid-uGikLGf6tj .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-uGikLGf6tj .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-uGikLGf6tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGikLGf6tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhizV9NEY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-uGhizV9NEY .card-box {
  padding: 0rem;
}
.cid-uGhizV9NEY .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGhizV9NEY .card {
  padding: 0;
  height: 100%;
}
.cid-uGhizV9NEY .card-img {
  height: 400px;
}
.cid-uGhizV9NEY .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGhizV9NEY .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-uGhizV9NEY .cardbg {
  background: #f6f6f6;
  height: auto;
}
.cid-uGhizV9NEY .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uGhizV9NEY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGhizV9NEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGhizV9NEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhlBL0aWD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGhlBL0aWD .mbr-text {
  color: #767676;
}
.cid-uGhlBL0aWD .sig {
  width: 300px;
}
.cid-uGhlBL0aWD img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGhlBL0aWD .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-uGhlBL0aWD .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGhqqGP60Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGhqqGP60Q .mbr-text {
  color: #767676;
}
.cid-uGhqqGP60Q .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uI8o1u7wQi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uI8o1u7wQi .mbr-text {
  color: #767676;
}
.cid-uI8o1u7wQi .sig {
  width: 300px;
}
.cid-uI8o1u7wQi img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uI8o1u7wQi .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-uI8o1u7wQi .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGi3KTTrg5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGi3KTTrg5 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGi3KTTrg5 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGi3KTTrg5 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGi3KTTrg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGi3KTTrg5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGi3KTTrg5 .mbr-text,
.cid-uGi3KTTrg5 .mbr-section-btn {
  color: #232323;
}
.cid-uGhsvpAKSo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGhsvpAKSo .mbr-text {
  color: #767676;
}
.cid-uGhsvpAKSo .sig {
  width: 300px;
}
.cid-uGhsvpAKSo img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGhsvpAKSo .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-uGhsvpAKSo .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGifbtSIf0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGifbtSIf0 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGifbtSIf0 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGifbtSIf0 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGifbtSIf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGifbtSIf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGhvYj29yG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGhvYj29yG .mbr-text {
  color: #767676;
}
.cid-uGhvYj29yG .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uK7y8U2Fii {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uK7y8U2Fii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7y8U2Fii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK7w5Ksuuh {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uK7w5Ksuuh .carousel {
  z-index: 2;
  position: relative;
}
.cid-uK7w5Ksuuh .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cebfaf;
  opacity: 0.5;
}
.cid-uK7w5Ksuuh .user {
  padding: 0 !important;
}
.cid-uK7w5Ksuuh .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-uK7w5Ksuuh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uK7w5Ksuuh .carousel-item.active,
.cid-uK7w5Ksuuh .carousel-item-next,
.cid-uK7w5Ksuuh .carousel-item-prev {
  display: flex;
}
.cid-uK7w5Ksuuh .user_name {
  margin: 0;
}
.cid-uK7w5Ksuuh .carousel-controls a {
  font-size: 2rem;
}
.cid-uK7w5Ksuuh .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-uK7w5Ksuuh .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uK7w5Ksuuh ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uK7w5Ksuuh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uK7w5Ksuuh .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uK7w5Ksuuh .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uK7w5Ksuuh .user_text {
  color: #3d626c;
}
.cid-uK7w5Ksuuh .user_desk {
  color: #767676;
}
.cid-uK7w5Ksuuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK7w5Ksuuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFIOHJ58OB {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFIOHJ58OB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFIOHJ58OB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFIOHJ58OB .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFIOHJ58OB .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFIOHJ58OB .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFIOHJ58OB .text-white:hover {
  color: white!important;
}
.cid-uFIOHJ58OB .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-uFIOHJ58OB .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-uFIOHJ58OB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFIOHJ58OB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFIOHJ58OB .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-uFIOHJ58OB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFIOHJ58OB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFIOHJ58OB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFIOHJ58OB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFIOHJ58OB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFIOHJ58OB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFIOHJ58OB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFNi1Xj7j1 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uFNi1Xj7j1 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uFNi1Xj7j1 a {
  font-style: normal;
}
.cid-uFNi1Xj7j1 .nav-link {
  font-family: EB Garamond !important;
}
.cid-uFNi1Xj7j1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uFNi1Xj7j1 .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-uFNi1Xj7j1 .nav-item:focus,
.cid-uFNi1Xj7j1 .nav-link:focus {
  outline: none;
}
.cid-uFNi1Xj7j1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uFNi1Xj7j1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uFNi1Xj7j1 .menu-logo {
  margin-right: auto;
}
.cid-uFNi1Xj7j1 .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-uFNi1Xj7j1 .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-uFNi1Xj7j1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uFNi1Xj7j1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uFNi1Xj7j1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uFNi1Xj7j1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uFNi1Xj7j1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uFNi1Xj7j1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uFNi1Xj7j1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uFNi1Xj7j1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFNi1Xj7j1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uFNi1Xj7j1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uFNi1Xj7j1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uFNi1Xj7j1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNi1Xj7j1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uFNi1Xj7j1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNi1Xj7j1 .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-uFNi1Xj7j1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uFNi1Xj7j1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uFNi1Xj7j1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uFNi1Xj7j1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uFNi1Xj7j1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uFNi1Xj7j1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uFNi1Xj7j1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uFNi1Xj7j1 button.navbar-toggler:focus {
  outline: none;
}
.cid-uFNi1Xj7j1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFNi1Xj7j1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFNi1Xj7j1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFNi1Xj7j1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFNi1Xj7j1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFNi1Xj7j1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFNi1Xj7j1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFNi1Xj7j1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFNi1Xj7j1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFNi1Xj7j1 .dropdown-toggle:after {
  display: none;
}
.cid-uFNi1Xj7j1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFNi1Xj7j1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.collapsing,
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uFNi1Xj7j1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uFNi1Xj7j1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uFNi1Xj7j1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uFNi1Xj7j1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uFNi1Xj7j1 .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-uFNi1Xj7j1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uFNi1Xj7j1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uFNi1Xj7j1 .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-uFNi1Xj7j1 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFNi1Xj7j1 img {
    height: 3.8rem !important;
  }
  .cid-uFNi1Xj7j1 .btn {
    display: -webkit-flex;
  }
  .cid-uFNi1Xj7j1 button.navbar-toggler {
    display: block;
  }
  .cid-uFNi1Xj7j1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uFNi1Xj7j1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uFNi1Xj7j1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uFNi1Xj7j1 .navbar-collapse.collapsing,
  .cid-uFNi1Xj7j1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uFNi1Xj7j1 .navbar-collapse.collapsing .navbar-nav,
  .cid-uFNi1Xj7j1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uFNi1Xj7j1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uFNi1Xj7j1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uFNi1Xj7j1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uFNi1Xj7j1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFNi1Xj7j1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uFNi1Xj7j1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uFNi1Xj7j1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uFNi1Xj7j1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uFNi1Xj7j1 .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-uFNi1Xj7j1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uFNi1Xj7j1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uFNi1Xj7j1 .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-uFNi1Xj7j1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uFNi1Xj7j1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uFNi1Xj7j1 .nav-link,
.cid-uFNi1Xj7j1 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uFNi1Xj7j1 .nav-link:hover,
.cid-uFNi1Xj7j1 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uFNi1XFzyH {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uFNi1XFzyH .mbr-text,
.cid-uFNi1XFzyH .mbr-section-btn {
  text-align: left;
}
.cid-uGoXsY9k8b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGoXsY9k8b .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGoXsY9k8b .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGoXsY9k8b .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGoXsY9k8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoXsY9k8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoX56qzqM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGoX56qzqM .mbr-text {
  color: #767676;
}
.cid-uGoX56qzqM .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uGrUHUHKtH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGrUHUHKtH .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGrUHUHKtH .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGrUHUHKtH .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGrUHUHKtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGrUHUHKtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoWKe8zZn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGoWKe8zZn .mbr-text {
  color: #767676;
}
.cid-uGoWKe8zZn .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uJ4Eah9WcN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJ4Eah9WcN .mbr-text {
  color: #767676;
}
.cid-uGoWLCrsbT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGoWLCrsbT .mbr-text {
  color: #767676;
}
.cid-uGoWLCrsbT .sig {
  width: 300px;
}
.cid-uGoWLCrsbT img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGoWLCrsbT .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-uGoWLCrsbT .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGts9QQbXD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGts9QQbXD .mbr-text {
  color: #767676;
}
.cid-uGpeUFG5EF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGpeUFG5EF .mbr-text {
  color: #767676;
}
.cid-uGpeUFG5EF .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uJ2t8S7xoM {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uJ2t8S7xoM .carousel {
  z-index: 2;
  position: relative;
}
.cid-uJ2t8S7xoM .user {
  padding: 0 !important;
}
.cid-uJ2t8S7xoM .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cebfaf;
  opacity: 0.5;
}
.cid-uJ2t8S7xoM .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-uJ2t8S7xoM .carousel-item.active,
.cid-uJ2t8S7xoM .carousel-item-next,
.cid-uJ2t8S7xoM .carousel-item-prev {
  display: flex;
}
.cid-uJ2t8S7xoM .user_name {
  margin: 0;
}
.cid-uJ2t8S7xoM .carousel-controls a {
  font-size: 2rem;
}
.cid-uJ2t8S7xoM .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-uJ2t8S7xoM .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uJ2t8S7xoM ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uJ2t8S7xoM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uJ2t8S7xoM .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uJ2t8S7xoM .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uJ2t8S7xoM .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-uJ2t8S7xoM .user_desk {
  color: #767676;
}
.cid-uJ2t8S7xoM .user_desk,
.cid-uJ2t8S7xoM .carousel-item {
  text-align: left;
}
.cid-uJ2t8S7xoM .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-uJ2t8S7xoM .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-uJ2t8S7xoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2t8S7xoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGsy94gIFz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGsy94gIFz .mbr-text {
  color: #767676;
}
.cid-uGsy94gIFz .sig {
  width: 300px;
}
.cid-uGsy94gIFz img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGsy94gIFz .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-uGsy94gIFz .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGpbI5n269 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGpbI5n269 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGpbI5n269 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGpbI5n269 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGpbI5n269 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpbI5n269 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoXM7UoWJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGoXM7UoWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoXM7UoWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoYfyitUV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uGoYfyitUV .card-box {
  padding: 0rem;
}
.cid-uGoYfyitUV .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGoYfyitUV h4 {
  margin-bottom: 0;
  padding-top: 0rem;
}
.cid-uGoYfyitUV h5 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uGoYfyitUV p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uGoYfyitUV .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGoYfyitUV .mbr-text {
  color: #879a9f;
}
.cid-uGoYfyitUV .card-img {
  height: 400px;
  position: relative;
}
.cid-uGoYfyitUV .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGoYfyitUV .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uGoYfyitUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoYfyitUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp8xhXOia {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGp8xhXOia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp8xhXOia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSLrZ6YdA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMSLrZ6YdA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uMSLrZ6YdA textarea {
  min-height: 250px;
}
.cid-uMSLrZ6YdA .form-control,
.cid-uMSLrZ6YdA .field-input {
  padding: 1rem;
  background-color: #f6f6f6;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMSLrZ6YdA .form-control input::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .field-input input::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .form-control textarea::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uMSLrZ6YdA .form-control input:-moz-placeholder,
.cid-uMSLrZ6YdA .field-input input:-moz-placeholder,
.cid-uMSLrZ6YdA .form-control textarea:-moz-placeholder,
.cid-uMSLrZ6YdA .field-input textarea:-moz-placeholder {
  color: #767676;
}
.cid-uMSLrZ6YdA .form-control:hover,
.cid-uMSLrZ6YdA .field-input:hover,
.cid-uMSLrZ6YdA .form-control:focus,
.cid-uMSLrZ6YdA .field-input:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMSLrZ6YdA .form-control:hover input::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .field-input:hover input::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .form-control:focus input::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .field-input:focus input::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .form-control:hover textarea::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .field-input:hover textarea::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .form-control:focus textarea::-webkit-input-placeholder,
.cid-uMSLrZ6YdA .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uMSLrZ6YdA .form-control:hover input:-moz-placeholder,
.cid-uMSLrZ6YdA .field-input:hover input:-moz-placeholder,
.cid-uMSLrZ6YdA .form-control:focus input:-moz-placeholder,
.cid-uMSLrZ6YdA .field-input:focus input:-moz-placeholder,
.cid-uMSLrZ6YdA .form-control:hover textarea:-moz-placeholder,
.cid-uMSLrZ6YdA .field-input:hover textarea:-moz-placeholder,
.cid-uMSLrZ6YdA .form-control:focus textarea:-moz-placeholder,
.cid-uMSLrZ6YdA .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uMSLrZ6YdA .jq-number__spin:hover,
.cid-uMSLrZ6YdA .jq-number__spin:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMSLrZ6YdA .jq-number__spin {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMSLrZ6YdA .jq-selectbox li,
.cid-uMSLrZ6YdA .jq-selectbox li {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-uMSLrZ6YdA .jq-selectbox li:hover,
.cid-uMSLrZ6YdA .jq-selectbox li.selected {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-uMSLrZ6YdA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uMSLrZ6YdA .jq-number__spin.minus:hover:after,
.cid-uMSLrZ6YdA .jq-number__spin.plus:hover:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-uMSLrZ6YdA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uMSLrZ6YdA .jq-number__spin.minus:after,
.cid-uMSLrZ6YdA .jq-number__spin.plus:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-uMSLrZ6YdA input::-webkit-clear-button {
  display: none;
}
.cid-uMSLrZ6YdA input::-webkit-inner-spin-button {
  display: none;
}
.cid-uMSLrZ6YdA input::-webkit-outer-spin-button {
  display: none;
}
.cid-uMSLrZ6YdA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uFNi1XMOdb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uFNi1XMOdb .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFNi1XMOdb .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFNi1XMOdb .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uFNi1XMOdb .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uFNi1XMOdb .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uFNi1XMOdb .text-white:hover {
  color: white!important;
}
.cid-uFNi1XMOdb .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-uFNi1XMOdb .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-uFNi1XMOdb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFNi1XMOdb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFNi1XMOdb .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-uFNi1XMOdb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFNi1XMOdb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFNi1XMOdb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uFNi1XMOdb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFNi1XMOdb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFNi1XMOdb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFNi1XMOdb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uG1fXnEuL9 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uG1fXnEuL9 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uG1fXnEuL9 a {
  font-style: normal;
}
.cid-uG1fXnEuL9 .nav-link {
  font-family: EB Garamond !important;
}
.cid-uG1fXnEuL9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uG1fXnEuL9 .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-uG1fXnEuL9 .nav-item:focus,
.cid-uG1fXnEuL9 .nav-link:focus {
  outline: none;
}
.cid-uG1fXnEuL9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uG1fXnEuL9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uG1fXnEuL9 .menu-logo {
  margin-right: auto;
}
.cid-uG1fXnEuL9 .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-uG1fXnEuL9 .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-uG1fXnEuL9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uG1fXnEuL9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uG1fXnEuL9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uG1fXnEuL9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uG1fXnEuL9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uG1fXnEuL9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uG1fXnEuL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uG1fXnEuL9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uG1fXnEuL9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uG1fXnEuL9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uG1fXnEuL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uG1fXnEuL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG1fXnEuL9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uG1fXnEuL9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG1fXnEuL9 .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-uG1fXnEuL9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uG1fXnEuL9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uG1fXnEuL9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uG1fXnEuL9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uG1fXnEuL9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uG1fXnEuL9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uG1fXnEuL9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uG1fXnEuL9 button.navbar-toggler:focus {
  outline: none;
}
.cid-uG1fXnEuL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG1fXnEuL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uG1fXnEuL9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uG1fXnEuL9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uG1fXnEuL9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uG1fXnEuL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG1fXnEuL9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uG1fXnEuL9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uG1fXnEuL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uG1fXnEuL9 .dropdown-toggle:after {
  display: none;
}
.cid-uG1fXnEuL9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uG1fXnEuL9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uG1fXnEuL9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.collapsing,
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uG1fXnEuL9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uG1fXnEuL9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uG1fXnEuL9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uG1fXnEuL9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uG1fXnEuL9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uG1fXnEuL9 .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-uG1fXnEuL9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uG1fXnEuL9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uG1fXnEuL9 .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-uG1fXnEuL9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uG1fXnEuL9 img {
    height: 3.8rem !important;
  }
  .cid-uG1fXnEuL9 .btn {
    display: -webkit-flex;
  }
  .cid-uG1fXnEuL9 button.navbar-toggler {
    display: block;
  }
  .cid-uG1fXnEuL9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uG1fXnEuL9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uG1fXnEuL9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uG1fXnEuL9 .navbar-collapse.collapsing,
  .cid-uG1fXnEuL9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uG1fXnEuL9 .navbar-collapse.collapsing .navbar-nav,
  .cid-uG1fXnEuL9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uG1fXnEuL9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uG1fXnEuL9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uG1fXnEuL9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uG1fXnEuL9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uG1fXnEuL9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uG1fXnEuL9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uG1fXnEuL9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uG1fXnEuL9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uG1fXnEuL9 .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-uG1fXnEuL9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uG1fXnEuL9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uG1fXnEuL9 .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-uG1fXnEuL9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uG1fXnEuL9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uG1fXnEuL9 .nav-link,
.cid-uG1fXnEuL9 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uG1fXnEuL9 .nav-link:hover,
.cid-uG1fXnEuL9 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uG1fXnTjOX {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uG1gTIHan4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uG1gTIHan4 .mbr-text {
  color: #767676;
}
.cid-uG1gTIHan4 .sig {
  width: 300px;
}
.cid-uG1gTIHan4 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uG1gTIHan4 .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-uG1gTIHan4 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uG1rroRN75 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG1rroRN75 .mbr-text {
  color: #767676;
}
.cid-uG1rroRN75 .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uG1texAzMj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uG1texAzMj .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uG1texAzMj .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uG1texAzMj .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uG1texAzMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1texAzMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1vG7DaW5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uG1vG7DaW5 .mbr-text {
  color: #767676;
}
.cid-uG1vG7DaW5 .sig {
  width: 300px;
}
.cid-uG1vG7DaW5 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uG1vG7DaW5 .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-uG1vG7DaW5 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uG1y9foh3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-uG1y9foh3c .card-box {
  padding: 0rem;
}
.cid-uG1y9foh3c .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uG1y9foh3c .card {
  padding: 0;
  height: 100%;
}
.cid-uG1y9foh3c .card-img {
  height: 400px;
}
.cid-uG1y9foh3c .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uG1y9foh3c .card-wrapper {
  padding: 2rem;
  width: 100%;
  margin: auto;
}
.cid-uG1y9foh3c .cardbg {
  background: #f6f6f6;
  height: auto;
}
.cid-uG1y9foh3c .text-card {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uG1y9foh3c .card-wrapper {
    padding: 4rem;
  }
}
.cid-uG1y9foh3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1y9foh3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG9MhdJdTi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG9MhdJdTi .mbr-text {
  color: #767676;
}
.cid-uG9MhdJdTi .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uG9PZNCEqj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uG9PZNCEqj .mbr-text {
  color: #767676;
}
.cid-uG9PZNCEqj .sig {
  width: 300px;
}
.cid-uG9PZNCEqj img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uG9PZNCEqj .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-uG9PZNCEqj .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uG9SYN7VZw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG9SYN7VZw .mbr-text {
  color: #767676;
}
.cid-uG9SYN7VZw .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uG9X9YUGpL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uG9X9YUGpL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uG9X9YUGpL .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uG9X9YUGpL .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uG9X9YUGpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG9X9YUGpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1zloQz8H {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uG1zloQz8H .mbr-text {
  color: #767676;
}
.cid-uG1fXnXxOx {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uG1fXnXxOx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG1fXnXxOx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uG1fXnXxOx .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uG1fXnXxOx .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uG1fXnXxOx .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uG1fXnXxOx .text-white:hover {
  color: white!important;
}
.cid-uG1fXnXxOx .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-uG1fXnXxOx .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-uG1fXnXxOx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uG1fXnXxOx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uG1fXnXxOx .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-uG1fXnXxOx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uG1fXnXxOx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uG1fXnXxOx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uG1fXnXxOx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uG1fXnXxOx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uG1fXnXxOx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uG1fXnXxOx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGqSpsop0w .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGqSpsop0w .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGqSpsop0w a {
  font-style: normal;
}
.cid-uGqSpsop0w .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGqSpsop0w .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGqSpsop0w .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-uGqSpsop0w .nav-item:focus,
.cid-uGqSpsop0w .nav-link:focus {
  outline: none;
}
.cid-uGqSpsop0w .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGqSpsop0w .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGqSpsop0w .menu-logo {
  margin-right: auto;
}
.cid-uGqSpsop0w .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-uGqSpsop0w .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-uGqSpsop0w .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGqSpsop0w .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGqSpsop0w .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGqSpsop0w .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGqSpsop0w .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGqSpsop0w .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGqSpsop0w .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGqSpsop0w .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGqSpsop0w .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGqSpsop0w .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGqSpsop0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGqSpsop0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGqSpsop0w .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGqSpsop0w .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGqSpsop0w .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-uGqSpsop0w .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGqSpsop0w .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGqSpsop0w .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGqSpsop0w .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGqSpsop0w .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGqSpsop0w .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGqSpsop0w button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGqSpsop0w button.navbar-toggler:focus {
  outline: none;
}
.cid-uGqSpsop0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGqSpsop0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGqSpsop0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGqSpsop0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGqSpsop0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGqSpsop0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGqSpsop0w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGqSpsop0w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGqSpsop0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGqSpsop0w .dropdown-toggle:after {
  display: none;
}
.cid-uGqSpsop0w .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGqSpsop0w .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGqSpsop0w .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGqSpsop0w .collapsed .navbar-collapse.collapsing,
.cid-uGqSpsop0w .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGqSpsop0w .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGqSpsop0w .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGqSpsop0w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGqSpsop0w .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGqSpsop0w .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGqSpsop0w .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGqSpsop0w .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGqSpsop0w .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGqSpsop0w .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGqSpsop0w .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGqSpsop0w .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGqSpsop0w .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGqSpsop0w .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGqSpsop0w .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGqSpsop0w .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-uGqSpsop0w .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGqSpsop0w .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGqSpsop0w .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-uGqSpsop0w .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGqSpsop0w img {
    height: 3.8rem !important;
  }
  .cid-uGqSpsop0w .btn {
    display: -webkit-flex;
  }
  .cid-uGqSpsop0w button.navbar-toggler {
    display: block;
  }
  .cid-uGqSpsop0w .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGqSpsop0w .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGqSpsop0w .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGqSpsop0w .navbar-collapse.collapsing,
  .cid-uGqSpsop0w .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGqSpsop0w .navbar-collapse.collapsing .navbar-nav,
  .cid-uGqSpsop0w .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGqSpsop0w .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGqSpsop0w .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGqSpsop0w .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGqSpsop0w .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGqSpsop0w .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGqSpsop0w .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGqSpsop0w .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGqSpsop0w .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGqSpsop0w .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-uGqSpsop0w .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGqSpsop0w .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGqSpsop0w .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-uGqSpsop0w .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGqSpsop0w .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGqSpsop0w .nav-link,
.cid-uGqSpsop0w .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGqSpsop0w .nav-link:hover,
.cid-uGqSpsop0w .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGqSpsSKVM {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/ge22213fd516d674ff11598136b40-h_m8o2xejt.jpg");
}
.cid-uGqSpsSKVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqSpsSKVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqSpsSKVM H1 {
  color: #ed1a12;
}
.cid-uGqSpvB9ml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpvB9ml .mbr-text {
  color: #767676;
}
.cid-uGqSpvB9ml .sig {
  width: 300px;
}
.cid-uGqSpvB9ml img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpvB9ml .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-uGqSpvB9ml .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uHNRDi1lyK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uHNRDi1lyK .mbr-text {
  color: #767676;
}
.cid-uHNRDi1lyK .sig {
  width: 300px;
}
.cid-uHNRDi1lyK img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uHNRDi1lyK .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-uHNRDi1lyK .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqSpx2wzI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpx2wzI .mbr-text {
  color: #767676;
}
.cid-uGqSpx2wzI .sig {
  width: 300px;
}
.cid-uGqSpx2wzI img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpx2wzI .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-uGqSpx2wzI .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqSpvO665 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpvO665 .mbr-text {
  color: #767676;
}
.cid-uGqSpvO665 .sig {
  width: 300px;
}
.cid-uGqSpvO665 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpvO665 .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-uGqSpvO665 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqSpw0xH3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpw0xH3 .mbr-text {
  color: #767676;
}
.cid-uGqSpw0xH3 .sig {
  width: 300px;
}
.cid-uGqSpw0xH3 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpw0xH3 .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-uGqSpw0xH3 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqSpwdbPy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpwdbPy .mbr-text {
  color: #767676;
}
.cid-uGqSpwdbPy .sig {
  width: 300px;
}
.cid-uGqSpwdbPy img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpwdbPy .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-uGqSpwdbPy .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGsca3cKAk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGsca3cKAk .mbr-text {
  color: #767676;
}
.cid-uGsca3cKAk .sig {
  width: 300px;
}
.cid-uGsca3cKAk img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGsca3cKAk .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-uGsca3cKAk .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqSpwp3KT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpwp3KT .mbr-text {
  color: #767676;
}
.cid-uGqSpwp3KT .sig {
  width: 300px;
}
.cid-uGqSpwp3KT img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpwp3KT .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-uGqSpwp3KT .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqSpwDe6C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpwDe6C .mbr-text {
  color: #767676;
}
.cid-uGqSpwDe6C .sig {
  width: 300px;
}
.cid-uGqSpwDe6C img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpwDe6C .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-uGqSpwDe6C .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqSpwP47a {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGqSpwP47a .mbr-text {
  color: #767676;
}
.cid-uGqSpwP47a .sig {
  width: 300px;
}
.cid-uGqSpwP47a img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqSpwP47a .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-uGqSpwP47a .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGqTuwvD8U .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGqTuwvD8U .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGqTuwvD8U a {
  font-style: normal;
}
.cid-uGqTuwvD8U .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGqTuwvD8U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGqTuwvD8U .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-uGqTuwvD8U .nav-item:focus,
.cid-uGqTuwvD8U .nav-link:focus {
  outline: none;
}
.cid-uGqTuwvD8U .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGqTuwvD8U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGqTuwvD8U .menu-logo {
  margin-right: auto;
}
.cid-uGqTuwvD8U .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-uGqTuwvD8U .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-uGqTuwvD8U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGqTuwvD8U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGqTuwvD8U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGqTuwvD8U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGqTuwvD8U .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGqTuwvD8U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGqTuwvD8U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGqTuwvD8U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGqTuwvD8U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGqTuwvD8U .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGqTuwvD8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGqTuwvD8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGqTuwvD8U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGqTuwvD8U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGqTuwvD8U .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-uGqTuwvD8U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGqTuwvD8U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGqTuwvD8U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGqTuwvD8U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGqTuwvD8U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGqTuwvD8U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGqTuwvD8U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGqTuwvD8U button.navbar-toggler:focus {
  outline: none;
}
.cid-uGqTuwvD8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGqTuwvD8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGqTuwvD8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGqTuwvD8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGqTuwvD8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGqTuwvD8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGqTuwvD8U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGqTuwvD8U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGqTuwvD8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGqTuwvD8U .dropdown-toggle:after {
  display: none;
}
.cid-uGqTuwvD8U .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGqTuwvD8U .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGqTuwvD8U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGqTuwvD8U .collapsed .navbar-collapse.collapsing,
.cid-uGqTuwvD8U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGqTuwvD8U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGqTuwvD8U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGqTuwvD8U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGqTuwvD8U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGqTuwvD8U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGqTuwvD8U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGqTuwvD8U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGqTuwvD8U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGqTuwvD8U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGqTuwvD8U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGqTuwvD8U .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGqTuwvD8U .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGqTuwvD8U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGqTuwvD8U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGqTuwvD8U .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-uGqTuwvD8U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGqTuwvD8U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGqTuwvD8U .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-uGqTuwvD8U .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGqTuwvD8U img {
    height: 3.8rem !important;
  }
  .cid-uGqTuwvD8U .btn {
    display: -webkit-flex;
  }
  .cid-uGqTuwvD8U button.navbar-toggler {
    display: block;
  }
  .cid-uGqTuwvD8U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGqTuwvD8U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGqTuwvD8U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGqTuwvD8U .navbar-collapse.collapsing,
  .cid-uGqTuwvD8U .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGqTuwvD8U .navbar-collapse.collapsing .navbar-nav,
  .cid-uGqTuwvD8U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGqTuwvD8U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGqTuwvD8U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGqTuwvD8U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGqTuwvD8U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGqTuwvD8U .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGqTuwvD8U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGqTuwvD8U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGqTuwvD8U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGqTuwvD8U .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-uGqTuwvD8U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGqTuwvD8U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGqTuwvD8U .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-uGqTuwvD8U .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGqTuwvD8U .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGqTuwvD8U .nav-link,
.cid-uGqTuwvD8U .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGqTuwvD8U .nav-link:hover,
.cid-uGqTuwvD8U .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGqTux0dNx {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/gb5f023e023128147ded8c72e78d2-h_m8o45b2u.jpg");
}
.cid-uGqTux0dNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTux0dNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTux0dNx H1 {
  color: #ed1a12;
}
.cid-uGqTuy8wmF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uGqTuy8wmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuy8wmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuylZKl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuylZKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuylZKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuyzNox {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuyzNox .card-box {
  padding: 0rem;
}
.cid-uGqTuyzNox .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuyzNox h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuyzNox p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuyzNox .row {
  justify-content: center;
}
.cid-uGqTuyzNox .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuyzNox .mbr-text {
  color: #879a9f;
}
.cid-uGqTuyzNox .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuyzNox .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuyzNox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuyzNox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuyOjwd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuyOjwd .card-box {
  padding: 0rem;
}
.cid-uGqTuyOjwd .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuyOjwd h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuyOjwd p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuyOjwd .row {
  justify-content: center;
}
.cid-uGqTuyOjwd .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuyOjwd .mbr-text {
  color: #879a9f;
}
.cid-uGqTuyOjwd .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuyOjwd .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuyOjwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuyOjwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuz2WVU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuz2WVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuz2WVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuzg3XZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuzg3XZ .card-box {
  padding: 0rem;
}
.cid-uGqTuzg3XZ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuzg3XZ h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuzg3XZ p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuzg3XZ .row {
  justify-content: center;
}
.cid-uGqTuzg3XZ .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuzg3XZ .mbr-text {
  color: #879a9f;
}
.cid-uGqTuzg3XZ .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuzg3XZ .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuzg3XZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuzg3XZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuzvvnV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuzvvnV .card-box {
  padding: 0rem;
}
.cid-uGqTuzvvnV .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuzvvnV h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuzvvnV p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuzvvnV .row {
  justify-content: center;
}
.cid-uGqTuzvvnV .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuzvvnV .mbr-text {
  color: #879a9f;
}
.cid-uGqTuzvvnV .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuzvvnV .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuzvvnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuzvvnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuzJTjM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuzJTjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuzJTjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuzX8UY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuzX8UY .card-box {
  padding: 0rem;
}
.cid-uGqTuzX8UY .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuzX8UY h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuzX8UY p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuzX8UY .row {
  justify-content: center;
}
.cid-uGqTuzX8UY .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuzX8UY .mbr-text {
  color: #879a9f;
}
.cid-uGqTuzX8UY .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuzX8UY .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuzX8UY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuzX8UY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuAcmm6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuAcmm6 .card-box {
  padding: 0rem;
}
.cid-uGqTuAcmm6 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuAcmm6 h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuAcmm6 p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuAcmm6 .row {
  justify-content: center;
}
.cid-uGqTuAcmm6 .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuAcmm6 .mbr-text {
  color: #879a9f;
}
.cid-uGqTuAcmm6 .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuAcmm6 .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuAcmm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuAcmm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuArjxn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuArjxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuArjxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuAFacb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuAFacb .card-box {
  padding: 0rem;
}
.cid-uGqTuAFacb .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuAFacb h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuAFacb p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuAFacb .row {
  justify-content: center;
}
.cid-uGqTuAFacb .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuAFacb .mbr-text {
  color: #879a9f;
}
.cid-uGqTuAFacb .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuAFacb .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuAFacb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuAFacb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuAU1VG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuAU1VG .card-box {
  padding: 0rem;
}
.cid-uGqTuAU1VG .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuAU1VG h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-uGqTuAU1VG p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-uGqTuAU1VG .row {
  justify-content: center;
}
.cid-uGqTuAU1VG .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuAU1VG .mbr-text {
  color: #879a9f;
}
.cid-uGqTuAU1VG .card-img {
  height: 300px;
  position: relative;
}
.cid-uGqTuAU1VG .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuAU1VG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuAU1VG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqWRf4ImA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqWRf4ImA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqWRf4ImA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqTuBYyiL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGqTuBYyiL .card-box {
  padding: 0rem;
}
.cid-uGqTuBYyiL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGqTuBYyiL h4 {
  margin-bottom: 0;
  padding-top: 0rem;
}
.cid-uGqTuBYyiL h5 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uGqTuBYyiL p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-uGqTuBYyiL .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-uGqTuBYyiL .mbr-text {
  color: #879a9f;
}
.cid-uGqTuBYyiL .card-img {
  height: 400px;
  position: relative;
}
.cid-uGqTuBYyiL .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGqTuBYyiL .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-uGqTuBYyiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqTuBYyiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGrAUFhzxD .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGrAUFhzxD .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGrAUFhzxD a {
  font-style: normal;
}
.cid-uGrAUFhzxD .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGrAUFhzxD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGrAUFhzxD .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-uGrAUFhzxD .nav-item:focus,
.cid-uGrAUFhzxD .nav-link:focus {
  outline: none;
}
.cid-uGrAUFhzxD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGrAUFhzxD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGrAUFhzxD .menu-logo {
  margin-right: auto;
}
.cid-uGrAUFhzxD .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-uGrAUFhzxD .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-uGrAUFhzxD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGrAUFhzxD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGrAUFhzxD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGrAUFhzxD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGrAUFhzxD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGrAUFhzxD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGrAUFhzxD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGrAUFhzxD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGrAUFhzxD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGrAUFhzxD .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGrAUFhzxD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGrAUFhzxD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGrAUFhzxD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGrAUFhzxD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGrAUFhzxD .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-uGrAUFhzxD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGrAUFhzxD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGrAUFhzxD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGrAUFhzxD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGrAUFhzxD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGrAUFhzxD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGrAUFhzxD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGrAUFhzxD button.navbar-toggler:focus {
  outline: none;
}
.cid-uGrAUFhzxD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGrAUFhzxD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGrAUFhzxD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGrAUFhzxD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGrAUFhzxD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGrAUFhzxD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGrAUFhzxD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGrAUFhzxD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGrAUFhzxD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGrAUFhzxD .dropdown-toggle:after {
  display: none;
}
.cid-uGrAUFhzxD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGrAUFhzxD .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGrAUFhzxD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGrAUFhzxD .collapsed .navbar-collapse.collapsing,
.cid-uGrAUFhzxD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGrAUFhzxD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGrAUFhzxD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGrAUFhzxD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGrAUFhzxD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGrAUFhzxD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGrAUFhzxD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGrAUFhzxD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGrAUFhzxD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGrAUFhzxD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGrAUFhzxD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGrAUFhzxD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGrAUFhzxD .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGrAUFhzxD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGrAUFhzxD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGrAUFhzxD .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-uGrAUFhzxD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGrAUFhzxD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGrAUFhzxD .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-uGrAUFhzxD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGrAUFhzxD img {
    height: 3.8rem !important;
  }
  .cid-uGrAUFhzxD .btn {
    display: -webkit-flex;
  }
  .cid-uGrAUFhzxD button.navbar-toggler {
    display: block;
  }
  .cid-uGrAUFhzxD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGrAUFhzxD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGrAUFhzxD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGrAUFhzxD .navbar-collapse.collapsing,
  .cid-uGrAUFhzxD .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGrAUFhzxD .navbar-collapse.collapsing .navbar-nav,
  .cid-uGrAUFhzxD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGrAUFhzxD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGrAUFhzxD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGrAUFhzxD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGrAUFhzxD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGrAUFhzxD .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGrAUFhzxD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGrAUFhzxD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGrAUFhzxD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGrAUFhzxD .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-uGrAUFhzxD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGrAUFhzxD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGrAUFhzxD .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-uGrAUFhzxD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGrAUFhzxD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGrAUFhzxD .nav-link,
.cid-uGrAUFhzxD .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGrAUFhzxD .nav-link:hover,
.cid-uGrAUFhzxD .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGrBH3Eife {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background3-h_m8o9oken.jpg");
}
.cid-uGrBH3Eife .card-box {
  padding: 0rem;
}
.cid-uGrBH3Eife .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGrBH3Eife .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGrBH3Eife .big h4 {
  margin: 0;
}
.cid-uGrBH3Eife .card {
  padding: 0;
  min-height: 300px;
}
.cid-uGrBH3Eife img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGrBH3Eife .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-uGrBH3Eife .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uGrBH3Eife .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGrBH3Eife .cardbg1 {
  background: #ed1a12;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uGrBH3Eife .cardbg2 {
  background: #ed1a12;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-uGrBH3Eife .main-title {
  color: #fff3f3;
}
.cid-uGrBH3Eife .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGrBH3Eife .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGrBH3Eife .card-title,
.cid-uGrBH3Eife .mbr-section-btn {
  color: #f7ed4a;
}
.cid-uGrBH3Eife .card-text {
  color: #fff3f3;
}
.cid-uGrFoyEJut {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uGrFoyEJut .carousel {
  z-index: 2;
  position: relative;
}
.cid-uGrFoyEJut .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cebfaf;
  opacity: 0.5;
}
.cid-uGrFoyEJut .user {
  padding: 0 !important;
}
.cid-uGrFoyEJut .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-uGrFoyEJut .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uGrFoyEJut .carousel-item.active,
.cid-uGrFoyEJut .carousel-item-next,
.cid-uGrFoyEJut .carousel-item-prev {
  display: flex;
}
.cid-uGrFoyEJut .user_name {
  margin: 0;
}
.cid-uGrFoyEJut .carousel-controls a {
  font-size: 2rem;
}
.cid-uGrFoyEJut .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-uGrFoyEJut .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uGrFoyEJut ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uGrFoyEJut .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uGrFoyEJut .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uGrFoyEJut .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uGrFoyEJut .user_text {
  color: #3d626c;
}
.cid-uGrFoyEJut .user_desk {
  color: #767676;
}
.cid-uGrFoyEJut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGrFoyEJut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGrFiMECbz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGrFiMECbz .mbr-text {
  color: #767676;
}
.cid-uGrFiMECbz .sig {
  width: 300px;
}
.cid-uGrFiMECbz img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGrFiMECbz .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-uGrFiMECbz .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGrMCgX5ah {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGrMCgX5ah .mbr-text {
  color: #767676;
}
.cid-uGrMCgX5ah .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uI5NizTmrm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-uI5NizTmrm .card-img span {
  font-size: 90px;
  color: #3d626c;
}
.cid-uI5NizTmrm .text-box {
  max-width: 500px;
}
.cid-uI5NizTmrm .row {
  justify-content: center;
}
.cid-uI5NizTmrm .mbr-text {
  color: #767676;
}
.cid-uI5NizTmrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5NizTmrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfuBTrejC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIfuBTrejC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfuBTrejC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfuz7VYIz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIfuz7VYIz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIfuz7VYIz p {
  color: #767676;
  text-align: left;
}
.cid-uIfuz7VYIz .card-box {
  padding-top: 2rem;
}
.cid-uIfuz7VYIz .card-wrapper {
  height: 100%;
}
.cid-uIfuz7VYIz img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIfuz7VYIz P {
  text-align: center;
}
.cid-uIfuz7VYIz .card-title {
  text-align: center;
}
.cid-uIfuz7VYIz .card-img {
  position: relative;
}
.cid-uIfuz7VYIz .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-uIfuz7VYIz .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIfuz7VYIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfuz7VYIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5VFbo02Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uI5VFbo02Q .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uI5VFbo02Q .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uI5VFbo02Q .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uI5VFbo02Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5VFbo02Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5DKbBjWX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uI5DKbBjWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5DKbBjWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5DtYzbve {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uI5DtYzbve h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uI5DtYzbve p {
  color: #767676;
  text-align: left;
}
.cid-uI5DtYzbve .card-box {
  padding-top: 2rem;
}
.cid-uI5DtYzbve .card-wrapper {
  height: 100%;
}
.cid-uI5DtYzbve img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uI5DtYzbve P {
  text-align: center;
}
.cid-uI5DtYzbve .card-title {
  text-align: center;
}
.cid-uI5DtYzbve .card-img {
  position: relative;
}
.cid-uI5DtYzbve .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-uI5DtYzbve .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uI5DtYzbve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5DtYzbve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5RjfFM49 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uI5RjfFM49 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uI5RjfFM49 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uI5RjfFM49 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uI5RjfFM49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5RjfFM49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt0s1JTJP .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGt0s1JTJP .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGt0s1JTJP a {
  font-style: normal;
}
.cid-uGt0s1JTJP .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGt0s1JTJP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGt0s1JTJP .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-uGt0s1JTJP .nav-item:focus,
.cid-uGt0s1JTJP .nav-link:focus {
  outline: none;
}
.cid-uGt0s1JTJP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGt0s1JTJP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGt0s1JTJP .menu-logo {
  margin-right: auto;
}
.cid-uGt0s1JTJP .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-uGt0s1JTJP .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-uGt0s1JTJP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGt0s1JTJP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGt0s1JTJP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGt0s1JTJP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGt0s1JTJP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGt0s1JTJP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGt0s1JTJP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGt0s1JTJP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGt0s1JTJP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGt0s1JTJP .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGt0s1JTJP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGt0s1JTJP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGt0s1JTJP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGt0s1JTJP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGt0s1JTJP .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-uGt0s1JTJP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGt0s1JTJP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGt0s1JTJP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGt0s1JTJP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGt0s1JTJP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGt0s1JTJP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGt0s1JTJP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGt0s1JTJP button.navbar-toggler:focus {
  outline: none;
}
.cid-uGt0s1JTJP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGt0s1JTJP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGt0s1JTJP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGt0s1JTJP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGt0s1JTJP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGt0s1JTJP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGt0s1JTJP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGt0s1JTJP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGt0s1JTJP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGt0s1JTJP .dropdown-toggle:after {
  display: none;
}
.cid-uGt0s1JTJP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGt0s1JTJP .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGt0s1JTJP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGt0s1JTJP .collapsed .navbar-collapse.collapsing,
.cid-uGt0s1JTJP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGt0s1JTJP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGt0s1JTJP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGt0s1JTJP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGt0s1JTJP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGt0s1JTJP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGt0s1JTJP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGt0s1JTJP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGt0s1JTJP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGt0s1JTJP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGt0s1JTJP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGt0s1JTJP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGt0s1JTJP .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGt0s1JTJP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGt0s1JTJP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGt0s1JTJP .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-uGt0s1JTJP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGt0s1JTJP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGt0s1JTJP .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-uGt0s1JTJP .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGt0s1JTJP img {
    height: 3.8rem !important;
  }
  .cid-uGt0s1JTJP .btn {
    display: -webkit-flex;
  }
  .cid-uGt0s1JTJP button.navbar-toggler {
    display: block;
  }
  .cid-uGt0s1JTJP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGt0s1JTJP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGt0s1JTJP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGt0s1JTJP .navbar-collapse.collapsing,
  .cid-uGt0s1JTJP .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGt0s1JTJP .navbar-collapse.collapsing .navbar-nav,
  .cid-uGt0s1JTJP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGt0s1JTJP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGt0s1JTJP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGt0s1JTJP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGt0s1JTJP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGt0s1JTJP .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGt0s1JTJP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGt0s1JTJP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGt0s1JTJP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGt0s1JTJP .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-uGt0s1JTJP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGt0s1JTJP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGt0s1JTJP .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-uGt0s1JTJP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGt0s1JTJP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGt0s1JTJP .nav-link,
.cid-uGt0s1JTJP .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGt0s1JTJP .nav-link:hover,
.cid-uGt0s1JTJP .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGt0s28ssQ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/ge0a1810448b307ae951298dbe33a-h_m8olm0y7.jpg");
}
.cid-uGt0s28ssQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt0s28ssQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt1BGxzge {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGt1BGxzge .mbr-text {
  color: #767676;
}
.cid-uGt1BGxzge .sig {
  width: 300px;
}
.cid-uGt1BGxzge img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGt1BGxzge .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-uGt1BGxzge .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGt59iZj6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uGt59iZj6W .mbr-section-btn {
  margin-top: 5rem;
}
.cid-uGt59iZj6W .row {
  justify-content: center;
}
.cid-uGt59iZj6W .card {
  height: 100%;
  position: relative;
}
.cid-uGt59iZj6W .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-uGt59iZj6W .card:hover:after {
  opacity: 0.8;
}
.cid-uGt59iZj6W .card-img {
  height: 400px;
}
.cid-uGt59iZj6W .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGt59iZj6W .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-uGt59iZj6W .cardbg1 {
  background: #d7edd8;
}
.cid-uGt59iZj6W .cardbg2 {
  background: #fff3f3;
}
.cid-uGt59iZj6W .cardbg3 {
  background: #eaf4f8;
}
.cid-uGt59iZj6W .cardbg4 {
  background: #fff3f3;
}
@media (min-width: 1400px) {
  .cid-uGt59iZj6W .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-uGt59iZj6W .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-uGt59iZj6W .card {
    margin-bottom: 2rem;
  }
}
.cid-uGt59iZj6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGt59iZj6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGt95cGdu2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGt95cGdu2 .mbr-text {
  color: #767676;
}
.cid-uGt95cGdu2 .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uGt0s30dR8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uGt0s30dR8 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGt0s30dR8 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGt0s30dR8 .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uGt0s30dR8 .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uGt0s30dR8 .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uGt0s30dR8 .text-white:hover {
  color: white!important;
}
.cid-uGt0s30dR8 .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-uGt0s30dR8 .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-uGt0s30dR8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGt0s30dR8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGt0s30dR8 .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-uGt0s30dR8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uGt0s30dR8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGt0s30dR8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGt0s30dR8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGt0s30dR8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGt0s30dR8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGt0s30dR8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGtgXmbrhe .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGtgXmbrhe .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGtgXmbrhe a {
  font-style: normal;
}
.cid-uGtgXmbrhe .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGtgXmbrhe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGtgXmbrhe .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-uGtgXmbrhe .nav-item:focus,
.cid-uGtgXmbrhe .nav-link:focus {
  outline: none;
}
.cid-uGtgXmbrhe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGtgXmbrhe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGtgXmbrhe .menu-logo {
  margin-right: auto;
}
.cid-uGtgXmbrhe .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-uGtgXmbrhe .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-uGtgXmbrhe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGtgXmbrhe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGtgXmbrhe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGtgXmbrhe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGtgXmbrhe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGtgXmbrhe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGtgXmbrhe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGtgXmbrhe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGtgXmbrhe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGtgXmbrhe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGtgXmbrhe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGtgXmbrhe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGtgXmbrhe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGtgXmbrhe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGtgXmbrhe .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-uGtgXmbrhe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGtgXmbrhe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGtgXmbrhe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGtgXmbrhe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGtgXmbrhe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGtgXmbrhe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGtgXmbrhe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGtgXmbrhe button.navbar-toggler:focus {
  outline: none;
}
.cid-uGtgXmbrhe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGtgXmbrhe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGtgXmbrhe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGtgXmbrhe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGtgXmbrhe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGtgXmbrhe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGtgXmbrhe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGtgXmbrhe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGtgXmbrhe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGtgXmbrhe .dropdown-toggle:after {
  display: none;
}
.cid-uGtgXmbrhe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGtgXmbrhe .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGtgXmbrhe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGtgXmbrhe .collapsed .navbar-collapse.collapsing,
.cid-uGtgXmbrhe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGtgXmbrhe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGtgXmbrhe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGtgXmbrhe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGtgXmbrhe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGtgXmbrhe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGtgXmbrhe .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGtgXmbrhe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGtgXmbrhe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGtgXmbrhe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGtgXmbrhe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGtgXmbrhe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGtgXmbrhe .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGtgXmbrhe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGtgXmbrhe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGtgXmbrhe .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-uGtgXmbrhe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGtgXmbrhe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGtgXmbrhe .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-uGtgXmbrhe .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGtgXmbrhe img {
    height: 3.8rem !important;
  }
  .cid-uGtgXmbrhe .btn {
    display: -webkit-flex;
  }
  .cid-uGtgXmbrhe button.navbar-toggler {
    display: block;
  }
  .cid-uGtgXmbrhe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGtgXmbrhe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGtgXmbrhe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGtgXmbrhe .navbar-collapse.collapsing,
  .cid-uGtgXmbrhe .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGtgXmbrhe .navbar-collapse.collapsing .navbar-nav,
  .cid-uGtgXmbrhe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGtgXmbrhe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGtgXmbrhe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGtgXmbrhe .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGtgXmbrhe .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGtgXmbrhe .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGtgXmbrhe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGtgXmbrhe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGtgXmbrhe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGtgXmbrhe .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-uGtgXmbrhe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGtgXmbrhe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGtgXmbrhe .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-uGtgXmbrhe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGtgXmbrhe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGtgXmbrhe .nav-link,
.cid-uGtgXmbrhe .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGtgXmbrhe .nav-link:hover,
.cid-uGtgXmbrhe .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGtgXmpxbw {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/g8fd6b67483845d87a393e236e0d5-h_m8oo0aph.jpg");
}
.cid-uGtgXmpxbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtgXmpxbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJckUu4RC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGJckUu4RC .mbr-text {
  color: #767676;
}
.cid-uGJckUu4RC .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uGJckUu4RC .mbr-text,
.cid-uGJckUu4RC .sig-img {
  text-align: left;
}
.cid-uGtl8VWgpQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGtl8VWgpQ .mbr-text {
  color: #767676;
}
.cid-uGtl8VWgpQ .sig {
  width: 300px;
}
.cid-uGtl8VWgpQ img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGtl8VWgpQ .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-uGtl8VWgpQ .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uHhrwFGv0z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uHhrwFGv0z .mbr-text {
  color: #767676;
}
.cid-uHhrwFGv0z .sig {
  width: 300px;
}
.cid-uHhrwFGv0z img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uHhrwFGv0z .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-uHhrwFGv0z .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGtq7fC02w {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uGtq7fC02w .carousel {
  z-index: 2;
  position: relative;
}
.cid-uGtq7fC02w .user {
  padding: 0 !important;
}
.cid-uGtq7fC02w .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #cebfaf;
  opacity: 0.5;
}
.cid-uGtq7fC02w .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-uGtq7fC02w .carousel-item.active,
.cid-uGtq7fC02w .carousel-item-next,
.cid-uGtq7fC02w .carousel-item-prev {
  display: flex;
}
.cid-uGtq7fC02w .user_name {
  margin: 0;
}
.cid-uGtq7fC02w .carousel-controls a {
  font-size: 2rem;
}
.cid-uGtq7fC02w .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #3d626c;
  background: transparent;
  opacity: 0.5;
}
.cid-uGtq7fC02w .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-uGtq7fC02w ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-uGtq7fC02w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #3d626c;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-uGtq7fC02w .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uGtq7fC02w .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-uGtq7fC02w .user_text {
  color: #3d626c;
  text-align: left;
}
.cid-uGtq7fC02w .user_desk {
  color: #767676;
}
.cid-uGtq7fC02w .user_desk,
.cid-uGtq7fC02w .carousel-item {
  text-align: left;
}
.cid-uGtq7fC02w .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-uGtq7fC02w .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-uGtq7fC02w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtq7fC02w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGtu4x0PDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uGtu4x0PDB .card-box {
  padding: 0rem;
}
.cid-uGtu4x0PDB .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGtu4x0PDB .card {
  padding: 0;
  margin: auto;
}
.cid-uGtu4x0PDB .card-img {
  height: 400px;
}
.cid-uGtu4x0PDB .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGtu4x0PDB .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uGtu4x0PDB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGtu4x0PDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtu4x0PDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGtgXmLgmN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uGtgXmLgmN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGtgXmLgmN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGtgXmLgmN .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uGtgXmLgmN .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uGtgXmLgmN .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uGtgXmLgmN .text-white:hover {
  color: white!important;
}
.cid-uGtgXmLgmN .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-uGtgXmLgmN .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-uGtgXmLgmN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGtgXmLgmN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGtgXmLgmN .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-uGtgXmLgmN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uGtgXmLgmN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGtgXmLgmN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGtgXmLgmN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGtgXmLgmN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGtgXmLgmN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGtgXmLgmN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGtUq0zjWf .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGtUq0zjWf .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGtUq0zjWf a {
  font-style: normal;
}
.cid-uGtUq0zjWf .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGtUq0zjWf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGtUq0zjWf .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-uGtUq0zjWf .nav-item:focus,
.cid-uGtUq0zjWf .nav-link:focus {
  outline: none;
}
.cid-uGtUq0zjWf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGtUq0zjWf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGtUq0zjWf .menu-logo {
  margin-right: auto;
}
.cid-uGtUq0zjWf .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-uGtUq0zjWf .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-uGtUq0zjWf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGtUq0zjWf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGtUq0zjWf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGtUq0zjWf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGtUq0zjWf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGtUq0zjWf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGtUq0zjWf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGtUq0zjWf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGtUq0zjWf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGtUq0zjWf .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGtUq0zjWf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGtUq0zjWf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGtUq0zjWf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGtUq0zjWf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGtUq0zjWf .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-uGtUq0zjWf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGtUq0zjWf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGtUq0zjWf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGtUq0zjWf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGtUq0zjWf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGtUq0zjWf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGtUq0zjWf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGtUq0zjWf button.navbar-toggler:focus {
  outline: none;
}
.cid-uGtUq0zjWf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGtUq0zjWf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGtUq0zjWf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGtUq0zjWf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGtUq0zjWf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGtUq0zjWf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGtUq0zjWf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGtUq0zjWf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGtUq0zjWf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGtUq0zjWf .dropdown-toggle:after {
  display: none;
}
.cid-uGtUq0zjWf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGtUq0zjWf .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGtUq0zjWf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGtUq0zjWf .collapsed .navbar-collapse.collapsing,
.cid-uGtUq0zjWf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGtUq0zjWf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGtUq0zjWf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGtUq0zjWf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGtUq0zjWf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGtUq0zjWf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGtUq0zjWf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGtUq0zjWf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGtUq0zjWf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGtUq0zjWf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGtUq0zjWf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGtUq0zjWf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGtUq0zjWf .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGtUq0zjWf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGtUq0zjWf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGtUq0zjWf .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-uGtUq0zjWf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGtUq0zjWf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGtUq0zjWf .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-uGtUq0zjWf .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGtUq0zjWf img {
    height: 3.8rem !important;
  }
  .cid-uGtUq0zjWf .btn {
    display: -webkit-flex;
  }
  .cid-uGtUq0zjWf button.navbar-toggler {
    display: block;
  }
  .cid-uGtUq0zjWf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGtUq0zjWf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGtUq0zjWf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGtUq0zjWf .navbar-collapse.collapsing,
  .cid-uGtUq0zjWf .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGtUq0zjWf .navbar-collapse.collapsing .navbar-nav,
  .cid-uGtUq0zjWf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGtUq0zjWf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGtUq0zjWf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGtUq0zjWf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGtUq0zjWf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGtUq0zjWf .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGtUq0zjWf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGtUq0zjWf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGtUq0zjWf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGtUq0zjWf .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-uGtUq0zjWf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGtUq0zjWf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGtUq0zjWf .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-uGtUq0zjWf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGtUq0zjWf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGtUq0zjWf .nav-link,
.cid-uGtUq0zjWf .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGtUq0zjWf .nav-link:hover,
.cid-uGtUq0zjWf .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGtUq0Q9xm {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uGtW9doKaP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGtW9doKaP .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGtW9doKaP .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGtW9doKaP .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGtW9doKaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGtW9doKaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGtW6Fdm7i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGtW6Fdm7i .mbr-text {
  color: #767676;
}
.cid-uGtW6Fdm7i .sig {
  width: 300px;
}
.cid-uGtW6Fdm7i img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGtW6Fdm7i .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-uGtW6Fdm7i .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGuLSOZVXS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGuLSOZVXS .mbr-text {
  color: #767676;
}
.cid-uGuLSOZVXS .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uGu0QCUsyF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGu0QCUsyF .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGu0QCUsyF .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGu0QCUsyF .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGu0QCUsyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu0QCUsyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuAUffmrI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGuAUffmrI .mbr-text {
  color: #767676;
}
.cid-uGuAUffmrI .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uGuJLQFeiU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGuJLQFeiU .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGuJLQFeiU .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGuJLQFeiU .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGuJLQFeiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuJLQFeiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuBKOEzrA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGuBKOEzrA .mbr-text {
  color: #767676;
}
.cid-uGuBKOEzrA .sig {
  width: 300px;
}
.cid-uGuBKOEzrA img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGuBKOEzrA .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-uGuBKOEzrA .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGuixSgIPc {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uGuixSgIPc .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uGuixSgIPc p {
  margin-bottom: 0 !important;
}
.cid-uGuixSgIPc .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uGuixSgIPc .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uGuixSgIPc .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-uGuixSgIPc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uGuixSgIPc .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uGuixSgIPc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uGuixSgIPc .card .panel-body {
  color: #767676;
}
.cid-uGuixSgIPc .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uGuixSgIPc .card-header:hover {
  background-color: #3d626c;
}
.cid-uGuixSgIPc .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uGuixSgIPc H4 {
  color: #3d626c;
}
.cid-uGuixSgIPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuixSgIPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGul81Uve4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGul81Uve4 .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGul81Uve4 .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGul81Uve4 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uGul81Uve4 .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uGul81Uve4 .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%;
}
.cid-uGul81Uve4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGul81Uve4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGul5LvO4i {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGul5LvO4i .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGul5LvO4i .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGul5LvO4i .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uGul5LvO4i .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uGul5LvO4i .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%;
}
.cid-uGul5LvO4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGul5LvO4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGumY6FGwm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uGumY6FGwm .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uGumY6FGwm .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uGumY6FGwm .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uGumY6FGwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGumY6FGwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuOo3IST4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uGuOo3IST4 .mbr-text {
  color: #767676;
}
.cid-uGuOo3IST4 .sig {
  width: 300px;
}
.cid-uGuOo3IST4 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uGuOo3IST4 .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-uGuOo3IST4 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uGtUq1WTJJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uGtUq1WTJJ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGtUq1WTJJ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGtUq1WTJJ .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uGtUq1WTJJ .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uGtUq1WTJJ .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uGtUq1WTJJ .text-white:hover {
  color: white!important;
}
.cid-uGtUq1WTJJ .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-uGtUq1WTJJ .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-uGtUq1WTJJ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGtUq1WTJJ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGtUq1WTJJ .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-uGtUq1WTJJ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uGtUq1WTJJ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGtUq1WTJJ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGtUq1WTJJ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGtUq1WTJJ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGtUq1WTJJ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGtUq1WTJJ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGtVpSBDyS .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGtVpSBDyS .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGtVpSBDyS a {
  font-style: normal;
}
.cid-uGtVpSBDyS .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGtVpSBDyS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGtVpSBDyS .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-uGtVpSBDyS .nav-item:focus,
.cid-uGtVpSBDyS .nav-link:focus {
  outline: none;
}
.cid-uGtVpSBDyS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGtVpSBDyS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGtVpSBDyS .menu-logo {
  margin-right: auto;
}
.cid-uGtVpSBDyS .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-uGtVpSBDyS .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-uGtVpSBDyS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGtVpSBDyS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGtVpSBDyS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGtVpSBDyS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGtVpSBDyS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGtVpSBDyS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGtVpSBDyS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGtVpSBDyS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGtVpSBDyS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGtVpSBDyS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGtVpSBDyS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGtVpSBDyS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGtVpSBDyS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGtVpSBDyS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGtVpSBDyS .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-uGtVpSBDyS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGtVpSBDyS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGtVpSBDyS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGtVpSBDyS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGtVpSBDyS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGtVpSBDyS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGtVpSBDyS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGtVpSBDyS button.navbar-toggler:focus {
  outline: none;
}
.cid-uGtVpSBDyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGtVpSBDyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGtVpSBDyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGtVpSBDyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGtVpSBDyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGtVpSBDyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGtVpSBDyS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGtVpSBDyS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGtVpSBDyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGtVpSBDyS .dropdown-toggle:after {
  display: none;
}
.cid-uGtVpSBDyS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGtVpSBDyS .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGtVpSBDyS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGtVpSBDyS .collapsed .navbar-collapse.collapsing,
.cid-uGtVpSBDyS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGtVpSBDyS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGtVpSBDyS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGtVpSBDyS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGtVpSBDyS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGtVpSBDyS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGtVpSBDyS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGtVpSBDyS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGtVpSBDyS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGtVpSBDyS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGtVpSBDyS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGtVpSBDyS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGtVpSBDyS .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGtVpSBDyS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGtVpSBDyS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGtVpSBDyS .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-uGtVpSBDyS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGtVpSBDyS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGtVpSBDyS .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-uGtVpSBDyS .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGtVpSBDyS img {
    height: 3.8rem !important;
  }
  .cid-uGtVpSBDyS .btn {
    display: -webkit-flex;
  }
  .cid-uGtVpSBDyS button.navbar-toggler {
    display: block;
  }
  .cid-uGtVpSBDyS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGtVpSBDyS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGtVpSBDyS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGtVpSBDyS .navbar-collapse.collapsing,
  .cid-uGtVpSBDyS .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGtVpSBDyS .navbar-collapse.collapsing .navbar-nav,
  .cid-uGtVpSBDyS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGtVpSBDyS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGtVpSBDyS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGtVpSBDyS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGtVpSBDyS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGtVpSBDyS .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGtVpSBDyS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGtVpSBDyS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGtVpSBDyS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGtVpSBDyS .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-uGtVpSBDyS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGtVpSBDyS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGtVpSBDyS .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-uGtVpSBDyS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGtVpSBDyS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGtVpSBDyS .nav-link,
.cid-uGtVpSBDyS .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGtVpSBDyS .nav-link:hover,
.cid-uGtVpSBDyS .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGtVpSRWIn {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uH2ogqZDo7 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2ogqZDo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2ogqZDo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2otwdjna {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-uH2otwdjna .mbr-text {
  color: #767676;
}
.cid-uH2otwdjna .sig {
  width: 300px;
}
.cid-uH2otwdjna img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uH2otwdjna .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-uH2otwdjna .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uH2oWgLPtg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2oWgLPtg .mbr-text {
  color: #767676;
}
.cid-uH2oWgLPtg .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uH2pyW6vmx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2pyW6vmx .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uH2pyW6vmx .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uH2pyW6vmx .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uH2pyW6vmx .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uH2pyW6vmx .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%;
}
.cid-uH2pyW6vmx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2pyW6vmx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2qbXGSLX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2qbXGSLX .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uH2qbXGSLX .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uH2qbXGSLX .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uH2qbXGSLX .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uH2qbXGSLX .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%;
}
.cid-uH2qbXGSLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2qbXGSLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2qLR2gVH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uH2qLR2gVH .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uH2qLR2gVH .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uH2qLR2gVH .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uH2qLR2gVH .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uH2qLR2gVH .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%;
}
.cid-uH2qLR2gVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2qLR2gVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2rmY1pld {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-uH2rmY1pld .mbr-text {
  color: #767676;
}
.cid-uH2rmY1pld .sig {
  width: 300px;
}
.cid-uH2rmY1pld img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uH2rmY1pld .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-uH2rmY1pld .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uH2rH6wWTY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2rH6wWTY .mbr-text {
  color: #767676;
}
.cid-uH2rH6wWTY .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uH2rWNMMiN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uH2rWNMMiN .mbr-text {
  color: #767676;
}
.cid-uH2rWNMMiN .sig {
  width: 300px;
}
.cid-uH2rWNMMiN img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uH2rWNMMiN .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-uH2rWNMMiN .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uH2sonqFXB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2sonqFXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2sonqFXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2sx45rmS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-uH2sx45rmS .mbr-text {
  color: #767676;
}
.cid-uH2sx45rmS .sig {
  width: 300px;
}
.cid-uH2sx45rmS img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uH2sx45rmS .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-uH2sx45rmS .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uH2tkbjAd9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2tkbjAd9 .mbr-text {
  color: #767676;
}
.cid-uH2tJU5v6L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2tJU5v6L .mbr-text {
  color: #767676;
}
.cid-uH2tJU5v6L .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uH2tY4JbJt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff3f3;
}
.cid-uH2tY4JbJt .mbr-text {
  color: #767676;
}
.cid-uH2tY4JbJt .sig {
  width: 300px;
}
.cid-uH2tY4JbJt img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uH2tY4JbJt .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-uH2tY4JbJt .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uH2udQTUoy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uH2udQTUoy .mbr-text {
  color: #767676;
}
.cid-uH2y8LdABW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f1d8;
}
.cid-uH2y8LdABW .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uH2y8LdABW .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uH2y8LdABW .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uH2y8LdABW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2y8LdABW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2uLRzU8d {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2uLRzU8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2uLRzU8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2vaVMNaT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2vaVMNaT .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-uH2vaVMNaT .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uH2vaVMNaT .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-uH2vaVMNaT .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-uH2vaVMNaT img {
    width: 90%;
  }
}
.cid-uH2vDLRczZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2vDLRczZ .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uH2vDLRczZ .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uH2vDLRczZ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uH2vDLRczZ .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uH2vDLRczZ .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%;
}
.cid-uH2vDLRczZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2vDLRczZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2wrKHzEM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uH2wrKHzEM .mbr-text {
  color: #767676;
}
.cid-uH2wrKHzEM .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uH2wrKHzEM .mbr-text,
.cid-uH2wrKHzEM .sig-img {
  text-align: left;
}
.cid-uH2wTp0dKf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f1d8;
}
.cid-uH2wTp0dKf .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uH2wTp0dKf .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uH2wTp0dKf .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uH2wTp0dKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2wTp0dKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2xxKCPK8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uH2xxKCPK8 .mbr-text {
  color: #767676;
}
.cid-uGtVpSWjne {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uGtVpSWjne .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGtVpSWjne .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGtVpSWjne .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uGtVpSWjne .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uGtVpSWjne .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uGtVpSWjne .text-white:hover {
  color: white!important;
}
.cid-uGtVpSWjne .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-uGtVpSWjne .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-uGtVpSWjne .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGtVpSWjne .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGtVpSWjne .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-uGtVpSWjne .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uGtVpSWjne .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGtVpSWjne .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGtVpSWjne .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGtVpSWjne .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGtVpSWjne .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGtVpSWjne .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGXuiTy4s0 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uGXuiTy4s0 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uGXuiTy4s0 a {
  font-style: normal;
}
.cid-uGXuiTy4s0 .nav-link {
  font-family: EB Garamond !important;
}
.cid-uGXuiTy4s0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uGXuiTy4s0 .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-uGXuiTy4s0 .nav-item:focus,
.cid-uGXuiTy4s0 .nav-link:focus {
  outline: none;
}
.cid-uGXuiTy4s0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uGXuiTy4s0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uGXuiTy4s0 .menu-logo {
  margin-right: auto;
}
.cid-uGXuiTy4s0 .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-uGXuiTy4s0 .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-uGXuiTy4s0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uGXuiTy4s0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uGXuiTy4s0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uGXuiTy4s0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uGXuiTy4s0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uGXuiTy4s0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uGXuiTy4s0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uGXuiTy4s0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGXuiTy4s0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uGXuiTy4s0 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uGXuiTy4s0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uGXuiTy4s0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGXuiTy4s0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uGXuiTy4s0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGXuiTy4s0 .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-uGXuiTy4s0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uGXuiTy4s0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uGXuiTy4s0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uGXuiTy4s0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uGXuiTy4s0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uGXuiTy4s0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uGXuiTy4s0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uGXuiTy4s0 button.navbar-toggler:focus {
  outline: none;
}
.cid-uGXuiTy4s0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGXuiTy4s0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGXuiTy4s0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGXuiTy4s0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGXuiTy4s0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGXuiTy4s0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGXuiTy4s0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGXuiTy4s0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGXuiTy4s0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGXuiTy4s0 .dropdown-toggle:after {
  display: none;
}
.cid-uGXuiTy4s0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGXuiTy4s0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uGXuiTy4s0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.collapsing,
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uGXuiTy4s0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uGXuiTy4s0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uGXuiTy4s0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uGXuiTy4s0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uGXuiTy4s0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uGXuiTy4s0 .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-uGXuiTy4s0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uGXuiTy4s0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uGXuiTy4s0 .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-uGXuiTy4s0 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGXuiTy4s0 img {
    height: 3.8rem !important;
  }
  .cid-uGXuiTy4s0 .btn {
    display: -webkit-flex;
  }
  .cid-uGXuiTy4s0 button.navbar-toggler {
    display: block;
  }
  .cid-uGXuiTy4s0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uGXuiTy4s0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uGXuiTy4s0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uGXuiTy4s0 .navbar-collapse.collapsing,
  .cid-uGXuiTy4s0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uGXuiTy4s0 .navbar-collapse.collapsing .navbar-nav,
  .cid-uGXuiTy4s0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uGXuiTy4s0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uGXuiTy4s0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uGXuiTy4s0 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uGXuiTy4s0 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGXuiTy4s0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uGXuiTy4s0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uGXuiTy4s0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uGXuiTy4s0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uGXuiTy4s0 .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-uGXuiTy4s0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uGXuiTy4s0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uGXuiTy4s0 .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-uGXuiTy4s0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uGXuiTy4s0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uGXuiTy4s0 .nav-link,
.cid-uGXuiTy4s0 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uGXuiTy4s0 .nav-link:hover,
.cid-uGXuiTy4s0 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uGXusxhfPn {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/g8ec20c8a2d39780b56d6e2b8c99b-h_m8w220ps.jpg");
}
.cid-uGXusxhfPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXusxhfPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGXv4quVMG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGXv4quVMG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uGXv4quVMG textarea {
  min-height: 250px;
}
.cid-uGXv4quVMG .form-control,
.cid-uGXv4quVMG .field-input {
  padding: 1rem;
  background-color: #cccccc;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGXv4quVMG .form-control input::-webkit-input-placeholder,
.cid-uGXv4quVMG .field-input input::-webkit-input-placeholder,
.cid-uGXv4quVMG .form-control textarea::-webkit-input-placeholder,
.cid-uGXv4quVMG .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uGXv4quVMG .form-control input:-moz-placeholder,
.cid-uGXv4quVMG .field-input input:-moz-placeholder,
.cid-uGXv4quVMG .form-control textarea:-moz-placeholder,
.cid-uGXv4quVMG .field-input textarea:-moz-placeholder {
  color: #767676;
}
.cid-uGXv4quVMG .form-control:hover,
.cid-uGXv4quVMG .field-input:hover,
.cid-uGXv4quVMG .form-control:focus,
.cid-uGXv4quVMG .field-input:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGXv4quVMG .form-control:hover input::-webkit-input-placeholder,
.cid-uGXv4quVMG .field-input:hover input::-webkit-input-placeholder,
.cid-uGXv4quVMG .form-control:focus input::-webkit-input-placeholder,
.cid-uGXv4quVMG .field-input:focus input::-webkit-input-placeholder,
.cid-uGXv4quVMG .form-control:hover textarea::-webkit-input-placeholder,
.cid-uGXv4quVMG .field-input:hover textarea::-webkit-input-placeholder,
.cid-uGXv4quVMG .form-control:focus textarea::-webkit-input-placeholder,
.cid-uGXv4quVMG .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uGXv4quVMG .form-control:hover input:-moz-placeholder,
.cid-uGXv4quVMG .field-input:hover input:-moz-placeholder,
.cid-uGXv4quVMG .form-control:focus input:-moz-placeholder,
.cid-uGXv4quVMG .field-input:focus input:-moz-placeholder,
.cid-uGXv4quVMG .form-control:hover textarea:-moz-placeholder,
.cid-uGXv4quVMG .field-input:hover textarea:-moz-placeholder,
.cid-uGXv4quVMG .form-control:focus textarea:-moz-placeholder,
.cid-uGXv4quVMG .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uGXv4quVMG .jq-number__spin:hover,
.cid-uGXv4quVMG .jq-number__spin:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uGXv4quVMG .jq-number__spin {
  background-color: #cccccc;
  border-color: #f6f6f6;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGXv4quVMG .jq-selectbox li,
.cid-uGXv4quVMG .jq-selectbox li {
  background-color: #cccccc;
  color: #000000;
}
.cid-uGXv4quVMG .jq-selectbox li:hover,
.cid-uGXv4quVMG .jq-selectbox li.selected {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-uGXv4quVMG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGXv4quVMG .jq-number__spin.minus:hover:after,
.cid-uGXv4quVMG .jq-number__spin.plus:hover:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-uGXv4quVMG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGXv4quVMG .jq-number__spin.minus:after,
.cid-uGXv4quVMG .jq-number__spin.plus:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-uGXv4quVMG input::-webkit-clear-button {
  display: none;
}
.cid-uGXv4quVMG input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGXv4quVMG input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGXv4quVMG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGXuiUdNNg {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uGXuiUdNNg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGXuiUdNNg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uGXuiUdNNg .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uGXuiUdNNg .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uGXuiUdNNg .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uGXuiUdNNg .text-white:hover {
  color: white!important;
}
.cid-uGXuiUdNNg .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-uGXuiUdNNg .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-uGXuiUdNNg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGXuiUdNNg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGXuiUdNNg .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-uGXuiUdNNg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uGXuiUdNNg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGXuiUdNNg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uGXuiUdNNg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGXuiUdNNg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGXuiUdNNg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGXuiUdNNg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uHNp7zfNg6 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uHNp7zfNg6 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uHNp7zfNg6 a {
  font-style: normal;
}
.cid-uHNp7zfNg6 .nav-link {
  font-family: EB Garamond !important;
}
.cid-uHNp7zfNg6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHNp7zfNg6 .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-uHNp7zfNg6 .nav-item:focus,
.cid-uHNp7zfNg6 .nav-link:focus {
  outline: none;
}
.cid-uHNp7zfNg6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHNp7zfNg6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHNp7zfNg6 .menu-logo {
  margin-right: auto;
}
.cid-uHNp7zfNg6 .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-uHNp7zfNg6 .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-uHNp7zfNg6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHNp7zfNg6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHNp7zfNg6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHNp7zfNg6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHNp7zfNg6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHNp7zfNg6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHNp7zfNg6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHNp7zfNg6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHNp7zfNg6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHNp7zfNg6 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uHNp7zfNg6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uHNp7zfNg6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHNp7zfNg6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHNp7zfNg6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHNp7zfNg6 .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-uHNp7zfNg6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHNp7zfNg6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHNp7zfNg6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHNp7zfNg6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHNp7zfNg6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHNp7zfNg6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHNp7zfNg6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHNp7zfNg6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uHNp7zfNg6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHNp7zfNg6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHNp7zfNg6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHNp7zfNg6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHNp7zfNg6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHNp7zfNg6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHNp7zfNg6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHNp7zfNg6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHNp7zfNg6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHNp7zfNg6 .dropdown-toggle:after {
  display: none;
}
.cid-uHNp7zfNg6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHNp7zfNg6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHNp7zfNg6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.collapsing,
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHNp7zfNg6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHNp7zfNg6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uHNp7zfNg6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHNp7zfNg6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHNp7zfNg6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHNp7zfNg6 .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-uHNp7zfNg6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHNp7zfNg6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHNp7zfNg6 .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-uHNp7zfNg6 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHNp7zfNg6 img {
    height: 3.8rem !important;
  }
  .cid-uHNp7zfNg6 .btn {
    display: -webkit-flex;
  }
  .cid-uHNp7zfNg6 button.navbar-toggler {
    display: block;
  }
  .cid-uHNp7zfNg6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHNp7zfNg6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHNp7zfNg6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHNp7zfNg6 .navbar-collapse.collapsing,
  .cid-uHNp7zfNg6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHNp7zfNg6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uHNp7zfNg6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHNp7zfNg6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHNp7zfNg6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHNp7zfNg6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uHNp7zfNg6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHNp7zfNg6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHNp7zfNg6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHNp7zfNg6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHNp7zfNg6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHNp7zfNg6 .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-uHNp7zfNg6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHNp7zfNg6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHNp7zfNg6 .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-uHNp7zfNg6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHNp7zfNg6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHNp7zfNg6 .nav-link,
.cid-uHNp7zfNg6 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uHNp7zfNg6 .nav-link:hover,
.cid-uHNp7zfNg6 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uHNp7zHgQM {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uHNp7zHgQM .mbr-text,
.cid-uHNp7zHgQM .mbr-section-btn {
  text-align: left;
}
.cid-uHNLP946ja {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHNLP946ja .mbr-text {
  color: #767676;
}
.cid-uHNLP946ja .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uHNwuC5Vq1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHNwuC5Vq1 .mbr-text {
  color: #767676;
}
.cid-uHNwuC5Vq1 .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uHNvH1kliF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uHNvH1kliF .mbr-text {
  color: #767676;
}
.cid-uHNvH1kliF .sig {
  width: 300px;
}
.cid-uHNvH1kliF img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uHNvH1kliF .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-uHNvH1kliF .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uHNuNF5S7X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uHNuNF5S7X .mbr-text {
  color: #767676;
}
.cid-uHNuNF5S7X .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uHNuNF5S7X .mbr-text,
.cid-uHNuNF5S7X .sig-img {
  text-align: left;
}
.cid-uHNvzzhjAg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uHNvzzhjAg .mbr-text {
  color: #767676;
}
.cid-uHNvzzhjAg .sig {
  width: 300px;
}
.cid-uHNvzzhjAg img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uHNvzzhjAg .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-uHNvzzhjAg .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uHOesrcECG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uHOesrcECG .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uHOesrcECG .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uHOesrcECG .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-uHOesrcECG .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uHOesrcECG .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%;
}
.cid-uHOesrcECG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOesrcECG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHNp7CUWOK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uHNp7CUWOK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHNp7CUWOK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHNp7CUWOK .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uHNp7CUWOK .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uHNp7CUWOK .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uHNp7CUWOK .text-white:hover {
  color: white!important;
}
.cid-uHNp7CUWOK .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-uHNp7CUWOK .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-uHNp7CUWOK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uHNp7CUWOK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uHNp7CUWOK .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-uHNp7CUWOK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uHNp7CUWOK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHNp7CUWOK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHNp7CUWOK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uHNp7CUWOK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHNp7CUWOK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uHNp7CUWOK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uIpTIG7mZi .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uIpTIG7mZi .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uIpTIG7mZi a {
  font-style: normal;
}
.cid-uIpTIG7mZi .nav-link {
  font-family: EB Garamond !important;
}
.cid-uIpTIG7mZi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uIpTIG7mZi .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-uIpTIG7mZi .nav-item:focus,
.cid-uIpTIG7mZi .nav-link:focus {
  outline: none;
}
.cid-uIpTIG7mZi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIpTIG7mZi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uIpTIG7mZi .menu-logo {
  margin-right: auto;
}
.cid-uIpTIG7mZi .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-uIpTIG7mZi .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-uIpTIG7mZi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIpTIG7mZi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIpTIG7mZi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIpTIG7mZi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIpTIG7mZi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uIpTIG7mZi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uIpTIG7mZi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIpTIG7mZi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIpTIG7mZi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIpTIG7mZi .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uIpTIG7mZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uIpTIG7mZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpTIG7mZi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIpTIG7mZi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIpTIG7mZi .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-uIpTIG7mZi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uIpTIG7mZi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uIpTIG7mZi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uIpTIG7mZi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIpTIG7mZi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIpTIG7mZi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIpTIG7mZi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uIpTIG7mZi button.navbar-toggler:focus {
  outline: none;
}
.cid-uIpTIG7mZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIpTIG7mZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIpTIG7mZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIpTIG7mZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIpTIG7mZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIpTIG7mZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIpTIG7mZi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIpTIG7mZi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIpTIG7mZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIpTIG7mZi .dropdown-toggle:after {
  display: none;
}
.cid-uIpTIG7mZi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIpTIG7mZi .collapsed .btn {
  display: -webkit-flex;
}
.cid-uIpTIG7mZi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIpTIG7mZi .collapsed .navbar-collapse.collapsing,
.cid-uIpTIG7mZi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIpTIG7mZi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIpTIG7mZi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIpTIG7mZi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIpTIG7mZi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIpTIG7mZi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uIpTIG7mZi .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uIpTIG7mZi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIpTIG7mZi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uIpTIG7mZi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIpTIG7mZi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIpTIG7mZi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uIpTIG7mZi .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIpTIG7mZi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uIpTIG7mZi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIpTIG7mZi .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-uIpTIG7mZi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIpTIG7mZi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIpTIG7mZi .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-uIpTIG7mZi .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIpTIG7mZi img {
    height: 3.8rem !important;
  }
  .cid-uIpTIG7mZi .btn {
    display: -webkit-flex;
  }
  .cid-uIpTIG7mZi button.navbar-toggler {
    display: block;
  }
  .cid-uIpTIG7mZi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uIpTIG7mZi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIpTIG7mZi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIpTIG7mZi .navbar-collapse.collapsing,
  .cid-uIpTIG7mZi .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIpTIG7mZi .navbar-collapse.collapsing .navbar-nav,
  .cid-uIpTIG7mZi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIpTIG7mZi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIpTIG7mZi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIpTIG7mZi .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uIpTIG7mZi .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIpTIG7mZi .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIpTIG7mZi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uIpTIG7mZi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIpTIG7mZi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIpTIG7mZi .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-uIpTIG7mZi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIpTIG7mZi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIpTIG7mZi .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-uIpTIG7mZi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uIpTIG7mZi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uIpTIG7mZi .nav-link,
.cid-uIpTIG7mZi .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uIpTIG7mZi .nav-link:hover,
.cid-uIpTIG7mZi .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uIpTIGoRw6 {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uIpYaWIOzv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIpYaWIOzv .mbr-text {
  color: #767676;
}
.cid-uIpYaWIOzv .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uIq1hplUIT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIq1hplUIT .mbr-text {
  color: #767676;
}
.cid-uIq9GTlPms {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIq9GTlPms .mbr-text {
  color: #767676;
}
.cid-uIq9GTlPms .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uIqGfW8e2o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uIqGfW8e2o .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uIqGfW8e2o .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uIqGfW8e2o .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uIqGfW8e2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIqGfW8e2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIqe3Y4vTm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uIqe3Y4vTm .mbr-text {
  color: #767676;
}
.cid-uIqe3Y4vTm .sig {
  width: 300px;
}
.cid-uIqe3Y4vTm img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uIqe3Y4vTm .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-uIqe3Y4vTm .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uIqhf0WirJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIqhf0WirJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIqhf0WirJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIqhUuVMY2 {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIqhUuVMY2 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uIqhUuVMY2 p {
  margin-bottom: 0 !important;
}
.cid-uIqhUuVMY2 .card {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.cid-uIqhUuVMY2 .card .card-header {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.cid-uIqhUuVMY2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uIqhUuVMY2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIqhUuVMY2 .card .card-header a.panel-title h4 {
  padding: 0.8rem 0.2rem;
  margin-bottom: 0;
}
.cid-uIqhUuVMY2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIqhUuVMY2 .card .panel-body {
  color: #767676;
}
.cid-uIqhUuVMY2 .card-header {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uIqhUuVMY2 .card-header:hover {
  background-color: #ffffff;
}
.cid-uIqhUuVMY2 .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-uIqhUuVMY2 H4 {
  color: #3d626c;
}
.cid-uIqhUuVMY2 .panel-text {
  color: #9c969b;
}
.cid-uIqhUuVMY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIqhUuVMY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIquJWj268 {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIquJWj268 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uIquJWj268 p {
  margin-bottom: 0 !important;
}
.cid-uIquJWj268 .card {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.cid-uIquJWj268 .card .card-header {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.cid-uIquJWj268 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uIquJWj268 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIquJWj268 .card .card-header a.panel-title h4 {
  padding: 0.8rem 0.2rem;
  margin-bottom: 0;
}
.cid-uIquJWj268 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIquJWj268 .card .panel-body {
  color: #767676;
}
.cid-uIquJWj268 .card-header {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uIquJWj268 .card-header:hover {
  background-color: #ffffff;
}
.cid-uIquJWj268 .card-header:hover h4 {
  color: #3d626c !important;
}
.cid-uIquJWj268 H4 {
  color: #3d626c;
}
.cid-uIquJWj268 .panel-text {
  color: #9c969b;
}
.cid-uIquJWj268 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIquJWj268 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrzoSNJOA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uIrzoSNJOA .mbr-text {
  color: #767676;
}
.cid-uIrzoSNJOA .sig {
  width: 300px;
}
.cid-uIrzoSNJOA img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uIrzoSNJOA .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-uIrzoSNJOA .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uIrHHLHh0d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uIrHHLHh0d .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uIrHHLHh0d .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uIrHHLHh0d .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uIrHHLHh0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrHHLHh0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrFW9odZK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uIrFW9odZK .mbr-text {
  color: #767676;
}
.cid-uIrFW9odZK .sig {
  width: 300px;
}
.cid-uIrFW9odZK img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uIrFW9odZK .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-uIrFW9odZK .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uIrJKXpjcl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uIrJKXpjcl .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uIrJKXpjcl .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uIrJKXpjcl .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uIrJKXpjcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrJKXpjcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrOoKkIGc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIrOoKkIGc .mbr-text {
  color: #767676;
}
.cid-uIrOoKkIGc .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uIrOoKkIGc .mbr-text,
.cid-uIrOoKkIGc .sig-img {
  text-align: left;
}
.cid-uIpTIHpHaM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uIpTIHpHaM .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIpTIHpHaM .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIpTIHpHaM .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uIpTIHpHaM .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uIpTIHpHaM .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uIpTIHpHaM .text-white:hover {
  color: white!important;
}
.cid-uIpTIHpHaM .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-uIpTIHpHaM .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-uIpTIHpHaM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIpTIHpHaM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uIpTIHpHaM .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-uIpTIHpHaM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uIpTIHpHaM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIpTIHpHaM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIpTIHpHaM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIpTIHpHaM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIpTIHpHaM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uIpTIHpHaM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uIryCnjaGK .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uIryCnjaGK .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uIryCnjaGK a {
  font-style: normal;
}
.cid-uIryCnjaGK .nav-link {
  font-family: EB Garamond !important;
}
.cid-uIryCnjaGK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uIryCnjaGK .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-uIryCnjaGK .nav-item:focus,
.cid-uIryCnjaGK .nav-link:focus {
  outline: none;
}
.cid-uIryCnjaGK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIryCnjaGK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uIryCnjaGK .menu-logo {
  margin-right: auto;
}
.cid-uIryCnjaGK .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-uIryCnjaGK .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-uIryCnjaGK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uIryCnjaGK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uIryCnjaGK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uIryCnjaGK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uIryCnjaGK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uIryCnjaGK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uIryCnjaGK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uIryCnjaGK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uIryCnjaGK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uIryCnjaGK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uIryCnjaGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uIryCnjaGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIryCnjaGK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uIryCnjaGK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIryCnjaGK .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-uIryCnjaGK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uIryCnjaGK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uIryCnjaGK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uIryCnjaGK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uIryCnjaGK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uIryCnjaGK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uIryCnjaGK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uIryCnjaGK button.navbar-toggler:focus {
  outline: none;
}
.cid-uIryCnjaGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIryCnjaGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uIryCnjaGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uIryCnjaGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uIryCnjaGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uIryCnjaGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIryCnjaGK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uIryCnjaGK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uIryCnjaGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uIryCnjaGK .dropdown-toggle:after {
  display: none;
}
.cid-uIryCnjaGK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIryCnjaGK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uIryCnjaGK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uIryCnjaGK .collapsed .navbar-collapse.collapsing,
.cid-uIryCnjaGK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uIryCnjaGK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uIryCnjaGK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uIryCnjaGK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uIryCnjaGK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uIryCnjaGK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uIryCnjaGK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uIryCnjaGK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uIryCnjaGK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uIryCnjaGK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uIryCnjaGK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIryCnjaGK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uIryCnjaGK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uIryCnjaGK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uIryCnjaGK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uIryCnjaGK .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-uIryCnjaGK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uIryCnjaGK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uIryCnjaGK .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-uIryCnjaGK .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIryCnjaGK img {
    height: 3.8rem !important;
  }
  .cid-uIryCnjaGK .btn {
    display: -webkit-flex;
  }
  .cid-uIryCnjaGK button.navbar-toggler {
    display: block;
  }
  .cid-uIryCnjaGK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uIryCnjaGK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uIryCnjaGK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uIryCnjaGK .navbar-collapse.collapsing,
  .cid-uIryCnjaGK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uIryCnjaGK .navbar-collapse.collapsing .navbar-nav,
  .cid-uIryCnjaGK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uIryCnjaGK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uIryCnjaGK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uIryCnjaGK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uIryCnjaGK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIryCnjaGK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uIryCnjaGK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uIryCnjaGK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uIryCnjaGK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uIryCnjaGK .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-uIryCnjaGK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uIryCnjaGK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uIryCnjaGK .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-uIryCnjaGK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uIryCnjaGK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uIryCnjaGK .nav-link,
.cid-uIryCnjaGK .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uIryCnjaGK .nav-link:hover,
.cid-uIryCnjaGK .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uIryCnE5D4 {
  padding-top: 195px;
  padding-bottom: 135px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background2.jpg?rnd=1763495210573");
}
.cid-uIrVty341z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIrVty341z .mbr-text {
  color: #767676;
}
.cid-uIs0py6lou {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIs0py6lou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIs0py6lou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIs0AKzvtF {
  padding-top: 0px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uIs0AKzvtF .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uIs0AKzvtF p {
  margin-bottom: 0 !important;
}
.cid-uIs0AKzvtF .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uIs0AKzvtF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uIs0AKzvtF .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-uIs0AKzvtF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uIs0AKzvtF .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uIs0AKzvtF .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uIs0AKzvtF .card .panel-body {
  color: #767676;
}
.cid-uIs0AKzvtF .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uIs0AKzvtF .card-header:hover {
  background-color: #3d626c;
}
.cid-uIs0AKzvtF .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uIs0AKzvtF H4 {
  color: #3d626c;
}
.cid-uIs0AKzvtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIs0AKzvtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIs7qId0YK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uIs7qId0YK .mbr-text {
  color: #767676;
}
.cid-uIs7qId0YK .sig {
  width: 300px;
}
.cid-uIs7qId0YK img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uIs7qId0YK .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-uIs7qId0YK .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uIs9SVMEFv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIs9SVMEFv .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-uIs9SVMEFv .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uIs9SVMEFv .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-uIs9SVMEFv .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-uIs9SVMEFv img {
    width: 90%;
  }
}
.cid-uIt48JtbKX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIt48JtbKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIt48JtbKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIt58Ej9Bq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIt58Ej9Bq .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-uIt58Ej9Bq .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-uIt58Ej9Bq .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-uIt58Ej9Bq .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-uIt58Ej9Bq img {
    width: 90%;
  }
}
.cid-uItaPb6jZa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uItaPb6jZa .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uItaPb6jZa .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uItaPb6jZa .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uItaPb6jZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItaPb6jZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIt71WeI84 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uIt71WeI84 .mbr-text {
  color: #767676;
}
.cid-uIt71WeI84 .sig {
  width: 300px;
}
.cid-uIt71WeI84 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uIt71WeI84 .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-uIt71WeI84 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uIte2vDQ3Q {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIte2vDQ3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIte2vDQ3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItdYPWzoe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uItdYPWzoe .mbr-text {
  color: #767676;
}
.cid-uItdYPWzoe .sig {
  width: 300px;
}
.cid-uItdYPWzoe img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uItdYPWzoe .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-uItdYPWzoe .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uItslJKwBd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uItslJKwBd .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uItslJKwBd .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uItslJKwBd .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uItslJKwBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItslJKwBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIthsTVZx1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIthsTVZx1 .mbr-text {
  color: #767676;
}
.cid-uIthsTVZx1 .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uIthsTVZx1 .mbr-text,
.cid-uIthsTVZx1 .sig-img {
  text-align: left;
}
.cid-uItjm63I1d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uItjm63I1d .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uItjm63I1d .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uItjm63I1d .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uItjm63I1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItjm63I1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItlUngzDO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uItlUngzDO .mbr-text {
  color: #767676;
}
.cid-uItlUngzDO .sig {
  width: 300px;
}
.cid-uItlUngzDO img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uItlUngzDO .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-uItlUngzDO .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uItrhhEH9I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uItrhhEH9I .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uItrhhEH9I .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uItrhhEH9I .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uItrhhEH9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItrhhEH9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIttYdfbzA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uIttYdfbzA .mbr-text {
  color: #767676;
}
.cid-uIttYdfbzA .sig {
  width: 300px;
}
.cid-uIttYdfbzA img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uIttYdfbzA .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-uIttYdfbzA .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uIryCorOUS {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uIryCorOUS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIryCorOUS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIryCorOUS .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uIryCorOUS .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uIryCorOUS .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uIryCorOUS .text-white:hover {
  color: white!important;
}
.cid-uIryCorOUS .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-uIryCorOUS .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-uIryCorOUS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIryCorOUS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uIryCorOUS .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-uIryCorOUS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uIryCorOUS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIryCorOUS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uIryCorOUS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIryCorOUS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIryCorOUS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uIryCorOUS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uJOCnrvPMK .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uJOCnrvPMK .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uJOCnrvPMK a {
  font-style: normal;
}
.cid-uJOCnrvPMK .nav-link {
  font-family: EB Garamond !important;
}
.cid-uJOCnrvPMK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJOCnrvPMK .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-uJOCnrvPMK .nav-item:focus,
.cid-uJOCnrvPMK .nav-link:focus {
  outline: none;
}
.cid-uJOCnrvPMK .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJOCnrvPMK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJOCnrvPMK .menu-logo {
  margin-right: auto;
}
.cid-uJOCnrvPMK .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-uJOCnrvPMK .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-uJOCnrvPMK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJOCnrvPMK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJOCnrvPMK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJOCnrvPMK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJOCnrvPMK .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uJOCnrvPMK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJOCnrvPMK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJOCnrvPMK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJOCnrvPMK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJOCnrvPMK .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uJOCnrvPMK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uJOCnrvPMK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJOCnrvPMK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJOCnrvPMK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJOCnrvPMK .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-uJOCnrvPMK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJOCnrvPMK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJOCnrvPMK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJOCnrvPMK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJOCnrvPMK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJOCnrvPMK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJOCnrvPMK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJOCnrvPMK button.navbar-toggler:focus {
  outline: none;
}
.cid-uJOCnrvPMK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJOCnrvPMK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJOCnrvPMK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJOCnrvPMK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJOCnrvPMK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJOCnrvPMK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJOCnrvPMK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJOCnrvPMK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJOCnrvPMK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJOCnrvPMK .dropdown-toggle:after {
  display: none;
}
.cid-uJOCnrvPMK .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJOCnrvPMK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uJOCnrvPMK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJOCnrvPMK .collapsed .navbar-collapse.collapsing,
.cid-uJOCnrvPMK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJOCnrvPMK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJOCnrvPMK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJOCnrvPMK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJOCnrvPMK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJOCnrvPMK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uJOCnrvPMK .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uJOCnrvPMK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJOCnrvPMK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJOCnrvPMK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJOCnrvPMK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uJOCnrvPMK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uJOCnrvPMK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJOCnrvPMK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJOCnrvPMK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJOCnrvPMK .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-uJOCnrvPMK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJOCnrvPMK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJOCnrvPMK .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-uJOCnrvPMK .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJOCnrvPMK img {
    height: 3.8rem !important;
  }
  .cid-uJOCnrvPMK .btn {
    display: -webkit-flex;
  }
  .cid-uJOCnrvPMK button.navbar-toggler {
    display: block;
  }
  .cid-uJOCnrvPMK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJOCnrvPMK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJOCnrvPMK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJOCnrvPMK .navbar-collapse.collapsing,
  .cid-uJOCnrvPMK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJOCnrvPMK .navbar-collapse.collapsing .navbar-nav,
  .cid-uJOCnrvPMK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJOCnrvPMK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJOCnrvPMK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJOCnrvPMK .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uJOCnrvPMK .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJOCnrvPMK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJOCnrvPMK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJOCnrvPMK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJOCnrvPMK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJOCnrvPMK .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-uJOCnrvPMK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJOCnrvPMK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJOCnrvPMK .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-uJOCnrvPMK .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uJOCnrvPMK .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uJOCnrvPMK .nav-link,
.cid-uJOCnrvPMK .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uJOCnrvPMK .nav-link:hover,
.cid-uJOCnrvPMK .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uJOCnrZOR7 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/ge0a1810448b307ae951298dbe33a-h_ma3c27ok.jpg");
}
.cid-uJOCnrZOR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJOCnrZOR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJOGpY5PPs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJOGpY5PPs .mbr-text {
  color: #767676;
}
.cid-uJOGpY5PPs .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uJOGpY5PPs .mbr-text,
.cid-uJOGpY5PPs .sig-img {
  text-align: left;
}
.cid-uJOITyOVn7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uJOITyOVn7 .mbr-text {
  color: #767676;
}
.cid-uJOITyOVn7 .sig {
  width: 300px;
}
.cid-uJOITyOVn7 img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uJOITyOVn7 .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-uJOITyOVn7 .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uJOElCrBii {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3f1d8;
}
.cid-uJOElCrBii .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uJOElCrBii .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-uJOElCrBii .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-uJOElCrBii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJOElCrBii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJOKEEbF0J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJOKEEbF0J .mbr-text {
  color: #767676;
}
.cid-uJOKEEbF0J .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-uJOKEEbF0J .mbr-text,
.cid-uJOKEEbF0J .sig-img {
  text-align: left;
}
.cid-uJOMxMvgre {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-uJOMxMvgre .mbr-text {
  color: #767676;
}
.cid-uJOMxMvgre .sig {
  width: 300px;
}
.cid-uJOMxMvgre img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uJOMxMvgre .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-uJOMxMvgre .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-uKfNcNcKtA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uKfNcNcKtA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJOCntMDgF {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #3d626c;
}
.cid-uJOCntMDgF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJOCntMDgF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJOCntMDgF .container-fluid {
  border-top: 1px solid #f6f6f6;
  padding-top: 2rem;
}
.cid-uJOCntMDgF .foot-menu-item {
  border-bottom: 1px solid transparent;
  padding: 0!important;
  transition: all 0.3s;
  margin: 0.5rem 1rem;
}
.cid-uJOCntMDgF .foot-menu-item:hover {
  border-bottom: 1px solid currentColor;
  filter: none!important;
}
.cid-uJOCntMDgF .text-white:hover {
  color: white!important;
}
.cid-uJOCntMDgF .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-uJOCntMDgF .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-uJOCntMDgF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJOCntMDgF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uJOCntMDgF .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-uJOCntMDgF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uJOCntMDgF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJOCntMDgF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJOCntMDgF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJOCntMDgF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJOCntMDgF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uJOCntMDgF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKpUIMV23Q .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-uKpUIMV23Q .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-uKpUIMV23Q a {
  font-style: normal;
}
.cid-uKpUIMV23Q .nav-link {
  font-family: EB Garamond !important;
}
.cid-uKpUIMV23Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uKpUIMV23Q .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-uKpUIMV23Q .nav-item:focus,
.cid-uKpUIMV23Q .nav-link:focus {
  outline: none;
}
.cid-uKpUIMV23Q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uKpUIMV23Q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uKpUIMV23Q .menu-logo {
  margin-right: auto;
}
.cid-uKpUIMV23Q .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-uKpUIMV23Q .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-uKpUIMV23Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uKpUIMV23Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uKpUIMV23Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uKpUIMV23Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uKpUIMV23Q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uKpUIMV23Q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uKpUIMV23Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uKpUIMV23Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKpUIMV23Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uKpUIMV23Q .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-uKpUIMV23Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-uKpUIMV23Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKpUIMV23Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uKpUIMV23Q .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKpUIMV23Q .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-uKpUIMV23Q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uKpUIMV23Q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uKpUIMV23Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uKpUIMV23Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uKpUIMV23Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uKpUIMV23Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uKpUIMV23Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uKpUIMV23Q button.navbar-toggler:focus {
  outline: none;
}
.cid-uKpUIMV23Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKpUIMV23Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uKpUIMV23Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uKpUIMV23Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uKpUIMV23Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uKpUIMV23Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKpUIMV23Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uKpUIMV23Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uKpUIMV23Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uKpUIMV23Q .dropdown-toggle:after {
  display: none;
}
.cid-uKpUIMV23Q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKpUIMV23Q .collapsed .btn {
  display: -webkit-flex;
}
.cid-uKpUIMV23Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uKpUIMV23Q .collapsed .navbar-collapse.collapsing,
.cid-uKpUIMV23Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uKpUIMV23Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uKpUIMV23Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uKpUIMV23Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uKpUIMV23Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uKpUIMV23Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uKpUIMV23Q .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uKpUIMV23Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uKpUIMV23Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uKpUIMV23Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uKpUIMV23Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uKpUIMV23Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uKpUIMV23Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-uKpUIMV23Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uKpUIMV23Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uKpUIMV23Q .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-uKpUIMV23Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uKpUIMV23Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uKpUIMV23Q .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-uKpUIMV23Q .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKpUIMV23Q img {
    height: 3.8rem !important;
  }
  .cid-uKpUIMV23Q .btn {
    display: -webkit-flex;
  }
  .cid-uKpUIMV23Q button.navbar-toggler {
    display: block;
  }
  .cid-uKpUIMV23Q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uKpUIMV23Q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uKpUIMV23Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uKpUIMV23Q .navbar-collapse.collapsing,
  .cid-uKpUIMV23Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-uKpUIMV23Q .navbar-collapse.collapsing .navbar-nav,
  .cid-uKpUIMV23Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uKpUIMV23Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uKpUIMV23Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uKpUIMV23Q .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uKpUIMV23Q .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKpUIMV23Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-uKpUIMV23Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uKpUIMV23Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uKpUIMV23Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uKpUIMV23Q .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-uKpUIMV23Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uKpUIMV23Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uKpUIMV23Q .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-uKpUIMV23Q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uKpUIMV23Q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uKpUIMV23Q .nav-link,
.cid-uKpUIMV23Q .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uKpUIMV23Q .nav-link:hover,
.cid-uKpUIMV23Q .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-uKpUWhJNVJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://r.mobirisesite.com/1284842/assets/images/background1-h_macg8u81.jpg");
}
.cid-uKpUWhJNVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKpUWhJNVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
