body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Pacifico', handwriting;
  font-size: 1.9rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.1875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.61rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((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.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1f7f8c !important;
}
.bg-success {
  background-color: #1f7f8c !important;
}
.bg-info {
  background-color: #ff9966 !important;
}
.bg-warning {
  background-color: #7c7070 !important;
}
.bg-danger {
  background-color: #4458d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1f7f8c !important;
  border-color: #1f7f8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f3f45 !important;
  border-color: #0f3f45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f3f45 !important;
  border-color: #0f3f45 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-success,
.btn-success:active {
  background-color: #1f7f8c !important;
  border-color: #1f7f8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0f3f45 !important;
  border-color: #0f3f45 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f3f45 !important;
  border-color: #0f3f45 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7c7070 !important;
  border-color: #7c7070 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4e4747 !important;
  border-color: #4e4747 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4e4747 !important;
  border-color: #4e4747 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4458d9 !important;
  border-color: #4458d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2133a5 !important;
  border-color: #2133a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2133a5 !important;
  border-color: #2133a5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f7f8c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0f3f45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1f7f8c !important;
  border-color: #1f7f8c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f7f8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f3f45 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1f7f8c !important;
  border-color: #1f7f8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7c7070;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4e4747 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7c7070 !important;
  border-color: #7c7070 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4458d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2133a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4458d9 !important;
  border-color: #4458d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1f7f8c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #1f7f8c !important;
}
.text-info {
  color: #ff9966 !important;
}
.text-warning {
  color: #7c7070 !important;
}
.text-danger {
  color: #4458d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0d3338 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0d3338 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ff5500 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #464040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1f2f98 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1f7f8c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff9966;
}
.alert-warning {
  background-color: #7c7070;
}
.alert-danger {
  background-color: #4458d9;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f7f8c;
  border-color: #1f7f8c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1f7f8c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #52c9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #52c9d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b9b2b2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eeeffb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1f7f8c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1f7f8c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1f7f8c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f7f8c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1f7f8c;
  border-bottom-color: #1f7f8c;
}
.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: #1f7f8c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231f7f8c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sBIDz4PEpe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBIDz4PEpe nav.navbar {
  position: fixed;
}
.cid-sBIDz4PEpe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBIDz4PEpe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBIDz4PEpe .dropdown-item:hover,
.cid-sBIDz4PEpe .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sBIDz4PEpe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBIDz4PEpe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBIDz4PEpe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBIDz4PEpe .nav-link {
  position: relative;
}
.cid-sBIDz4PEpe .container {
  display: flex;
  margin: auto;
}
.cid-sBIDz4PEpe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown-menu,
.cid-sBIDz4PEpe .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sBIDz4PEpe .nav-item:focus,
.cid-sBIDz4PEpe .nav-link:focus {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBIDz4PEpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBIDz4PEpe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.opened {
  transition: all 0.3s;
}
.cid-sBIDz4PEpe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBIDz4PEpe .navbar .navbar-logo img {
  width: auto;
}
.cid-sBIDz4PEpe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar.collapsed {
  justify-content: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBIDz4PEpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBIDz4PEpe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBIDz4PEpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBIDz4PEpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBIDz4PEpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBIDz4PEpe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBIDz4PEpe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBIDz4PEpe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBIDz4PEpe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBIDz4PEpe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBIDz4PEpe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBIDz4PEpe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown-item.active,
.cid-sBIDz4PEpe .dropdown-item:active {
  background-color: transparent;
}
.cid-sBIDz4PEpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBIDz4PEpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBIDz4PEpe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBIDz4PEpe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBIDz4PEpe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBIDz4PEpe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBIDz4PEpe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBIDz4PEpe .navbar {
    height: 70px;
  }
  .cid-sBIDz4PEpe .navbar.opened {
    height: auto;
  }
  .cid-sBIDz4PEpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utZLu6Ypzg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-utZLu6Ypzg .carousel-caption {
  bottom: 40px;
}
.cid-utZLu6Ypzg .carousel-control .icon-next,
.cid-utZLu6Ypzg .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-utZLu6Ypzg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utZLu6Ypzg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-utZLu6Ypzg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-utZLu6Ypzg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-utZLu6Ypzg .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-utZLu6Ypzg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-utZLu6Ypzg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-utZLu6Ypzg .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-utZLu6Ypzg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-utZLu6Ypzg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-utZLu6Ypzg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-utZLu6Ypzg .carousel-indicators li.active,
.cid-utZLu6Ypzg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-utZLu6Ypzg .carousel-indicators li::after,
.cid-utZLu6Ypzg .carousel-indicators li::before {
  content: none;
}
.cid-utZLu6Ypzg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-utZLu6Ypzg .carousel-indicators {
    display: none !important;
  }
}
.cid-sxGUILIMUd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxGUILIMUd .mbr-section-subtitle {
  text-align: center;
}
.cid-upkvQovuW2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upkvQovuW2 .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upkvQovuW2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upkvQovuW2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upkvQovuW2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-upkvQovuW2 .mbr-text,
.cid-upkvQovuW2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upkvQovuW2 .card-title,
.cid-upkvQovuW2 .card-box {
  text-align: left;
}
.cid-upkvLS2ois {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upkvLS2ois .mbr-section-subtitle {
  text-align: center;
}
.cid-sNHhhz7mFP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNHhhz7mFP .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sNHhhz7mFP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sNHhhz7mFP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNHhhz7mFP .card-wrapper {
    padding: 4rem;
  }
}
.cid-sNHhhz7mFP .mbr-text,
.cid-sNHhhz7mFP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sNHhhz7mFP .card-title,
.cid-sNHhhz7mFP .card-box {
  text-align: left;
}
.cid-sNHfTWctD2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNHfTWctD2 img,
.cid-sNHfTWctD2 .item-img {
  width: 100%;
}
.cid-sNHfTWctD2 .item:focus,
.cid-sNHfTWctD2 span:focus {
  outline: none;
}
.cid-sNHfTWctD2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sNHfTWctD2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHfTWctD2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHfTWctD2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sNHfTWctD2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sNHfTWctD2 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sNHfTWctD2 .mbr-text,
.cid-sNHfTWctD2 .mbr-section-btn {
  text-align: left;
}
.cid-sNHfTWctD2 .item-title {
  text-align: left;
}
.cid-sNHfTWctD2 .item-subtitle {
  text-align: center;
}
.cid-sNHfUHfcIZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNHfUHfcIZ img,
.cid-sNHfUHfcIZ .item-img {
  width: 100%;
}
.cid-sNHfUHfcIZ .item:focus,
.cid-sNHfUHfcIZ span:focus {
  outline: none;
}
.cid-sNHfUHfcIZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sNHfUHfcIZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f4f4f4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHfUHfcIZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHfUHfcIZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sNHfUHfcIZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sNHfUHfcIZ .mbr-section-title {
  color: #232323;
}
.cid-sNHfUHfcIZ .mbr-text,
.cid-sNHfUHfcIZ .mbr-section-btn {
  text-align: left;
}
.cid-sNHfUHfcIZ .item-title {
  text-align: left;
}
.cid-sNHfUHfcIZ .item-subtitle {
  text-align: center;
}
.cid-sxGVaKHCOi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-sxGVaKHCOi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-igYB713gK2 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-igYB713gK2 .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-igYB713gK2 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-igYB713gK2 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-igYB713gK2 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-igYB713gK2 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-igYB713gK2 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-igYB713gK2 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-igYB713gK2 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-igYB713gK2 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-igYB713gK2 .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-igYB713gK2 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-igYB713gK2 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-igYB713gK2 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-igYB713gK2 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-igYB713gK2 P {
  color: #232323;
}
.cid-igYB713gK2 DIV {
  color: #ffffff;
}
.cid-igYB713gK2 H10 {
  color: #767676;
}
.cid-igYB713gK2 .hidden {
  display: none;
}
.cid-sBIDz4PEpe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBIDz4PEpe nav.navbar {
  position: fixed;
}
.cid-sBIDz4PEpe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBIDz4PEpe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBIDz4PEpe .dropdown-item:hover,
.cid-sBIDz4PEpe .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sBIDz4PEpe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBIDz4PEpe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBIDz4PEpe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBIDz4PEpe .nav-link {
  position: relative;
}
.cid-sBIDz4PEpe .container {
  display: flex;
  margin: auto;
}
.cid-sBIDz4PEpe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown-menu,
.cid-sBIDz4PEpe .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sBIDz4PEpe .nav-item:focus,
.cid-sBIDz4PEpe .nav-link:focus {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBIDz4PEpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBIDz4PEpe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.opened {
  transition: all 0.3s;
}
.cid-sBIDz4PEpe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBIDz4PEpe .navbar .navbar-logo img {
  width: auto;
}
.cid-sBIDz4PEpe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar.collapsed {
  justify-content: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBIDz4PEpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBIDz4PEpe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBIDz4PEpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBIDz4PEpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBIDz4PEpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBIDz4PEpe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBIDz4PEpe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBIDz4PEpe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBIDz4PEpe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBIDz4PEpe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBIDz4PEpe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBIDz4PEpe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown-item.active,
.cid-sBIDz4PEpe .dropdown-item:active {
  background-color: transparent;
}
.cid-sBIDz4PEpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBIDz4PEpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBIDz4PEpe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBIDz4PEpe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBIDz4PEpe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBIDz4PEpe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBIDz4PEpe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBIDz4PEpe .navbar {
    height: 70px;
  }
  .cid-sBIDz4PEpe .navbar.opened {
    height: auto;
  }
  .cid-sBIDz4PEpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxGoGATf3J {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxGoGATf3J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxGoGATf3J .row {
  flex-direction: row-reverse;
}
.cid-sxGoGATf3J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sxGoGATf3J .text-wrapper {
    padding: 2rem;
  }
}
.cid-sxGsgHSusA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCKTdU00A3 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sCKTdU00A3 .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sCKTdU00A3 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sCKTdU00A3 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sCKTdU00A3 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sCKTdU00A3 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sCKTdU00A3 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sCKTdU00A3 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sCKTdU00A3 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sCKTdU00A3 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sCKTdU00A3 .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sCKTdU00A3 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sCKTdU00A3 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sCKTdU00A3 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sCKTdU00A3 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sCKTdU00A3 P {
  color: #232323;
}
.cid-sCKTdU00A3 DIV {
  color: #ffffff;
}
.cid-sCKTdU00A3 H10 {
  color: #767676;
}
.cid-sCKTdU00A3 .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sBIDz4PEpe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBIDz4PEpe nav.navbar {
  position: fixed;
}
.cid-sBIDz4PEpe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBIDz4PEpe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBIDz4PEpe .dropdown-item:hover,
.cid-sBIDz4PEpe .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sBIDz4PEpe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBIDz4PEpe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBIDz4PEpe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBIDz4PEpe .nav-link {
  position: relative;
}
.cid-sBIDz4PEpe .container {
  display: flex;
  margin: auto;
}
.cid-sBIDz4PEpe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown-menu,
.cid-sBIDz4PEpe .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sBIDz4PEpe .nav-item:focus,
.cid-sBIDz4PEpe .nav-link:focus {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBIDz4PEpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBIDz4PEpe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.opened {
  transition: all 0.3s;
}
.cid-sBIDz4PEpe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBIDz4PEpe .navbar .navbar-logo img {
  width: auto;
}
.cid-sBIDz4PEpe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar.collapsed {
  justify-content: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBIDz4PEpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBIDz4PEpe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBIDz4PEpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBIDz4PEpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBIDz4PEpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBIDz4PEpe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBIDz4PEpe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBIDz4PEpe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBIDz4PEpe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBIDz4PEpe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBIDz4PEpe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBIDz4PEpe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown-item.active,
.cid-sBIDz4PEpe .dropdown-item:active {
  background-color: transparent;
}
.cid-sBIDz4PEpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBIDz4PEpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBIDz4PEpe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBIDz4PEpe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBIDz4PEpe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBIDz4PEpe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBIDz4PEpe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBIDz4PEpe .navbar {
    height: 70px;
  }
  .cid-sBIDz4PEpe .navbar.opened {
    height: auto;
  }
  .cid-sBIDz4PEpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxH6B0W2w9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/4-1919x963.jpg");
}
.cid-umEpEkwJ47 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-umEpEkwJ47 .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-umy15LM8g8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umy15LM8g8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umy15LM8g8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umy15LM8g8 .mbr-text {
  color: #767676;
}
.cid-umy15LM8g8 .mbr-section-subtitle {
  color: #767676;
}
.cid-umy15LM8g8 .title .num {
  width: 100%;
  display: block;
}
.cid-umy15LM8g8 .title .card-title {
  z-index: 1;
}
.cid-umy15LM8g8 .num {
  color: #1f7f8c;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-umy15LM8g8 * {
    text-align: center !important;
  }
  .cid-umy15LM8g8 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-umy15LM8g8 .card-title,
.cid-umy15LM8g8 .card-img {
  text-align: center;
}
.cid-umy15LM8g8 .card-text {
  text-align: center;
}
.cid-umy15LM8g8 .mbr-section-title,
.cid-umy15LM8g8 .card-box DIV {
  text-align: center;
}
.cid-t8USxzYlnj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-t8USxzYlnj .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-umy4gnlIa9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umy4gnlIa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umy4gnlIa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umy4gnlIa9 .mbr-text {
  color: #767676;
}
.cid-umy4gnlIa9 .mbr-section-subtitle {
  color: #767676;
}
.cid-umy4gnlIa9 .title .num {
  width: 100%;
  display: block;
}
.cid-umy4gnlIa9 .title .card-title {
  z-index: 1;
}
.cid-umy4gnlIa9 .num {
  color: #1f7f8c;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-umy4gnlIa9 * {
    text-align: center !important;
  }
  .cid-umy4gnlIa9 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-umy4gnlIa9 .card-title,
.cid-umy4gnlIa9 .card-img {
  text-align: center;
}
.cid-umy4gnlIa9 .card-text {
  text-align: center;
}
.cid-umy4gnlIa9 .mbr-section-title,
.cid-umy4gnlIa9 .card-box DIV {
  text-align: center;
}
.cid-umGdHDNOtd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-umGdHDNOtd .mbr-section-title {
  color: #ffe161;
  text-align: center;
}
.cid-sBLznDsbvx {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background: #f4f4f4;
}
.cid-sBLznDsbvx .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sBLznDsbvx .plan-body {
  padding-bottom: 2rem;
}
.cid-sBLznDsbvx .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sBLznDsbvx .price {
  color: #1f7f8c;
}
.cid-sBLznDsbvx .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sBLznDsbvx .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sBLznDsbvx .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sBLznDsbvx .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sBLznDsbvx .plan {
    margin-bottom: 2rem;
  }
}
.cid-sBLznDsbvx .price-term {
  text-align: center;
}
.cid-sxH6B6RJpM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1f7f8c;
}
.cid-sxH6B6RJpM .mbr-section-title {
  color: #ffffff;
}
.cid-sCKSEqBnat .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sCKSEqBnat .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sCKSEqBnat .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sCKSEqBnat .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sCKSEqBnat .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sCKSEqBnat .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sCKSEqBnat .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sCKSEqBnat .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sCKSEqBnat .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sCKSEqBnat .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sCKSEqBnat .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sCKSEqBnat .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sCKSEqBnat .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sCKSEqBnat .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sCKSEqBnat .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sCKSEqBnat P {
  color: #232323;
}
.cid-sCKSEqBnat DIV {
  color: #ffffff;
}
.cid-sCKSEqBnat H10 {
  color: #767676;
}
.cid-sCKSEqBnat .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sBIDz4PEpe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBIDz4PEpe nav.navbar {
  position: fixed;
}
.cid-sBIDz4PEpe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBIDz4PEpe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBIDz4PEpe .dropdown-item:hover,
.cid-sBIDz4PEpe .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sBIDz4PEpe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBIDz4PEpe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBIDz4PEpe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBIDz4PEpe .nav-link {
  position: relative;
}
.cid-sBIDz4PEpe .container {
  display: flex;
  margin: auto;
}
.cid-sBIDz4PEpe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown-menu,
.cid-sBIDz4PEpe .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sBIDz4PEpe .nav-item:focus,
.cid-sBIDz4PEpe .nav-link:focus {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBIDz4PEpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIDz4PEpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBIDz4PEpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBIDz4PEpe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.opened {
  transition: all 0.3s;
}
.cid-sBIDz4PEpe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBIDz4PEpe .navbar .navbar-logo img {
  width: auto;
}
.cid-sBIDz4PEpe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar.collapsed {
  justify-content: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBIDz4PEpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBIDz4PEpe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBIDz4PEpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBIDz4PEpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBIDz4PEpe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBIDz4PEpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBIDz4PEpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBIDz4PEpe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBIDz4PEpe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBIDz4PEpe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBIDz4PEpe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBIDz4PEpe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBIDz4PEpe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBIDz4PEpe .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBIDz4PEpe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBIDz4PEpe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBIDz4PEpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBIDz4PEpe .dropdown-item.active,
.cid-sBIDz4PEpe .dropdown-item:active {
  background-color: transparent;
}
.cid-sBIDz4PEpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBIDz4PEpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sBIDz4PEpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBIDz4PEpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBIDz4PEpe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBIDz4PEpe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBIDz4PEpe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIDz4PEpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBIDz4PEpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIDz4PEpe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBIDz4PEpe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBIDz4PEpe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBIDz4PEpe .navbar {
    height: 70px;
  }
  .cid-sBIDz4PEpe .navbar.opened {
    height: auto;
  }
  .cid-sBIDz4PEpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxHdqhQ67s {
  background-image: url("../../../assets/images/metody-glowne-2000x1333.jpg");
}
.cid-sxHdqhQ67s .mbr-section-title {
  color: #000000;
}
.cid-uo3uf6Aei8 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/metody-1-2000x1333.jpg");
}
.cid-uo3uf6Aei8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3uf6Aei8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3uf6Aei8 .mbr-text,
.cid-uo3uf6Aei8 .mbr-section-btn {
  color: #232323;
}
.cid-uo3uf6Aei8 .card-title,
.cid-uo3uf6Aei8 .card-box {
  color: #000000;
}
.cid-uo3uf6Aei8 .mbr-text,
.cid-uo3uf6Aei8 .link-wrap {
  color: #ffffff;
}
.cid-uo3uGlxJtm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo3uGlxJtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3uGlxJtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3uGlxJtm .mbr-section-title {
  text-align: left;
  color: #1f7f8c;
}
.cid-uo3uGlxJtm .mbr-section-subtitle {
  text-align: left;
}
.cid-sxHgzhjug7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxHgzhjug7 .mbr-section-title {
  text-align: center;
}
.cid-uo3vcwcCk3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo3vcwcCk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3vcwcCk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3vcwcCk3 .mbr-section-title {
  text-align: left;
  color: #1f7f8c;
}
.cid-uo3vcwcCk3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uo3v9dVPT4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo3v9dVPT4 .mbr-section-title {
  text-align: center;
}
.cid-uo3vt8t5mK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo3vt8t5mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3vt8t5mK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3vt8t5mK .mbr-section-title {
  text-align: left;
  color: #1f7f8c;
}
.cid-uo3vt8t5mK .mbr-section-subtitle {
  text-align: left;
}
.cid-uo3vprUPvr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo3vprUPvr .mbr-section-title {
  text-align: center;
}
.cid-uo3w4NnHaC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uo3w4NnHaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3w4NnHaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3w4NnHaC .mbr-section-title {
  text-align: left;
  color: #1f7f8c;
}
.cid-uo3w4NnHaC .mbr-section-subtitle {
  text-align: left;
}
.cid-uo3w0Qxum8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo3w0Qxum8 .mbr-section-title {
  text-align: center;
}
.cid-sxHdqkGA6P {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #1f7f8c;
}
.cid-sxHdqkGA6P .mbr-section-title {
  color: #ffffff;
}
.cid-sCKT8Tltos .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sCKT8Tltos .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sCKT8Tltos .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sCKT8Tltos .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sCKT8Tltos .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sCKT8Tltos .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sCKT8Tltos .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sCKT8Tltos .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sCKT8Tltos .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sCKT8Tltos .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sCKT8Tltos .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sCKT8Tltos .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sCKT8Tltos .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sCKT8Tltos .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sCKT8Tltos .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sCKT8Tltos P {
  color: #232323;
}
.cid-sCKT8Tltos DIV {
  color: #ffffff;
}
.cid-sCKT8Tltos H10 {
  color: #767676;
}
.cid-sCKT8Tltos .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sBIFhQ53PW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBIFhQ53PW nav.navbar {
  position: fixed;
}
.cid-sBIFhQ53PW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIFhQ53PW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sBIFhQ53PW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sBIFhQ53PW .dropdown-item:hover,
.cid-sBIFhQ53PW .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sBIFhQ53PW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sBIFhQ53PW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sBIFhQ53PW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sBIFhQ53PW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBIFhQ53PW .nav-link {
  position: relative;
}
.cid-sBIFhQ53PW .container {
  display: flex;
  margin: auto;
}
.cid-sBIFhQ53PW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sBIFhQ53PW .dropdown-menu,
.cid-sBIFhQ53PW .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sBIFhQ53PW .nav-item:focus,
.cid-sBIFhQ53PW .nav-link:focus {
  outline: none;
}
.cid-sBIFhQ53PW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBIFhQ53PW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sBIFhQ53PW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sBIFhQ53PW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBIFhQ53PW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBIFhQ53PW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBIFhQ53PW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sBIFhQ53PW .navbar.opened {
  transition: all 0.3s;
}
.cid-sBIFhQ53PW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sBIFhQ53PW .navbar .navbar-logo img {
  width: auto;
}
.cid-sBIFhQ53PW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBIFhQ53PW .navbar.collapsed {
  justify-content: center;
}
.cid-sBIFhQ53PW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBIFhQ53PW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBIFhQ53PW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sBIFhQ53PW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBIFhQ53PW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBIFhQ53PW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sBIFhQ53PW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBIFhQ53PW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sBIFhQ53PW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sBIFhQ53PW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBIFhQ53PW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBIFhQ53PW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBIFhQ53PW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBIFhQ53PW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sBIFhQ53PW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sBIFhQ53PW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBIFhQ53PW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sBIFhQ53PW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sBIFhQ53PW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBIFhQ53PW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sBIFhQ53PW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBIFhQ53PW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sBIFhQ53PW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sBIFhQ53PW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBIFhQ53PW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBIFhQ53PW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBIFhQ53PW .dropdown-item.active,
.cid-sBIFhQ53PW .dropdown-item:active {
  background-color: transparent;
}
.cid-sBIFhQ53PW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBIFhQ53PW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBIFhQ53PW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBIFhQ53PW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sBIFhQ53PW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBIFhQ53PW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBIFhQ53PW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBIFhQ53PW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBIFhQ53PW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sBIFhQ53PW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sBIFhQ53PW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sBIFhQ53PW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIFhQ53PW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sBIFhQ53PW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sBIFhQ53PW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIFhQ53PW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sBIFhQ53PW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sBIFhQ53PW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sBIFhQ53PW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sBIFhQ53PW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBIFhQ53PW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBIFhQ53PW .navbar {
    height: 70px;
  }
  .cid-sBIFhQ53PW .navbar.opened {
    height: auto;
  }
  .cid-sBIFhQ53PW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIFp0jEiU {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sBIFhTDsWZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-sBIFhTDsWZ .mbr-section-title {
  color: #ffffff;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sNGLDe26Zb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNGLDe26Zb nav.navbar {
  position: fixed;
}
.cid-sNGLDe26Zb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNGLDe26Zb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNGLDe26Zb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNGLDe26Zb .dropdown-item:hover,
.cid-sNGLDe26Zb .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sNGLDe26Zb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNGLDe26Zb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNGLDe26Zb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNGLDe26Zb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNGLDe26Zb .nav-link {
  position: relative;
}
.cid-sNGLDe26Zb .container {
  display: flex;
  margin: auto;
}
.cid-sNGLDe26Zb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNGLDe26Zb .dropdown-menu,
.cid-sNGLDe26Zb .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sNGLDe26Zb .nav-item:focus,
.cid-sNGLDe26Zb .nav-link:focus {
  outline: none;
}
.cid-sNGLDe26Zb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNGLDe26Zb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNGLDe26Zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNGLDe26Zb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNGLDe26Zb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNGLDe26Zb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNGLDe26Zb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sNGLDe26Zb .navbar.opened {
  transition: all 0.3s;
}
.cid-sNGLDe26Zb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNGLDe26Zb .navbar .navbar-logo img {
  width: auto;
}
.cid-sNGLDe26Zb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNGLDe26Zb .navbar.collapsed {
  justify-content: center;
}
.cid-sNGLDe26Zb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNGLDe26Zb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNGLDe26Zb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sNGLDe26Zb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNGLDe26Zb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNGLDe26Zb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNGLDe26Zb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNGLDe26Zb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNGLDe26Zb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNGLDe26Zb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNGLDe26Zb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNGLDe26Zb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNGLDe26Zb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNGLDe26Zb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNGLDe26Zb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNGLDe26Zb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNGLDe26Zb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNGLDe26Zb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNGLDe26Zb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNGLDe26Zb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNGLDe26Zb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNGLDe26Zb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNGLDe26Zb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNGLDe26Zb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNGLDe26Zb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNGLDe26Zb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNGLDe26Zb .dropdown-item.active,
.cid-sNGLDe26Zb .dropdown-item:active {
  background-color: transparent;
}
.cid-sNGLDe26Zb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNGLDe26Zb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNGLDe26Zb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNGLDe26Zb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sNGLDe26Zb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNGLDe26Zb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNGLDe26Zb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNGLDe26Zb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNGLDe26Zb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNGLDe26Zb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNGLDe26Zb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNGLDe26Zb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNGLDe26Zb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNGLDe26Zb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNGLDe26Zb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNGLDe26Zb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNGLDe26Zb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNGLDe26Zb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNGLDe26Zb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNGLDe26Zb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNGLDe26Zb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNGLDe26Zb .navbar {
    height: 70px;
  }
  .cid-sNGLDe26Zb .navbar.opened {
    height: auto;
  }
  .cid-sNGLDe26Zb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNGLD89bYZ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNGLD89bYZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNGLD89bYZ .row {
  flex-direction: row-reverse;
}
.cid-sNGLD89bYZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNGLD89bYZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-sNGWFUXi7G {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNGWFUXi7G .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sNGWFUXi7G .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sNGWFUXi7G .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNGWFUXi7G .card-wrapper {
    padding: 4rem;
  }
}
.cid-sNGWFUXi7G .mbr-text,
.cid-sNGWFUXi7G .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sNGWFUXi7G .card-title,
.cid-sNGWFUXi7G .card-box {
  text-align: left;
}
.cid-sNGLD8NTfj {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sNGPsM41Vi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-sNGPsM41Vi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNGLDdbywk .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sNGLDdbywk .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sNGLDdbywk .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sNGLDdbywk .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sNGLDdbywk .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sNGLDdbywk .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sNGLDdbywk .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sNGLDdbywk .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sNGLDdbywk .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sNGLDdbywk .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sNGLDdbywk .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sNGLDdbywk .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sNGLDdbywk .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sNGLDdbywk .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sNGLDdbywk .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sNGLDdbywk P {
  color: #232323;
}
.cid-sNGLDdbywk DIV {
  color: #ffffff;
}
.cid-sNGLDdbywk H10 {
  color: #767676;
}
.cid-sNGLDdbywk .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sNGS7MwHNZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNGS7MwHNZ nav.navbar {
  position: fixed;
}
.cid-sNGS7MwHNZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNGS7MwHNZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNGS7MwHNZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNGS7MwHNZ .dropdown-item:hover,
.cid-sNGS7MwHNZ .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sNGS7MwHNZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNGS7MwHNZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNGS7MwHNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNGS7MwHNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNGS7MwHNZ .nav-link {
  position: relative;
}
.cid-sNGS7MwHNZ .container {
  display: flex;
  margin: auto;
}
.cid-sNGS7MwHNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNGS7MwHNZ .dropdown-menu,
.cid-sNGS7MwHNZ .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sNGS7MwHNZ .nav-item:focus,
.cid-sNGS7MwHNZ .nav-link:focus {
  outline: none;
}
.cid-sNGS7MwHNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNGS7MwHNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNGS7MwHNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNGS7MwHNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNGS7MwHNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNGS7MwHNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNGS7MwHNZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sNGS7MwHNZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sNGS7MwHNZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNGS7MwHNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sNGS7MwHNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNGS7MwHNZ .navbar.collapsed {
  justify-content: center;
}
.cid-sNGS7MwHNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNGS7MwHNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNGS7MwHNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sNGS7MwHNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNGS7MwHNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNGS7MwHNZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNGS7MwHNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNGS7MwHNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNGS7MwHNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNGS7MwHNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNGS7MwHNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNGS7MwHNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNGS7MwHNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNGS7MwHNZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNGS7MwHNZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNGS7MwHNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNGS7MwHNZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNGS7MwHNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNGS7MwHNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNGS7MwHNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNGS7MwHNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNGS7MwHNZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNGS7MwHNZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNGS7MwHNZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNGS7MwHNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNGS7MwHNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNGS7MwHNZ .dropdown-item.active,
.cid-sNGS7MwHNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sNGS7MwHNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNGS7MwHNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNGS7MwHNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNGS7MwHNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sNGS7MwHNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNGS7MwHNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNGS7MwHNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNGS7MwHNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNGS7MwHNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNGS7MwHNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNGS7MwHNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNGS7MwHNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNGS7MwHNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNGS7MwHNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNGS7MwHNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNGS7MwHNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNGS7MwHNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNGS7MwHNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNGS7MwHNZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNGS7MwHNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNGS7MwHNZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNGS7MwHNZ .navbar {
    height: 70px;
  }
  .cid-sNGS7MwHNZ .navbar.opened {
    height: auto;
  }
  .cid-sNGS7MwHNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNGS7EMKNL {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNGS7EMKNL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNGS7EMKNL .row {
  flex-direction: row-reverse;
}
.cid-sNGS7EMKNL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNGS7EMKNL .text-wrapper {
    padding: 2rem;
  }
}
.cid-sNGW8zQO1b {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNGW8zQO1b .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sNGW8zQO1b .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sNGW8zQO1b .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNGW8zQO1b .card-wrapper {
    padding: 4rem;
  }
}
.cid-sNGW8zQO1b .mbr-text,
.cid-sNGW8zQO1b .mbr-section-btn {
  color: #ffffff;
}
.cid-sNGW8zQO1b .card-title,
.cid-sNGW8zQO1b .card-box {
  text-align: left;
}
.cid-sNGS7GERvn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNGS7JR0b5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-sNGS7JR0b5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNGS7Lncrv .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sNGS7Lncrv .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sNGS7Lncrv .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sNGS7Lncrv .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sNGS7Lncrv .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sNGS7Lncrv .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sNGS7Lncrv .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sNGS7Lncrv .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sNGS7Lncrv .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sNGS7Lncrv .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sNGS7Lncrv .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sNGS7Lncrv .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sNGS7Lncrv .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sNGS7Lncrv .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sNGS7Lncrv .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sNGS7Lncrv P {
  color: #232323;
}
.cid-sNGS7Lncrv DIV {
  color: #ffffff;
}
.cid-sNGS7Lncrv H10 {
  color: #767676;
}
.cid-sNGS7Lncrv .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sNGX3rBTh8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNGX3rBTh8 nav.navbar {
  position: fixed;
}
.cid-sNGX3rBTh8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNGX3rBTh8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNGX3rBTh8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNGX3rBTh8 .dropdown-item:hover,
.cid-sNGX3rBTh8 .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sNGX3rBTh8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNGX3rBTh8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNGX3rBTh8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNGX3rBTh8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNGX3rBTh8 .nav-link {
  position: relative;
}
.cid-sNGX3rBTh8 .container {
  display: flex;
  margin: auto;
}
.cid-sNGX3rBTh8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNGX3rBTh8 .dropdown-menu,
.cid-sNGX3rBTh8 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sNGX3rBTh8 .nav-item:focus,
.cid-sNGX3rBTh8 .nav-link:focus {
  outline: none;
}
.cid-sNGX3rBTh8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNGX3rBTh8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNGX3rBTh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNGX3rBTh8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNGX3rBTh8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNGX3rBTh8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNGX3rBTh8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sNGX3rBTh8 .navbar.opened {
  transition: all 0.3s;
}
.cid-sNGX3rBTh8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNGX3rBTh8 .navbar .navbar-logo img {
  width: auto;
}
.cid-sNGX3rBTh8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNGX3rBTh8 .navbar.collapsed {
  justify-content: center;
}
.cid-sNGX3rBTh8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNGX3rBTh8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNGX3rBTh8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sNGX3rBTh8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNGX3rBTh8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNGX3rBTh8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNGX3rBTh8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNGX3rBTh8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNGX3rBTh8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNGX3rBTh8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNGX3rBTh8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNGX3rBTh8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNGX3rBTh8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNGX3rBTh8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNGX3rBTh8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNGX3rBTh8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNGX3rBTh8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNGX3rBTh8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNGX3rBTh8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNGX3rBTh8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNGX3rBTh8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNGX3rBTh8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNGX3rBTh8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNGX3rBTh8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNGX3rBTh8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNGX3rBTh8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNGX3rBTh8 .dropdown-item.active,
.cid-sNGX3rBTh8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNGX3rBTh8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNGX3rBTh8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNGX3rBTh8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNGX3rBTh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sNGX3rBTh8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNGX3rBTh8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNGX3rBTh8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNGX3rBTh8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNGX3rBTh8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNGX3rBTh8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNGX3rBTh8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNGX3rBTh8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNGX3rBTh8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNGX3rBTh8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNGX3rBTh8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNGX3rBTh8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNGX3rBTh8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNGX3rBTh8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNGX3rBTh8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNGX3rBTh8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNGX3rBTh8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNGX3rBTh8 .navbar {
    height: 70px;
  }
  .cid-sNGX3rBTh8 .navbar.opened {
    height: auto;
  }
  .cid-sNGX3rBTh8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNGX3ipA6s {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNGX3ipA6s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNGX3ipA6s .row {
  flex-direction: row-reverse;
}
.cid-sNGX3ipA6s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNGX3ipA6s .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUtTnncp5O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sNGX3kdf6b {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNGX3kdf6b .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sNGX3kdf6b .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sNGX3kdf6b .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNGX3kdf6b .card-wrapper {
    padding: 4rem;
  }
}
.cid-sNGX3kdf6b .mbr-text,
.cid-sNGX3kdf6b .mbr-section-btn {
  color: #ffffff;
}
.cid-sNGX3kdf6b .card-title,
.cid-sNGX3kdf6b .card-box {
  text-align: left;
}
.cid-sNGX3jEJ9W {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sNGX3nDCBh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-sNGX3nDCBh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNGX3qdh06 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sNGX3qdh06 .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sNGX3qdh06 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sNGX3qdh06 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sNGX3qdh06 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sNGX3qdh06 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sNGX3qdh06 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sNGX3qdh06 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sNGX3qdh06 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sNGX3qdh06 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sNGX3qdh06 .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sNGX3qdh06 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sNGX3qdh06 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sNGX3qdh06 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sNGX3qdh06 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sNGX3qdh06 P {
  color: #232323;
}
.cid-sNGX3qdh06 DIV {
  color: #ffffff;
}
.cid-sNGX3qdh06 H10 {
  color: #767676;
}
.cid-sNGX3qdh06 .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sNH0DK8spC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNH0DK8spC nav.navbar {
  position: fixed;
}
.cid-sNH0DK8spC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNH0DK8spC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNH0DK8spC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNH0DK8spC .dropdown-item:hover,
.cid-sNH0DK8spC .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sNH0DK8spC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNH0DK8spC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNH0DK8spC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNH0DK8spC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNH0DK8spC .nav-link {
  position: relative;
}
.cid-sNH0DK8spC .container {
  display: flex;
  margin: auto;
}
.cid-sNH0DK8spC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNH0DK8spC .dropdown-menu,
.cid-sNH0DK8spC .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sNH0DK8spC .nav-item:focus,
.cid-sNH0DK8spC .nav-link:focus {
  outline: none;
}
.cid-sNH0DK8spC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNH0DK8spC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNH0DK8spC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNH0DK8spC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNH0DK8spC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNH0DK8spC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNH0DK8spC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sNH0DK8spC .navbar.opened {
  transition: all 0.3s;
}
.cid-sNH0DK8spC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNH0DK8spC .navbar .navbar-logo img {
  width: auto;
}
.cid-sNH0DK8spC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNH0DK8spC .navbar.collapsed {
  justify-content: center;
}
.cid-sNH0DK8spC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNH0DK8spC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNH0DK8spC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sNH0DK8spC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNH0DK8spC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNH0DK8spC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sNH0DK8spC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNH0DK8spC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNH0DK8spC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNH0DK8spC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNH0DK8spC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNH0DK8spC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNH0DK8spC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNH0DK8spC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sNH0DK8spC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNH0DK8spC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNH0DK8spC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNH0DK8spC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNH0DK8spC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNH0DK8spC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNH0DK8spC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNH0DK8spC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNH0DK8spC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNH0DK8spC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sNH0DK8spC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNH0DK8spC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNH0DK8spC .dropdown-item.active,
.cid-sNH0DK8spC .dropdown-item:active {
  background-color: transparent;
}
.cid-sNH0DK8spC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNH0DK8spC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNH0DK8spC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNH0DK8spC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sNH0DK8spC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNH0DK8spC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNH0DK8spC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNH0DK8spC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNH0DK8spC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNH0DK8spC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sNH0DK8spC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNH0DK8spC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNH0DK8spC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNH0DK8spC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNH0DK8spC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNH0DK8spC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNH0DK8spC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNH0DK8spC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNH0DK8spC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNH0DK8spC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNH0DK8spC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNH0DK8spC .navbar {
    height: 70px;
  }
  .cid-sNH0DK8spC .navbar.opened {
    height: auto;
  }
  .cid-sNH0DK8spC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNH0DBat4a {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNH0DBat4a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNH0DBat4a .row {
  flex-direction: row-reverse;
}
.cid-sNH0DBat4a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNH0DBat4a .text-wrapper {
    padding: 2rem;
  }
}
.cid-utrL9dH68y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utrL9dH68y .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utrL9dH68y .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utrL9dH68y .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utrL9dH68y .card-wrapper {
    padding: 4rem;
  }
}
.cid-utrL9dH68y .mbr-text,
.cid-utrL9dH68y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-utrL9dH68y .card-title,
.cid-utrL9dH68y .card-box {
  text-align: left;
}
.cid-sNH0DCA82W {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sNH0DGv4Xw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-sNH0DGv4Xw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNH0DIY6DQ .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sNH0DIY6DQ .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sNH0DIY6DQ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sNH0DIY6DQ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sNH0DIY6DQ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sNH0DIY6DQ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sNH0DIY6DQ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sNH0DIY6DQ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sNH0DIY6DQ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sNH0DIY6DQ .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sNH0DIY6DQ .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sNH0DIY6DQ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sNH0DIY6DQ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sNH0DIY6DQ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sNH0DIY6DQ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sNH0DIY6DQ P {
  color: #232323;
}
.cid-sNH0DIY6DQ DIV {
  color: #ffffff;
}
.cid-sNH0DIY6DQ H10 {
  color: #767676;
}
.cid-sNH0DIY6DQ .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-sUtVlgK8Cq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUtVlgK8Cq nav.navbar {
  position: fixed;
}
.cid-sUtVlgK8Cq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUtVlgK8Cq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUtVlgK8Cq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUtVlgK8Cq .dropdown-item:hover,
.cid-sUtVlgK8Cq .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-sUtVlgK8Cq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUtVlgK8Cq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUtVlgK8Cq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUtVlgK8Cq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUtVlgK8Cq .nav-link {
  position: relative;
}
.cid-sUtVlgK8Cq .container {
  display: flex;
  margin: auto;
}
.cid-sUtVlgK8Cq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUtVlgK8Cq .dropdown-menu,
.cid-sUtVlgK8Cq .navbar.opened {
  background: #bbbbbb !important;
}
.cid-sUtVlgK8Cq .nav-item:focus,
.cid-sUtVlgK8Cq .nav-link:focus {
  outline: none;
}
.cid-sUtVlgK8Cq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUtVlgK8Cq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUtVlgK8Cq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUtVlgK8Cq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUtVlgK8Cq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUtVlgK8Cq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUtVlgK8Cq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-sUtVlgK8Cq .navbar.opened {
  transition: all 0.3s;
}
.cid-sUtVlgK8Cq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUtVlgK8Cq .navbar .navbar-logo img {
  width: auto;
}
.cid-sUtVlgK8Cq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUtVlgK8Cq .navbar.collapsed {
  justify-content: center;
}
.cid-sUtVlgK8Cq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUtVlgK8Cq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUtVlgK8Cq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sUtVlgK8Cq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUtVlgK8Cq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUtVlgK8Cq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sUtVlgK8Cq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUtVlgK8Cq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUtVlgK8Cq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUtVlgK8Cq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUtVlgK8Cq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUtVlgK8Cq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUtVlgK8Cq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUtVlgK8Cq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sUtVlgK8Cq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUtVlgK8Cq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUtVlgK8Cq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUtVlgK8Cq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUtVlgK8Cq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUtVlgK8Cq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUtVlgK8Cq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUtVlgK8Cq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUtVlgK8Cq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUtVlgK8Cq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUtVlgK8Cq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUtVlgK8Cq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUtVlgK8Cq .dropdown-item.active,
.cid-sUtVlgK8Cq .dropdown-item:active {
  background-color: transparent;
}
.cid-sUtVlgK8Cq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUtVlgK8Cq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUtVlgK8Cq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUtVlgK8Cq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-sUtVlgK8Cq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUtVlgK8Cq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUtVlgK8Cq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUtVlgK8Cq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUtVlgK8Cq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUtVlgK8Cq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUtVlgK8Cq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUtVlgK8Cq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUtVlgK8Cq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUtVlgK8Cq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUtVlgK8Cq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUtVlgK8Cq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUtVlgK8Cq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUtVlgK8Cq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUtVlgK8Cq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUtVlgK8Cq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUtVlgK8Cq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUtVlgK8Cq .navbar {
    height: 70px;
  }
  .cid-sUtVlgK8Cq .navbar.opened {
    height: auto;
  }
  .cid-sUtVlgK8Cq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUvKpeKxYT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1f7f8c;
}
.cid-sUvKpeKxYT .mbr-text,
.cid-sUvKpeKxYT .mbr-section-btn {
  color: #232323;
}
.cid-sUvKpeKxYT .card-title,
.cid-sUvKpeKxYT .card-box {
  color: #ffffff;
}
.cid-sUvKpeKxYT .mbr-text,
.cid-sUvKpeKxYT .link-wrap {
  color: #ffffff;
}
.cid-uxoRF7PFEt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uxoRF7PFEt .mbr-section-title {
  text-align: center;
}
.cid-uxoRF7PFEt .frame {
  min-height: 600px;
}
.cid-utlX27UCNn {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1483.jpg");
}
.cid-utlX27UCNn .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utlX27UCNn .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utlX27UCNn .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlX27UCNn .card-wrapper {
    padding: 4rem;
  }
}
.cid-utlX27UCNn .mbr-text,
.cid-utlX27UCNn .mbr-section-btn {
  text-align: left;
}
.cid-utlX27UCNn .card-title {
  text-align: left;
}
.cid-sUvSWgcDBS {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-sUvSWgcDBS .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sUvSWgcDBS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sUvSWgcDBS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sUvSWgcDBS .card-wrapper {
    padding: 4rem;
  }
}
.cid-sUvSWgcDBS .mbr-text,
.cid-sUvSWgcDBS .mbr-section-btn {
  text-align: left;
}
.cid-sUvSWgcDBS .card-title {
  text-align: left;
}
.cid-sUtVlfwIVC .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sUtVlfwIVC .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-sUtVlfwIVC .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-sUtVlfwIVC .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sUtVlfwIVC .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sUtVlfwIVC .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sUtVlfwIVC .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sUtVlfwIVC .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sUtVlfwIVC .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sUtVlfwIVC .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sUtVlfwIVC .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-sUtVlfwIVC .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sUtVlfwIVC .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sUtVlfwIVC .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sUtVlfwIVC .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sUtVlfwIVC P {
  color: #232323;
}
.cid-sUtVlfwIVC DIV {
  color: #ffffff;
}
.cid-sUtVlfwIVC H10 {
  color: #767676;
}
.cid-sUtVlfwIVC .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-u3j3nBDzAY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u3j3nBDzAY nav.navbar {
  position: fixed;
}
.cid-u3j3nBDzAY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3j3nBDzAY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u3j3nBDzAY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u3j3nBDzAY .dropdown-item:hover,
.cid-u3j3nBDzAY .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-u3j3nBDzAY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u3j3nBDzAY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u3j3nBDzAY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u3j3nBDzAY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u3j3nBDzAY .nav-link {
  position: relative;
}
.cid-u3j3nBDzAY .container {
  display: flex;
  margin: auto;
}
.cid-u3j3nBDzAY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u3j3nBDzAY .dropdown-menu,
.cid-u3j3nBDzAY .navbar.opened {
  background: #bbbbbb !important;
}
.cid-u3j3nBDzAY .nav-item:focus,
.cid-u3j3nBDzAY .nav-link:focus {
  outline: none;
}
.cid-u3j3nBDzAY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u3j3nBDzAY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3j3nBDzAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u3j3nBDzAY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u3j3nBDzAY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3j3nBDzAY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3j3nBDzAY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-u3j3nBDzAY .navbar.opened {
  transition: all 0.3s;
}
.cid-u3j3nBDzAY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u3j3nBDzAY .navbar .navbar-logo img {
  width: auto;
}
.cid-u3j3nBDzAY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u3j3nBDzAY .navbar.collapsed {
  justify-content: center;
}
.cid-u3j3nBDzAY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u3j3nBDzAY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u3j3nBDzAY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-u3j3nBDzAY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u3j3nBDzAY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u3j3nBDzAY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u3j3nBDzAY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u3j3nBDzAY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u3j3nBDzAY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u3j3nBDzAY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u3j3nBDzAY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u3j3nBDzAY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u3j3nBDzAY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u3j3nBDzAY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u3j3nBDzAY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u3j3nBDzAY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u3j3nBDzAY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u3j3nBDzAY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u3j3nBDzAY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u3j3nBDzAY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u3j3nBDzAY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u3j3nBDzAY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u3j3nBDzAY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u3j3nBDzAY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u3j3nBDzAY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u3j3nBDzAY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u3j3nBDzAY .dropdown-item.active,
.cid-u3j3nBDzAY .dropdown-item:active {
  background-color: transparent;
}
.cid-u3j3nBDzAY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u3j3nBDzAY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u3j3nBDzAY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u3j3nBDzAY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-u3j3nBDzAY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u3j3nBDzAY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3j3nBDzAY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u3j3nBDzAY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u3j3nBDzAY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u3j3nBDzAY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3j3nBDzAY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3j3nBDzAY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3j3nBDzAY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3j3nBDzAY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3j3nBDzAY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3j3nBDzAY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3j3nBDzAY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3j3nBDzAY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3j3nBDzAY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u3j3nBDzAY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u3j3nBDzAY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u3j3nBDzAY .navbar {
    height: 70px;
  }
  .cid-u3j3nBDzAY .navbar.opened {
    height: auto;
  }
  .cid-u3j3nBDzAY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3j3nC9PAO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-u3j3nC9PAO .mbr-text,
.cid-u3j3nC9PAO .mbr-section-btn {
  color: #232323;
}
.cid-u3j3nC9PAO .card-title,
.cid-u3j3nC9PAO .card-box {
  color: #ffffff;
}
.cid-u3j3nC9PAO .mbr-text,
.cid-u3j3nC9PAO .link-wrap {
  color: #ffffff;
}
.cid-u3j7f616Oz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u3j7f616Oz img,
.cid-u3j7f616Oz .item-img {
  width: 100%;
}
.cid-u3j7f616Oz .item:focus,
.cid-u3j7f616Oz span:focus {
  outline: none;
}
.cid-u3j7f616Oz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3j7f616Oz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3j7f616Oz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3j7f616Oz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3j7f616Oz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3j7f616Oz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3j7f616Oz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3j7f616Oz .mbr-section-title {
  color: #232323;
}
.cid-u3j7f616Oz .mbr-text,
.cid-u3j7f616Oz .mbr-section-btn {
  text-align: left;
}
.cid-u3j7f616Oz .item-title {
  text-align: left;
}
.cid-u3j7f616Oz .item-subtitle {
  text-align: left;
}
.cid-u3jaHGnkNe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3jaHGnkNe img,
.cid-u3jaHGnkNe .item-img {
  width: 100%;
}
.cid-u3jaHGnkNe .item:focus,
.cid-u3jaHGnkNe span:focus {
  outline: none;
}
.cid-u3jaHGnkNe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3jaHGnkNe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3jaHGnkNe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3jaHGnkNe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3jaHGnkNe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3jaHGnkNe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3jaHGnkNe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3jaHGnkNe .mbr-section-title {
  color: #232323;
}
.cid-u3jaHGnkNe .mbr-text,
.cid-u3jaHGnkNe .mbr-section-btn {
  text-align: left;
}
.cid-u3jaHGnkNe .item-title {
  text-align: left;
}
.cid-u3jaHGnkNe .item-subtitle {
  text-align: left;
}
.cid-uoNRhpveTl {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoNRhpveTl img,
.cid-uoNRhpveTl .item-img {
  width: 100%;
}
.cid-uoNRhpveTl .item:focus,
.cid-uoNRhpveTl span:focus {
  outline: none;
}
.cid-uoNRhpveTl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uoNRhpveTl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uoNRhpveTl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uoNRhpveTl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uoNRhpveTl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uoNRhpveTl .mbr-section-title {
  color: #232323;
}
.cid-uoNRhpveTl .mbr-text,
.cid-uoNRhpveTl .mbr-section-btn {
  text-align: left;
}
.cid-uoNRhpveTl .item-title {
  text-align: left;
}
.cid-uoNRhpveTl .item-subtitle {
  text-align: left;
}
.cid-u3jd7Agfn1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3jd7Agfn1 img,
.cid-u3jd7Agfn1 .item-img {
  width: 100%;
}
.cid-u3jd7Agfn1 .item:focus,
.cid-u3jd7Agfn1 span:focus {
  outline: none;
}
.cid-u3jd7Agfn1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u3jd7Agfn1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3jd7Agfn1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3jd7Agfn1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3jd7Agfn1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3jd7Agfn1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3jd7Agfn1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3jd7Agfn1 .mbr-section-title {
  color: #232323;
}
.cid-u3jd7Agfn1 .mbr-text,
.cid-u3jd7Agfn1 .mbr-section-btn {
  text-align: left;
}
.cid-u3jd7Agfn1 .item-title {
  text-align: left;
}
.cid-u3jd7Agfn1 .item-subtitle {
  text-align: center;
}
.cid-u3j3nGxaY8 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u3j3nGxaY8 .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-u3j3nGxaY8 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-u3j3nGxaY8 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-u3j3nGxaY8 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-u3j3nGxaY8 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-u3j3nGxaY8 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-u3j3nGxaY8 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-u3j3nGxaY8 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-u3j3nGxaY8 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-u3j3nGxaY8 .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-u3j3nGxaY8 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-u3j3nGxaY8 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-u3j3nGxaY8 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-u3j3nGxaY8 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-u3j3nGxaY8 P {
  color: #232323;
}
.cid-u3j3nGxaY8 DIV {
  color: #ffffff;
}
.cid-u3j3nGxaY8 H10 {
  color: #767676;
}
.cid-u3j3nGxaY8 .hidden {
  display: none;
}
.cid-u3m9FFmgwj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .content {
    text-align: center;
  }
  .cid-u3m9FFmgwj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u3m9FFmgwj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u3m9FFmgwj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u3m9FFmgwj .google-map {
  height: 25rem;
  position: relative;
}
.cid-u3m9FFmgwj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u3m9FFmgwj .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-u3m9FFmgwj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u3m9FFmgwj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u3m9FFmgwj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u3m9FFmgwj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u3m9FFmgwj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u3m9FFmgwj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u3m9FFmgwj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u3m9FFmgwj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u3m9FFmgwj .list {
  list-style-type: none;
  padding: 0;
}
.cid-u3m9FFmgwj H5 {
  color: #000000;
}
.cid-u3m9FFmgwj .copyright > p {
  color: #63c7d4;
}
.cid-u3m9FFmgwj .copyright > p P {
  text-align: center;
}
.cid-upkzki7mEO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upkzki7mEO nav.navbar {
  position: fixed;
}
.cid-upkzki7mEO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upkzki7mEO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upkzki7mEO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upkzki7mEO .dropdown-item:hover,
.cid-upkzki7mEO .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-upkzki7mEO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upkzki7mEO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upkzki7mEO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upkzki7mEO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upkzki7mEO .nav-link {
  position: relative;
}
.cid-upkzki7mEO .container {
  display: flex;
  margin: auto;
}
.cid-upkzki7mEO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upkzki7mEO .dropdown-menu,
.cid-upkzki7mEO .navbar.opened {
  background: #bbbbbb !important;
}
.cid-upkzki7mEO .nav-item:focus,
.cid-upkzki7mEO .nav-link:focus {
  outline: none;
}
.cid-upkzki7mEO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upkzki7mEO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upkzki7mEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upkzki7mEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upkzki7mEO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upkzki7mEO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upkzki7mEO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-upkzki7mEO .navbar.opened {
  transition: all 0.3s;
}
.cid-upkzki7mEO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upkzki7mEO .navbar .navbar-logo img {
  width: auto;
}
.cid-upkzki7mEO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upkzki7mEO .navbar.collapsed {
  justify-content: center;
}
.cid-upkzki7mEO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upkzki7mEO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upkzki7mEO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-upkzki7mEO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upkzki7mEO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upkzki7mEO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upkzki7mEO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upkzki7mEO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upkzki7mEO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upkzki7mEO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upkzki7mEO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upkzki7mEO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upkzki7mEO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upkzki7mEO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upkzki7mEO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upkzki7mEO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upkzki7mEO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upkzki7mEO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upkzki7mEO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upkzki7mEO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upkzki7mEO .navbar.navbar-short {
  min-height: 60px;
}
.cid-upkzki7mEO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upkzki7mEO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upkzki7mEO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upkzki7mEO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upkzki7mEO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upkzki7mEO .dropdown-item.active,
.cid-upkzki7mEO .dropdown-item:active {
  background-color: transparent;
}
.cid-upkzki7mEO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upkzki7mEO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upkzki7mEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upkzki7mEO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-upkzki7mEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upkzki7mEO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upkzki7mEO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upkzki7mEO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upkzki7mEO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upkzki7mEO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upkzki7mEO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upkzki7mEO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upkzki7mEO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upkzki7mEO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upkzki7mEO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upkzki7mEO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upkzki7mEO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upkzki7mEO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upkzki7mEO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upkzki7mEO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upkzki7mEO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upkzki7mEO .navbar {
    height: 70px;
  }
  .cid-upkzki7mEO .navbar.opened {
    height: auto;
  }
  .cid-upkzki7mEO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upkEjpVwX3 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-upkEjpVwX3 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-upkEjpVwX3 img,
.cid-upkEjpVwX3 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-upkEjpVwX3 .item:focus,
.cid-upkEjpVwX3 span:focus {
  outline: none;
}
.cid-upkEjpVwX3 .item-wrapper {
  position: relative;
}
.cid-upkEjpVwX3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upkEjpVwX3 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upkEjpVwX3 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upkEjpVwX3 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upkEjpVwX3 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upkEjpVwX3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upkEjpVwX3 .mbr-section-title {
  color: #ffffff;
}
.cid-upkEjpVwX3 .mbr-text,
.cid-upkEjpVwX3 .mbr-section-btn {
  text-align: left;
}
.cid-upkEjpVwX3 .item-title {
  text-align: center;
}
.cid-upkEjpVwX3 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upkEjpVwX3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-upkEjpVwX3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upkEjpVwX3 .embla__button--next,
.cid-upkEjpVwX3 .embla__button--prev {
  display: flex;
}
.cid-upkEjpVwX3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-upkEjpVwX3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upkEjpVwX3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upkEjpVwX3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upkEjpVwX3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upkEjpVwX3 .embla__button {
    top: auto;
  }
}
.cid-upkEjpVwX3 .embla {
  position: relative;
  width: 100%;
}
.cid-upkEjpVwX3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-upkEjpVwX3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upkEjpVwX3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upkEjpVwX3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upkzklctxz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-upkzklctxz .content {
    text-align: center;
  }
  .cid-upkzklctxz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upkzklctxz .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-upkzklctxz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-upkzklctxz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-upkzklctxz .google-map {
  height: 25rem;
  position: relative;
}
.cid-upkzklctxz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upkzklctxz .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-upkzklctxz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upkzklctxz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upkzklctxz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upkzklctxz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-upkzklctxz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-upkzklctxz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-upkzklctxz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upkzklctxz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upkzklctxz .list {
  list-style-type: none;
  padding: 0;
}
.cid-upkzklctxz H5 {
  color: #000000;
}
.cid-upkzklctxz .copyright > p {
  color: #63c7d4;
}
.cid-upkzklctxz .copyright > p P {
  text-align: center;
}
.cid-upkzkkH7xA .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-upkzkkH7xA .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-upkzkkH7xA .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-upkzkkH7xA .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-upkzkkH7xA .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-upkzkkH7xA .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-upkzkkH7xA .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-upkzkkH7xA .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-upkzkkH7xA .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-upkzkkH7xA .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-upkzkkH7xA .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-upkzkkH7xA .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-upkzkkH7xA .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-upkzkkH7xA .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-upkzkkH7xA .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-upkzkkH7xA P {
  color: #232323;
}
.cid-upkzkkH7xA DIV {
  color: #ffffff;
}
.cid-upkzkkH7xA H10 {
  color: #767676;
}
.cid-upkzkkH7xA .hidden {
  display: none;
}
.cid-upkLdstkg9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upkLdstkg9 nav.navbar {
  position: fixed;
}
.cid-upkLdstkg9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upkLdstkg9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upkLdstkg9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upkLdstkg9 .dropdown-item:hover,
.cid-upkLdstkg9 .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-upkLdstkg9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upkLdstkg9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upkLdstkg9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upkLdstkg9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upkLdstkg9 .nav-link {
  position: relative;
}
.cid-upkLdstkg9 .container {
  display: flex;
  margin: auto;
}
.cid-upkLdstkg9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upkLdstkg9 .dropdown-menu,
.cid-upkLdstkg9 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-upkLdstkg9 .nav-item:focus,
.cid-upkLdstkg9 .nav-link:focus {
  outline: none;
}
.cid-upkLdstkg9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upkLdstkg9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upkLdstkg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upkLdstkg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upkLdstkg9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upkLdstkg9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upkLdstkg9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-upkLdstkg9 .navbar.opened {
  transition: all 0.3s;
}
.cid-upkLdstkg9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upkLdstkg9 .navbar .navbar-logo img {
  width: auto;
}
.cid-upkLdstkg9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upkLdstkg9 .navbar.collapsed {
  justify-content: center;
}
.cid-upkLdstkg9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upkLdstkg9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upkLdstkg9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-upkLdstkg9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upkLdstkg9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upkLdstkg9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upkLdstkg9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upkLdstkg9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upkLdstkg9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upkLdstkg9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upkLdstkg9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upkLdstkg9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upkLdstkg9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upkLdstkg9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upkLdstkg9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upkLdstkg9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upkLdstkg9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upkLdstkg9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upkLdstkg9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upkLdstkg9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upkLdstkg9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upkLdstkg9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upkLdstkg9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upkLdstkg9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upkLdstkg9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upkLdstkg9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upkLdstkg9 .dropdown-item.active,
.cid-upkLdstkg9 .dropdown-item:active {
  background-color: transparent;
}
.cid-upkLdstkg9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upkLdstkg9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upkLdstkg9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upkLdstkg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-upkLdstkg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upkLdstkg9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upkLdstkg9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upkLdstkg9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upkLdstkg9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upkLdstkg9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upkLdstkg9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upkLdstkg9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upkLdstkg9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upkLdstkg9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upkLdstkg9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upkLdstkg9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upkLdstkg9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upkLdstkg9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upkLdstkg9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upkLdstkg9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upkLdstkg9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upkLdstkg9 .navbar {
    height: 70px;
  }
  .cid-upkLdstkg9 .navbar.opened {
    height: auto;
  }
  .cid-upkLdstkg9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urgtfzNpdv {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urgtfzNpdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgtfzNpdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgtfzNpdv .mbr-section-title {
  text-align: center;
}
.cid-urgtfzNpdv .mbr-section-subtitle {
  text-align: center;
}
.cid-upkOcV3f1j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upkOcV3f1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-upkOcV3f1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upkOcV3f1j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upkOcV3f1j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upkOcV3f1j .text-wrapper {
    padding: 2rem;
  }
}
.cid-upkPnehots {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upkPnehots .mbr-fallback-image.disabled {
  display: none;
}
.cid-upkPnehots .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upkPnehots .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-upkPnehots .item {
    margin-bottom: 4rem;
  }
}
.cid-upkPnehots .item:last-child .icon-box:before {
  display: none;
}
.cid-upkPnehots .item.last .icon-box:before {
  display: none;
}
.cid-upkPnehots .icon-box {
  background: #1f7f8c;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-upkPnehots .icon-box {
    margin-right: 1rem;
  }
}
.cid-upkPnehots .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #1f7f8c;
  transform: translate(-50%, 0);
}
.cid-upkPnehots span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-upkPnehots .card {
    margin-bottom: 2rem;
  }
  .cid-upkPnehots .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-upkPnehots .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-upkPnehots .icon-box::before {
    top: 114%;
  }
}
.cid-upkPnehots .mbr-text,
.cid-upkPnehots .mbr-section-btn {
  text-align: left;
}
.cid-upkSqyV1P7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upkSqyV1P7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upkSqyV1P7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upkSqyV1P7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upkSqyV1P7 .row {
  flex-direction: row-reverse;
}
.cid-upkSqyV1P7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upkSqyV1P7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-upkUoRpmru {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-upkUoRpmru .mbr-fallback-image.disabled {
  display: none;
}
.cid-upkUoRpmru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upkUoRpmru .mbr-text {
  color: #767676;
}
.cid-upkUoRpmru .mbr-section-subtitle {
  color: #767676;
}
.cid-upkUoRpmru .title .num {
  width: 100%;
  display: block;
}
.cid-upkUoRpmru .title .card-title {
  z-index: 1;
}
.cid-upkUoRpmru .num {
  color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-upkUoRpmru * {
    text-align: center !important;
  }
  .cid-upkUoRpmru .content-column {
    margin-bottom: 2rem;
  }
}
.cid-upkUoRpmru .mbr-section-title,
.cid-upkUoRpmru .card-box {
  text-align: center;
}
.cid-upkOO17kS0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upkW9CawoQ {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-upkW9CawoQ .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upkW9CawoQ .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upkW9CawoQ .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upkW9CawoQ .card-wrapper {
    padding: 4rem;
  }
}
.cid-upkW9CawoQ .mbr-text,
.cid-upkW9CawoQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upkW9CawoQ .card-title,
.cid-upkW9CawoQ .card-box {
  text-align: left;
}
.cid-upsL636fkP {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-upsL636fkP .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-upsL636fkP img,
.cid-upsL636fkP .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-upsL636fkP .item:focus,
.cid-upsL636fkP span:focus {
  outline: none;
}
.cid-upsL636fkP .item-wrapper {
  position: relative;
}
.cid-upsL636fkP .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upsL636fkP .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upsL636fkP .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upsL636fkP .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upsL636fkP .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upsL636fkP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upsL636fkP .mbr-section-title {
  color: #ffffff;
}
.cid-upsL636fkP .mbr-text,
.cid-upsL636fkP .mbr-section-btn {
  text-align: left;
}
.cid-upsL636fkP .item-title {
  text-align: center;
}
.cid-upsL636fkP .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upsL636fkP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-upsL636fkP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upsL636fkP .embla__button--next,
.cid-upsL636fkP .embla__button--prev {
  display: flex;
}
.cid-upsL636fkP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-upsL636fkP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upsL636fkP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upsL636fkP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upsL636fkP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upsL636fkP .embla__button {
    top: auto;
  }
}
.cid-upsL636fkP .embla {
  position: relative;
  width: 100%;
}
.cid-upsL636fkP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-upsL636fkP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upsL636fkP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upsL636fkP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upkLdtpudU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-upkLdtpudU .content {
    text-align: center;
  }
  .cid-upkLdtpudU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upkLdtpudU .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-upkLdtpudU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-upkLdtpudU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-upkLdtpudU .google-map {
  height: 25rem;
  position: relative;
}
.cid-upkLdtpudU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upkLdtpudU .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-upkLdtpudU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upkLdtpudU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upkLdtpudU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upkLdtpudU .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-upkLdtpudU .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-upkLdtpudU .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-upkLdtpudU .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upkLdtpudU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upkLdtpudU .list {
  list-style-type: none;
  padding: 0;
}
.cid-upkLdtpudU H5 {
  color: #000000;
}
.cid-upkLdtpudU .copyright > p {
  color: #63c7d4;
}
.cid-upkLdtpudU .copyright > p P {
  text-align: center;
}
.cid-upkLdtSoKC .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-upkLdtSoKC .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-upkLdtSoKC .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-upkLdtSoKC .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-upkLdtSoKC .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-upkLdtSoKC .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-upkLdtSoKC .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-upkLdtSoKC .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-upkLdtSoKC .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-upkLdtSoKC .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-upkLdtSoKC .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-upkLdtSoKC .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-upkLdtSoKC .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-upkLdtSoKC .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-upkLdtSoKC .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-upkLdtSoKC P {
  color: #232323;
}
.cid-upkLdtSoKC DIV {
  color: #ffffff;
}
.cid-upkLdtSoKC H10 {
  color: #767676;
}
.cid-upkLdtSoKC .hidden {
  display: none;
}
.cid-upsCYzfOyA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upsCYzfOyA nav.navbar {
  position: fixed;
}
.cid-upsCYzfOyA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upsCYzfOyA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upsCYzfOyA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upsCYzfOyA .dropdown-item:hover,
.cid-upsCYzfOyA .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-upsCYzfOyA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upsCYzfOyA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upsCYzfOyA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upsCYzfOyA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upsCYzfOyA .nav-link {
  position: relative;
}
.cid-upsCYzfOyA .container {
  display: flex;
  margin: auto;
}
.cid-upsCYzfOyA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upsCYzfOyA .dropdown-menu,
.cid-upsCYzfOyA .navbar.opened {
  background: #bbbbbb !important;
}
.cid-upsCYzfOyA .nav-item:focus,
.cid-upsCYzfOyA .nav-link:focus {
  outline: none;
}
.cid-upsCYzfOyA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upsCYzfOyA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upsCYzfOyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upsCYzfOyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upsCYzfOyA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upsCYzfOyA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upsCYzfOyA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-upsCYzfOyA .navbar.opened {
  transition: all 0.3s;
}
.cid-upsCYzfOyA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upsCYzfOyA .navbar .navbar-logo img {
  width: auto;
}
.cid-upsCYzfOyA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upsCYzfOyA .navbar.collapsed {
  justify-content: center;
}
.cid-upsCYzfOyA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upsCYzfOyA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upsCYzfOyA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-upsCYzfOyA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upsCYzfOyA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upsCYzfOyA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upsCYzfOyA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upsCYzfOyA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upsCYzfOyA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upsCYzfOyA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upsCYzfOyA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upsCYzfOyA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upsCYzfOyA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upsCYzfOyA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upsCYzfOyA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upsCYzfOyA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upsCYzfOyA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upsCYzfOyA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upsCYzfOyA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upsCYzfOyA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upsCYzfOyA .navbar.navbar-short {
  min-height: 60px;
}
.cid-upsCYzfOyA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upsCYzfOyA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upsCYzfOyA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upsCYzfOyA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upsCYzfOyA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upsCYzfOyA .dropdown-item.active,
.cid-upsCYzfOyA .dropdown-item:active {
  background-color: transparent;
}
.cid-upsCYzfOyA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upsCYzfOyA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upsCYzfOyA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upsCYzfOyA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-upsCYzfOyA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upsCYzfOyA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upsCYzfOyA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upsCYzfOyA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upsCYzfOyA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upsCYzfOyA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upsCYzfOyA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upsCYzfOyA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upsCYzfOyA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upsCYzfOyA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upsCYzfOyA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upsCYzfOyA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upsCYzfOyA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upsCYzfOyA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upsCYzfOyA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-upsCYzfOyA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upsCYzfOyA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upsCYzfOyA .navbar {
    height: 70px;
  }
  .cid-upsCYzfOyA .navbar.opened {
    height: auto;
  }
  .cid-upsCYzfOyA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urgsovpDO0 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urgsovpDO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urgsovpDO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urgsovpDO0 .mbr-section-title {
  text-align: center;
}
.cid-urgsovpDO0 .mbr-section-subtitle {
  text-align: center;
}
.cid-upsCYzyaHF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-upsCYzyaHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsCYzyaHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upsCYzyaHF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upsCYzyaHF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upsCYzyaHF .text-wrapper {
    padding: 2rem;
  }
}
.cid-upsEodOh4g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upsCYAkB5B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upsCYAkB5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsCYAkB5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upsCYAkB5B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upsCYAkB5B .row {
  flex-direction: row-reverse;
}
.cid-upsCYAkB5B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upsCYAkB5B .text-wrapper {
    padding: 2rem;
  }
}
.cid-upsGPqJyoY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upsGPqJyoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsGPqJyoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upsGPqJyoY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upsGPqJyoY .row {
  flex-direction: row-reverse;
}
.cid-upsGPqJyoY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upsGPqJyoY .text-wrapper {
    padding: 2rem;
  }
}
.cid-upsCYB9yz7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upsCYB9yz7 .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-upsCYB9yz7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upsCYB9yz7 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upsCYB9yz7 .card-wrapper {
    padding: 4rem;
  }
}
.cid-upsCYB9yz7 .mbr-text,
.cid-upsCYB9yz7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upsCYB9yz7 .card-title,
.cid-upsCYB9yz7 .card-box {
  text-align: left;
}
.cid-upsIiYt13B {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-upsIiYt13B .mbr-fallback-image.disabled {
  display: none;
}
.cid-upsIiYt13B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upsIiYt13B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upsIiYt13B .row {
  flex-direction: row-reverse;
}
.cid-upsIiYt13B img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upsIiYt13B .text-wrapper {
    padding: 2rem;
  }
}
.cid-upsLa9kcn1 {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-upsLa9kcn1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-upsLa9kcn1 img,
.cid-upsLa9kcn1 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-upsLa9kcn1 .item:focus,
.cid-upsLa9kcn1 span:focus {
  outline: none;
}
.cid-upsLa9kcn1 .item-wrapper {
  position: relative;
}
.cid-upsLa9kcn1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upsLa9kcn1 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-upsLa9kcn1 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upsLa9kcn1 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-upsLa9kcn1 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-upsLa9kcn1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upsLa9kcn1 .mbr-section-title {
  color: #ffffff;
}
.cid-upsLa9kcn1 .mbr-text,
.cid-upsLa9kcn1 .mbr-section-btn {
  text-align: left;
}
.cid-upsLa9kcn1 .item-title {
  text-align: center;
}
.cid-upsLa9kcn1 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upsLa9kcn1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-upsLa9kcn1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-upsLa9kcn1 .embla__button--next,
.cid-upsLa9kcn1 .embla__button--prev {
  display: flex;
}
.cid-upsLa9kcn1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-upsLa9kcn1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-upsLa9kcn1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-upsLa9kcn1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upsLa9kcn1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upsLa9kcn1 .embla__button {
    top: auto;
  }
}
.cid-upsLa9kcn1 .embla {
  position: relative;
  width: 100%;
}
.cid-upsLa9kcn1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-upsLa9kcn1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-upsLa9kcn1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-upsLa9kcn1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-upsCYC9R7G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-upsCYC9R7G .content {
    text-align: center;
  }
  .cid-upsCYC9R7G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-upsCYC9R7G .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-upsCYC9R7G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-upsCYC9R7G .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-upsCYC9R7G .google-map {
  height: 25rem;
  position: relative;
}
.cid-upsCYC9R7G .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upsCYC9R7G .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-upsCYC9R7G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upsCYC9R7G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upsCYC9R7G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upsCYC9R7G .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-upsCYC9R7G .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-upsCYC9R7G .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-upsCYC9R7G .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upsCYC9R7G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upsCYC9R7G .list {
  list-style-type: none;
  padding: 0;
}
.cid-upsCYC9R7G H5 {
  color: #000000;
}
.cid-upsCYC9R7G .copyright > p {
  color: #63c7d4;
}
.cid-upsCYC9R7G .copyright > p P {
  text-align: center;
}
.cid-upsCYCLrGJ .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-upsCYCLrGJ .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-upsCYCLrGJ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-upsCYCLrGJ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-upsCYCLrGJ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-upsCYCLrGJ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-upsCYCLrGJ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-upsCYCLrGJ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-upsCYCLrGJ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-upsCYCLrGJ .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-upsCYCLrGJ .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-upsCYCLrGJ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-upsCYCLrGJ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-upsCYCLrGJ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-upsCYCLrGJ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-upsCYCLrGJ P {
  color: #232323;
}
.cid-upsCYCLrGJ DIV {
  color: #ffffff;
}
.cid-upsCYCLrGJ H10 {
  color: #767676;
}
.cid-upsCYCLrGJ .hidden {
  display: none;
}
.cid-utlZ6UrMVQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utlZ6UrMVQ nav.navbar {
  position: fixed;
}
.cid-utlZ6UrMVQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utlZ6UrMVQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utlZ6UrMVQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utlZ6UrMVQ .dropdown-item:hover,
.cid-utlZ6UrMVQ .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-utlZ6UrMVQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utlZ6UrMVQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utlZ6UrMVQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utlZ6UrMVQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utlZ6UrMVQ .nav-link {
  position: relative;
}
.cid-utlZ6UrMVQ .container {
  display: flex;
  margin: auto;
}
.cid-utlZ6UrMVQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utlZ6UrMVQ .dropdown-menu,
.cid-utlZ6UrMVQ .navbar.opened {
  background: #bbbbbb !important;
}
.cid-utlZ6UrMVQ .nav-item:focus,
.cid-utlZ6UrMVQ .nav-link:focus {
  outline: none;
}
.cid-utlZ6UrMVQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utlZ6UrMVQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utlZ6UrMVQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utlZ6UrMVQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utlZ6UrMVQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utlZ6UrMVQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utlZ6UrMVQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-utlZ6UrMVQ .navbar.opened {
  transition: all 0.3s;
}
.cid-utlZ6UrMVQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utlZ6UrMVQ .navbar .navbar-logo img {
  width: auto;
}
.cid-utlZ6UrMVQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utlZ6UrMVQ .navbar.collapsed {
  justify-content: center;
}
.cid-utlZ6UrMVQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utlZ6UrMVQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utlZ6UrMVQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-utlZ6UrMVQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utlZ6UrMVQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utlZ6UrMVQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utlZ6UrMVQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utlZ6UrMVQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utlZ6UrMVQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utlZ6UrMVQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utlZ6UrMVQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utlZ6UrMVQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utlZ6UrMVQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utlZ6UrMVQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utlZ6UrMVQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utlZ6UrMVQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utlZ6UrMVQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utlZ6UrMVQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utlZ6UrMVQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utlZ6UrMVQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utlZ6UrMVQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-utlZ6UrMVQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utlZ6UrMVQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utlZ6UrMVQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utlZ6UrMVQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utlZ6UrMVQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utlZ6UrMVQ .dropdown-item.active,
.cid-utlZ6UrMVQ .dropdown-item:active {
  background-color: transparent;
}
.cid-utlZ6UrMVQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utlZ6UrMVQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utlZ6UrMVQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utlZ6UrMVQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-utlZ6UrMVQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utlZ6UrMVQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utlZ6UrMVQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utlZ6UrMVQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utlZ6UrMVQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utlZ6UrMVQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utlZ6UrMVQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utlZ6UrMVQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utlZ6UrMVQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utlZ6UrMVQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utlZ6UrMVQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utlZ6UrMVQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utlZ6UrMVQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utlZ6UrMVQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utlZ6UrMVQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utlZ6UrMVQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utlZ6UrMVQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utlZ6UrMVQ .navbar {
    height: 70px;
  }
  .cid-utlZ6UrMVQ .navbar.opened {
    height: auto;
  }
  .cid-utlZ6UrMVQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utlZ6VvEDH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1f7f8c;
}
.cid-utlZ6VvEDH .mbr-text,
.cid-utlZ6VvEDH .mbr-section-btn {
  color: #232323;
}
.cid-utlZ6VvEDH .card-title,
.cid-utlZ6VvEDH .card-box {
  color: #ffffff;
}
.cid-utlZ6VvEDH .mbr-text,
.cid-utlZ6VvEDH .link-wrap {
  color: #ffffff;
}
.cid-utlZ6XgJ79 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-utlZ6XgJ79 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utlZ6XgJ79 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utlZ6XgJ79 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlZ6XgJ79 .card-wrapper {
    padding: 4rem;
  }
}
.cid-utlZ6XgJ79 .mbr-text,
.cid-utlZ6XgJ79 .mbr-section-btn {
  text-align: left;
}
.cid-utlZ6XgJ79 .card-title {
  text-align: left;
}
.cid-utlZ6YcP8H {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlZ6YcP8H .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-utlZ6YcP8H .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-utlZ6YcP8H .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-utlZ6YcP8H .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utlZ6YcP8H .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-utlZ6YcP8H .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utlZ6YcP8H .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-utlZ6YcP8H .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-utlZ6YcP8H .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlZ6YcP8H .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-utlZ6ZG4Li {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlZ70bbmq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utlZ70bbmq .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utlZ70bbmq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utlZ70bbmq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlZ70bbmq .card-wrapper {
    padding: 4rem;
  }
}
.cid-utlZ70bbmq .mbr-text,
.cid-utlZ70bbmq .mbr-section-btn {
  color: #ffffff;
}
.cid-utlZ70bbmq .card-title,
.cid-utlZ70bbmq .card-box {
  text-align: left;
}
.cid-utlZ74ORMU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlZ74ORMU .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-utlZ74ORMU .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-utlZ74ORMU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-utlZ74ORMU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utlZ74ORMU .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-utlZ74ORMU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utlZ74ORMU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-utlZ74ORMU .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-utlZ74ORMU .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlZ74ORMU .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-utlZ76MDlW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlZ77n16P {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-utlZ77n16P .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utlZ77n16P .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utlZ77n16P .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlZ77n16P .card-wrapper {
    padding: 4rem;
  }
}
.cid-utlZ77n16P .mbr-text,
.cid-utlZ77n16P .mbr-section-btn {
  color: #ffffff;
}
.cid-utlZ77n16P .card-title,
.cid-utlZ77n16P .card-box {
  text-align: left;
}
.cid-uu6iK0teuV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uu6iK0teuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6iK0teuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uu6iK0teuV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uu6iK0teuV .row {
  flex-direction: row-reverse;
}
.cid-uu6iK0teuV img {
  width: 100%;
}
.cid-uu6iKUxtqp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1483.jpg");
}
.cid-uu6iKUxtqp .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uu6iKUxtqp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uu6iKUxtqp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uu6iKUxtqp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uu6iKUxtqp .mbr-text,
.cid-uu6iKUxtqp .mbr-section-btn {
  text-align: left;
}
.cid-uu6iKUxtqp .card-title {
  text-align: left;
}
.cid-utlZ78bpyI .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-utlZ78bpyI .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-utlZ78bpyI .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-utlZ78bpyI .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-utlZ78bpyI .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-utlZ78bpyI .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-utlZ78bpyI .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-utlZ78bpyI .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-utlZ78bpyI .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-utlZ78bpyI .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-utlZ78bpyI .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-utlZ78bpyI .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-utlZ78bpyI .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-utlZ78bpyI .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-utlZ78bpyI .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-utlZ78bpyI P {
  color: #232323;
}
.cid-utlZ78bpyI DIV {
  color: #ffffff;
}
.cid-utlZ78bpyI H10 {
  color: #767676;
}
.cid-utlZ78bpyI .hidden {
  display: none;
}
.cid-utlZ7anxDQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-utlZ7anxDQ .content {
    text-align: center;
  }
  .cid-utlZ7anxDQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-utlZ7anxDQ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-utlZ7anxDQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-utlZ7anxDQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-utlZ7anxDQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-utlZ7anxDQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utlZ7anxDQ .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-utlZ7anxDQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utlZ7anxDQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-utlZ7anxDQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utlZ7anxDQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-utlZ7anxDQ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-utlZ7anxDQ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-utlZ7anxDQ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utlZ7anxDQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utlZ7anxDQ .list {
  list-style-type: none;
  padding: 0;
}
.cid-utlZ7anxDQ H5 {
  color: #000000;
}
.cid-utlZ7anxDQ .copyright > p {
  color: #63c7d4;
}
.cid-utlZ7anxDQ .copyright > p P {
  text-align: center;
}
.cid-utlYoT46PA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utlYoT46PA nav.navbar {
  position: fixed;
}
.cid-utlYoT46PA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utlYoT46PA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utlYoT46PA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utlYoT46PA .dropdown-item:hover,
.cid-utlYoT46PA .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-utlYoT46PA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utlYoT46PA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utlYoT46PA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utlYoT46PA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utlYoT46PA .nav-link {
  position: relative;
}
.cid-utlYoT46PA .container {
  display: flex;
  margin: auto;
}
.cid-utlYoT46PA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utlYoT46PA .dropdown-menu,
.cid-utlYoT46PA .navbar.opened {
  background: #bbbbbb !important;
}
.cid-utlYoT46PA .nav-item:focus,
.cid-utlYoT46PA .nav-link:focus {
  outline: none;
}
.cid-utlYoT46PA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utlYoT46PA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utlYoT46PA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utlYoT46PA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utlYoT46PA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utlYoT46PA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utlYoT46PA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-utlYoT46PA .navbar.opened {
  transition: all 0.3s;
}
.cid-utlYoT46PA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utlYoT46PA .navbar .navbar-logo img {
  width: auto;
}
.cid-utlYoT46PA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utlYoT46PA .navbar.collapsed {
  justify-content: center;
}
.cid-utlYoT46PA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utlYoT46PA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utlYoT46PA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-utlYoT46PA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utlYoT46PA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utlYoT46PA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utlYoT46PA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utlYoT46PA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utlYoT46PA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utlYoT46PA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utlYoT46PA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utlYoT46PA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utlYoT46PA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utlYoT46PA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utlYoT46PA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utlYoT46PA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utlYoT46PA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utlYoT46PA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utlYoT46PA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utlYoT46PA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utlYoT46PA .navbar.navbar-short {
  min-height: 60px;
}
.cid-utlYoT46PA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utlYoT46PA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utlYoT46PA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utlYoT46PA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utlYoT46PA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utlYoT46PA .dropdown-item.active,
.cid-utlYoT46PA .dropdown-item:active {
  background-color: transparent;
}
.cid-utlYoT46PA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utlYoT46PA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utlYoT46PA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utlYoT46PA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-utlYoT46PA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utlYoT46PA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utlYoT46PA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utlYoT46PA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utlYoT46PA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utlYoT46PA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utlYoT46PA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utlYoT46PA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utlYoT46PA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utlYoT46PA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utlYoT46PA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utlYoT46PA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utlYoT46PA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utlYoT46PA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utlYoT46PA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utlYoT46PA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utlYoT46PA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utlYoT46PA .navbar {
    height: 70px;
  }
  .cid-utlYoT46PA .navbar.opened {
    height: auto;
  }
  .cid-utlYoT46PA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utlYoU4GSt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1f7f8c;
}
.cid-utlYoU4GSt .mbr-text,
.cid-utlYoU4GSt .mbr-section-btn {
  color: #232323;
}
.cid-utlYoU4GSt .card-title,
.cid-utlYoU4GSt .card-box {
  color: #ffffff;
}
.cid-utlYoU4GSt .mbr-text,
.cid-utlYoU4GSt .link-wrap {
  color: #ffffff;
}
.cid-utm2IzYzwR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utm2IzYzwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-utm2IzYzwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-utm2IzYzwR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utm2IzYzwR .row {
  flex-direction: row-reverse;
}
.cid-utm2IzYzwR img {
  width: 100%;
}
.cid-utlYoUXSZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1483.jpg");
}
.cid-utlYoUXSZg .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utlYoUXSZg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utlYoUXSZg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlYoUXSZg .card-wrapper {
    padding: 4rem;
  }
}
.cid-utlYoUXSZg .mbr-text,
.cid-utlYoUXSZg .mbr-section-btn {
  text-align: left;
}
.cid-utlYoUXSZg .card-title {
  text-align: left;
}
.cid-utlYoWvLUO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlYoWvLUO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-utlYoWvLUO .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-utlYoWvLUO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-utlYoWvLUO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utlYoWvLUO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-utlYoWvLUO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utlYoWvLUO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-utlYoWvLUO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-utlYoWvLUO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlYoWvLUO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-utlYoYv0EK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlYoZ1YlC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utlYoZ1YlC .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utlYoZ1YlC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utlYoZ1YlC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlYoZ1YlC .card-wrapper {
    padding: 4rem;
  }
}
.cid-utlYoZ1YlC .mbr-text,
.cid-utlYoZ1YlC .mbr-section-btn {
  color: #ffffff;
}
.cid-utlYoZ1YlC .card-title,
.cid-utlYoZ1YlC .card-box {
  text-align: left;
}
.cid-utlYoZAago {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlYoZAago .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-utlYoZAago .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-utlYoZAago .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-utlYoZAago .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utlYoZAago .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-utlYoZAago .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utlYoZAago .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-utlYoZAago .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-utlYoZAago .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlYoZAago .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-utlYp2kFWs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utlYp2kFWs .mbr-text {
  text-align: left;
}
.cid-utlYp2R22s {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-utlYp2R22s .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utlYp2R22s .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utlYp2R22s .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utlYp2R22s .card-wrapper {
    padding: 4rem;
  }
}
.cid-utlYp2R22s .mbr-text,
.cid-utlYp2R22s .mbr-section-btn {
  color: #ffffff;
}
.cid-utlYp2R22s .card-title,
.cid-utlYp2R22s .card-box {
  text-align: left;
}
.cid-uu6iSuJ5BB {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8-1.jpg");
}
.cid-uu6iSuJ5BB .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uu6iSuJ5BB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uu6iSuJ5BB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uu6iSuJ5BB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uu6iSuJ5BB .mbr-text,
.cid-uu6iSuJ5BB .mbr-section-btn {
  text-align: left;
}
.cid-uu6iSuJ5BB .card-title {
  text-align: left;
}
.cid-utlYp7ylGS .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-utlYp7ylGS .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-utlYp7ylGS .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-utlYp7ylGS .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-utlYp7ylGS .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-utlYp7ylGS .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-utlYp7ylGS .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-utlYp7ylGS .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-utlYp7ylGS .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-utlYp7ylGS .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-utlYp7ylGS .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-utlYp7ylGS .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-utlYp7ylGS .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-utlYp7ylGS .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-utlYp7ylGS .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-utlYp7ylGS P {
  color: #232323;
}
.cid-utlYp7ylGS DIV {
  color: #ffffff;
}
.cid-utlYp7ylGS H10 {
  color: #767676;
}
.cid-utlYp7ylGS .hidden {
  display: none;
}
.cid-utlYp95V5d {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-utlYp95V5d .content {
    text-align: center;
  }
  .cid-utlYp95V5d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-utlYp95V5d .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-utlYp95V5d .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-utlYp95V5d .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-utlYp95V5d .google-map {
  height: 25rem;
  position: relative;
}
.cid-utlYp95V5d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utlYp95V5d .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-utlYp95V5d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utlYp95V5d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-utlYp95V5d .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utlYp95V5d .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-utlYp95V5d .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-utlYp95V5d .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-utlYp95V5d .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utlYp95V5d .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utlYp95V5d .list {
  list-style-type: none;
  padding: 0;
}
.cid-utlYp95V5d H5 {
  color: #000000;
}
.cid-utlYp95V5d .copyright > p {
  color: #63c7d4;
}
.cid-utlYp95V5d .copyright > p P {
  text-align: center;
}
.cid-utm9PZuvNh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utm9PZuvNh nav.navbar {
  position: fixed;
}
.cid-utm9PZuvNh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utm9PZuvNh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utm9PZuvNh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utm9PZuvNh .dropdown-item:hover,
.cid-utm9PZuvNh .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-utm9PZuvNh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utm9PZuvNh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utm9PZuvNh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utm9PZuvNh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utm9PZuvNh .nav-link {
  position: relative;
}
.cid-utm9PZuvNh .container {
  display: flex;
  margin: auto;
}
.cid-utm9PZuvNh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utm9PZuvNh .dropdown-menu,
.cid-utm9PZuvNh .navbar.opened {
  background: #bbbbbb !important;
}
.cid-utm9PZuvNh .nav-item:focus,
.cid-utm9PZuvNh .nav-link:focus {
  outline: none;
}
.cid-utm9PZuvNh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utm9PZuvNh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utm9PZuvNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utm9PZuvNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utm9PZuvNh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utm9PZuvNh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utm9PZuvNh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-utm9PZuvNh .navbar.opened {
  transition: all 0.3s;
}
.cid-utm9PZuvNh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utm9PZuvNh .navbar .navbar-logo img {
  width: auto;
}
.cid-utm9PZuvNh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utm9PZuvNh .navbar.collapsed {
  justify-content: center;
}
.cid-utm9PZuvNh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utm9PZuvNh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utm9PZuvNh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-utm9PZuvNh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utm9PZuvNh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utm9PZuvNh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utm9PZuvNh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utm9PZuvNh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utm9PZuvNh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utm9PZuvNh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utm9PZuvNh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utm9PZuvNh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utm9PZuvNh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utm9PZuvNh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utm9PZuvNh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utm9PZuvNh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utm9PZuvNh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utm9PZuvNh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utm9PZuvNh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utm9PZuvNh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utm9PZuvNh .navbar.navbar-short {
  min-height: 60px;
}
.cid-utm9PZuvNh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utm9PZuvNh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utm9PZuvNh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utm9PZuvNh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utm9PZuvNh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utm9PZuvNh .dropdown-item.active,
.cid-utm9PZuvNh .dropdown-item:active {
  background-color: transparent;
}
.cid-utm9PZuvNh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utm9PZuvNh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utm9PZuvNh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utm9PZuvNh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-utm9PZuvNh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utm9PZuvNh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utm9PZuvNh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utm9PZuvNh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utm9PZuvNh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utm9PZuvNh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utm9PZuvNh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utm9PZuvNh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utm9PZuvNh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utm9PZuvNh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utm9PZuvNh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utm9PZuvNh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utm9PZuvNh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utm9PZuvNh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utm9PZuvNh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utm9PZuvNh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utm9PZuvNh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utm9PZuvNh .navbar {
    height: 70px;
  }
  .cid-utm9PZuvNh .navbar.opened {
    height: auto;
  }
  .cid-utm9PZuvNh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utm9Q0zrqy {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utm9Q0zrqy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utm9Q0zrqy .row {
  flex-direction: row-reverse;
}
.cid-utm9Q0zrqy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utm9Q0zrqy .text-wrapper {
    padding: 2rem;
  }
}
.cid-utm9Q1eXFH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utm9Q1QVDq {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-utm9Q1QVDq .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utm9Q1QVDq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utm9Q1QVDq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utm9Q1QVDq .card-wrapper {
    padding: 4rem;
  }
}
.cid-utm9Q1QVDq .mbr-text,
.cid-utm9Q1QVDq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-utm9Q1QVDq .card-title,
.cid-utm9Q1QVDq .card-box {
  text-align: left;
}
.cid-utm9Q3qMhs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-utm9Q3qMhs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utm9Q4jAcy .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-utm9Q4jAcy .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-utm9Q4jAcy .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-utm9Q4jAcy .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-utm9Q4jAcy .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-utm9Q4jAcy .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-utm9Q4jAcy .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-utm9Q4jAcy .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-utm9Q4jAcy .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-utm9Q4jAcy .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-utm9Q4jAcy .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-utm9Q4jAcy .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-utm9Q4jAcy .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-utm9Q4jAcy .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-utm9Q4jAcy .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-utm9Q4jAcy P {
  color: #232323;
}
.cid-utm9Q4jAcy DIV {
  color: #ffffff;
}
.cid-utm9Q4jAcy H10 {
  color: #767676;
}
.cid-utm9Q4jAcy .hidden {
  display: none;
}
.cid-utm9Q5xZXo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-utm9Q5xZXo .content {
    text-align: center;
  }
  .cid-utm9Q5xZXo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-utm9Q5xZXo .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-utm9Q5xZXo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-utm9Q5xZXo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-utm9Q5xZXo .google-map {
  height: 25rem;
  position: relative;
}
.cid-utm9Q5xZXo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utm9Q5xZXo .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-utm9Q5xZXo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utm9Q5xZXo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-utm9Q5xZXo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utm9Q5xZXo .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-utm9Q5xZXo .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-utm9Q5xZXo .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-utm9Q5xZXo .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utm9Q5xZXo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utm9Q5xZXo .list {
  list-style-type: none;
  padding: 0;
}
.cid-utm9Q5xZXo H5 {
  color: #000000;
}
.cid-utm9Q5xZXo .copyright > p {
  color: #63c7d4;
}
.cid-utm9Q5xZXo .copyright > p P {
  text-align: center;
}
.cid-utrCRIK756 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utrCRIK756 nav.navbar {
  position: fixed;
}
.cid-utrCRIK756 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utrCRIK756 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utrCRIK756 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utrCRIK756 .dropdown-item:hover,
.cid-utrCRIK756 .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-utrCRIK756 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utrCRIK756 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utrCRIK756 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utrCRIK756 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utrCRIK756 .nav-link {
  position: relative;
}
.cid-utrCRIK756 .container {
  display: flex;
  margin: auto;
}
.cid-utrCRIK756 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utrCRIK756 .dropdown-menu,
.cid-utrCRIK756 .navbar.opened {
  background: #bbbbbb !important;
}
.cid-utrCRIK756 .nav-item:focus,
.cid-utrCRIK756 .nav-link:focus {
  outline: none;
}
.cid-utrCRIK756 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utrCRIK756 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utrCRIK756 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utrCRIK756 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utrCRIK756 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utrCRIK756 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utrCRIK756 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-utrCRIK756 .navbar.opened {
  transition: all 0.3s;
}
.cid-utrCRIK756 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utrCRIK756 .navbar .navbar-logo img {
  width: auto;
}
.cid-utrCRIK756 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utrCRIK756 .navbar.collapsed {
  justify-content: center;
}
.cid-utrCRIK756 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utrCRIK756 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utrCRIK756 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-utrCRIK756 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utrCRIK756 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utrCRIK756 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utrCRIK756 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utrCRIK756 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utrCRIK756 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utrCRIK756 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utrCRIK756 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utrCRIK756 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utrCRIK756 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utrCRIK756 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utrCRIK756 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utrCRIK756 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utrCRIK756 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utrCRIK756 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utrCRIK756 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utrCRIK756 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utrCRIK756 .navbar.navbar-short {
  min-height: 60px;
}
.cid-utrCRIK756 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utrCRIK756 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utrCRIK756 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utrCRIK756 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utrCRIK756 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utrCRIK756 .dropdown-item.active,
.cid-utrCRIK756 .dropdown-item:active {
  background-color: transparent;
}
.cid-utrCRIK756 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utrCRIK756 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utrCRIK756 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utrCRIK756 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-utrCRIK756 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utrCRIK756 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utrCRIK756 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utrCRIK756 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utrCRIK756 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utrCRIK756 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utrCRIK756 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utrCRIK756 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrCRIK756 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrCRIK756 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utrCRIK756 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrCRIK756 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utrCRIK756 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utrCRIK756 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrCRIK756 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utrCRIK756 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utrCRIK756 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utrCRIK756 .navbar {
    height: 70px;
  }
  .cid-utrCRIK756 .navbar.opened {
    height: auto;
  }
  .cid-utrCRIK756 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utrCRJyWvA {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utrCRJyWvA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utrCRJyWvA .row {
  flex-direction: row-reverse;
}
.cid-utrCRJyWvA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utrCRJyWvA .text-wrapper {
    padding: 2rem;
  }
}
.cid-utrCRKur3l {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-utrCRKur3l .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utrCRKur3l .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utrCRKur3l .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utrCRKur3l .card-wrapper {
    padding: 4rem;
  }
}
.cid-utrCRKur3l .mbr-text,
.cid-utrCRKur3l .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-utrCRKur3l .card-title,
.cid-utrCRKur3l .card-box {
  text-align: left;
}
.cid-utrCRL9cxr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-utrCRL9cxr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utrCRLXNyi .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-utrCRLXNyi .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-utrCRLXNyi .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-utrCRLXNyi .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-utrCRLXNyi .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-utrCRLXNyi .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-utrCRLXNyi .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-utrCRLXNyi .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-utrCRLXNyi .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-utrCRLXNyi .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-utrCRLXNyi .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-utrCRLXNyi .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-utrCRLXNyi .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-utrCRLXNyi .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-utrCRLXNyi .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-utrCRLXNyi P {
  color: #232323;
}
.cid-utrCRLXNyi DIV {
  color: #ffffff;
}
.cid-utrCRLXNyi H10 {
  color: #767676;
}
.cid-utrCRLXNyi .hidden {
  display: none;
}
.cid-utrCRNBZAl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-utrCRNBZAl .content {
    text-align: center;
  }
  .cid-utrCRNBZAl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-utrCRNBZAl .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-utrCRNBZAl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-utrCRNBZAl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-utrCRNBZAl .google-map {
  height: 25rem;
  position: relative;
}
.cid-utrCRNBZAl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utrCRNBZAl .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-utrCRNBZAl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utrCRNBZAl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-utrCRNBZAl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utrCRNBZAl .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-utrCRNBZAl .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-utrCRNBZAl .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-utrCRNBZAl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utrCRNBZAl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utrCRNBZAl .list {
  list-style-type: none;
  padding: 0;
}
.cid-utrCRNBZAl H5 {
  color: #000000;
}
.cid-utrCRNBZAl .copyright > p {
  color: #63c7d4;
}
.cid-utrCRNBZAl .copyright > p P {
  text-align: center;
}
.cid-utrGhgyE9M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-utrGhgyE9M nav.navbar {
  position: fixed;
}
.cid-utrGhgyE9M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utrGhgyE9M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-utrGhgyE9M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-utrGhgyE9M .dropdown-item:hover,
.cid-utrGhgyE9M .dropdown-item:focus {
  background: #1f7f8c !important;
  color: white !important;
}
.cid-utrGhgyE9M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-utrGhgyE9M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-utrGhgyE9M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-utrGhgyE9M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-utrGhgyE9M .nav-link {
  position: relative;
}
.cid-utrGhgyE9M .container {
  display: flex;
  margin: auto;
}
.cid-utrGhgyE9M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-utrGhgyE9M .dropdown-menu,
.cid-utrGhgyE9M .navbar.opened {
  background: #bbbbbb !important;
}
.cid-utrGhgyE9M .nav-item:focus,
.cid-utrGhgyE9M .nav-link:focus {
  outline: none;
}
.cid-utrGhgyE9M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utrGhgyE9M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utrGhgyE9M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utrGhgyE9M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utrGhgyE9M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utrGhgyE9M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utrGhgyE9M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #bbbbbb;
}
.cid-utrGhgyE9M .navbar.opened {
  transition: all 0.3s;
}
.cid-utrGhgyE9M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-utrGhgyE9M .navbar .navbar-logo img {
  width: auto;
}
.cid-utrGhgyE9M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-utrGhgyE9M .navbar.collapsed {
  justify-content: center;
}
.cid-utrGhgyE9M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utrGhgyE9M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-utrGhgyE9M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-utrGhgyE9M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utrGhgyE9M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utrGhgyE9M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-utrGhgyE9M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utrGhgyE9M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-utrGhgyE9M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-utrGhgyE9M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utrGhgyE9M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utrGhgyE9M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utrGhgyE9M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-utrGhgyE9M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-utrGhgyE9M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utrGhgyE9M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-utrGhgyE9M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-utrGhgyE9M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-utrGhgyE9M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utrGhgyE9M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-utrGhgyE9M .navbar.navbar-short {
  min-height: 60px;
}
.cid-utrGhgyE9M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utrGhgyE9M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utrGhgyE9M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-utrGhgyE9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-utrGhgyE9M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utrGhgyE9M .dropdown-item.active,
.cid-utrGhgyE9M .dropdown-item:active {
  background-color: transparent;
}
.cid-utrGhgyE9M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-utrGhgyE9M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utrGhgyE9M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utrGhgyE9M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbbbbb;
}
.cid-utrGhgyE9M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utrGhgyE9M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utrGhgyE9M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-utrGhgyE9M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utrGhgyE9M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-utrGhgyE9M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-utrGhgyE9M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utrGhgyE9M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrGhgyE9M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utrGhgyE9M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utrGhgyE9M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrGhgyE9M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utrGhgyE9M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utrGhgyE9M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utrGhgyE9M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-utrGhgyE9M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utrGhgyE9M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-utrGhgyE9M .navbar {
    height: 70px;
  }
  .cid-utrGhgyE9M .navbar.opened {
    height: auto;
  }
  .cid-utrGhgyE9M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utrGhhuQkI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-utrGhhuQkI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-utrGhhuQkI .row {
  flex-direction: row-reverse;
}
.cid-utrGhhuQkI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-utrGhhuQkI .text-wrapper {
    padding: 2rem;
  }
}
.cid-utrGhilM26 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utrGhiP9Rd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-utrGhiP9Rd .card-wrapper {
  background: #1f7f8c;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-utrGhiP9Rd .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-utrGhiP9Rd .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-utrGhiP9Rd .card-wrapper {
    padding: 4rem;
  }
}
.cid-utrGhiP9Rd .mbr-text,
.cid-utrGhiP9Rd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-utrGhiP9Rd .card-title,
.cid-utrGhiP9Rd .card-box {
  text-align: left;
}
.cid-utrJnO80Sh {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-utrGhjzyu3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #1f7f8c;
}
.cid-utrGhjzyu3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utrGhk4QF5 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 90%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-utrGhk4QF5 .icon-bar a:hover {
  background-color: #2a707a;
}
.cid-utrGhk4QF5 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-utrGhk4QF5 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-utrGhk4QF5 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-utrGhk4QF5 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-utrGhk4QF5 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-utrGhk4QF5 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-utrGhk4QF5 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-utrGhk4QF5 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-utrGhk4QF5 .custom2 {
  background: #1f7f8c;
  color: white;
  width: 60px;
}
.cid-utrGhk4QF5 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-utrGhk4QF5 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-utrGhk4QF5 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-utrGhk4QF5 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-utrGhk4QF5 P {
  color: #232323;
}
.cid-utrGhk4QF5 DIV {
  color: #ffffff;
}
.cid-utrGhk4QF5 H10 {
  color: #767676;
}
.cid-utrGhk4QF5 .hidden {
  display: none;
}
.cid-utrGhlQsdr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1f7f8c;
}
@media (max-width: 767px) {
  .cid-utrGhlQsdr .content {
    text-align: center;
  }
  .cid-utrGhlQsdr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-utrGhlQsdr .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-utrGhlQsdr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-utrGhlQsdr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-utrGhlQsdr .google-map {
  height: 25rem;
  position: relative;
}
.cid-utrGhlQsdr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utrGhlQsdr .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-utrGhlQsdr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utrGhlQsdr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-utrGhlQsdr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-utrGhlQsdr .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-utrGhlQsdr .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-utrGhlQsdr .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-utrGhlQsdr .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-utrGhlQsdr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utrGhlQsdr .list {
  list-style-type: none;
  padding: 0;
}
.cid-utrGhlQsdr H5 {
  color: #000000;
}
.cid-utrGhlQsdr .copyright > p {
  color: #63c7d4;
}
.cid-utrGhlQsdr .copyright > p P {
  text-align: center;
}
