.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 5.8rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.06rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
.bg-primary {
  background-color: #1d1d1f !important;
}
.bg-success {
  background-color: #9fb9fa !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #058ef5 !important;
}
.bg-danger {
  background-color: #953864 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363639 !important;
  border-color: #363639 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363639 !important;
  border-color: #363639 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0095ae !important;
  border-color: #0095ae !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #00c1e1 !important;
  border-color: #00c1e1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00c1e1 !important;
  border-color: #00c1e1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cfdcfd !important;
  border-color: #cfdcfd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #058ef5 !important;
  border-color: #058ef5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #32a5fb !important;
  border-color: #32a5fb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #32a5fb !important;
  border-color: #32a5fb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #953864 !important;
  border-color: #953864 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ba467d !important;
  border-color: #ba467d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ba467d !important;
  border-color: #ba467d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1d1d1f;
  color: #1d1d1f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0095ae;
  color: #0095ae;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #004b57 !important;
  background-color: transparent !important;
  border-color: #004b57 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ae !important;
  border-color: #0095ae !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9fb9fa;
  color: #9fb9fa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4d7df6 !important;
  background-color: transparent !important;
  border-color: #4d7df6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9fb9fa !important;
  border-color: #9fb9fa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #058ef5;
  color: #058ef5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #035da0 !important;
  background-color: transparent !important;
  border-color: #035da0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #058ef5 !important;
  border-color: #058ef5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #953864;
  color: #953864;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56203a !important;
  background-color: transparent !important;
  border-color: #56203a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #953864 !important;
  border-color: #953864 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1d1d1f !important;
}
.text-secondary {
  color: #0095ae !important;
}
.text-success {
  color: #9fb9fa !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #058ef5 !important;
}
.text-danger {
  color: #953864 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003e48 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3e72f5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #035491 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4b1c32 !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d1d1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #058ef5;
}
.alert-danger {
  background-color: #953864;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d1d1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfd2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c8e7fe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cf7ea4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #1d1d1f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1d1d1f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1d1d1f;
  border-bottom-color: #1d1d1f;
}
.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: #1d1d1f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0095ae !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='%231d1d1f' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 2rem !important;
}
.cid-u1k7sUKVtp .nav-item:focus,
.cid-u1k7sUKVtp .nav-link:focus {
  outline: none;
}
.cid-u1k7sUKVtp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1k7sUKVtp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1k7sUKVtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1k7sUKVtp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1k7sUKVtp .collapsed {
  flex-direction: row!important;
}
.cid-u1k7sUKVtp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1k7sUKVtp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1k7sUKVtp .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u1k7sUKVtp .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u1k7sUKVtp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1k7sUKVtp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1k7sUKVtp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u1k7sUKVtp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1k7sUKVtp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1k7sUKVtp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1k7sUKVtp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1k7sUKVtp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1k7sUKVtp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1k7sUKVtp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1k7sUKVtp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1k7sUKVtp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1k7sUKVtp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1k7sUKVtp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1k7sUKVtp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1k7sUKVtp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1k7sUKVtp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1k7sUKVtp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1k7sUKVtp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1k7sUKVtp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1k7sUKVtp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1k7sUKVtp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u1k7sUKVtp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1k7sUKVtp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1k7sUKVtp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1k7sUKVtp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1k7sUKVtp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1k7sUKVtp .dropdown-item.active,
.cid-u1k7sUKVtp .dropdown-item:active {
  background-color: transparent;
}
.cid-u1k7sUKVtp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1k7sUKVtp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1k7sUKVtp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1k7sUKVtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1k7sUKVtp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1k7sUKVtp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1k7sUKVtp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1k7sUKVtp .navbar-buttons {
  text-align: center;
}
.cid-u1k7sUKVtp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1k7sUKVtp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u1k7sUKVtp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1k7sUKVtp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1k7sUKVtp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1k7sUKVtp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1k7sUKVtp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1k7sUKVtp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1k7sUKVtp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1k7sUKVtp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1k7sUKVtp .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-u1k7sUKVtp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1k7sUKVtp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1k7sUKVtp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1k7sUKVtp .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u1k7sUKVtp .nav-link:hover,
.cid-u1k7sUKVtp .dropdown-item:hover,
.cid-u1k7sUKVtp .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1k7sUKVtp .navbar {
    height: 77px;
  }
  .cid-u1k7sUKVtp .navbar.opened {
    height: auto;
  }
}
.cid-u1dxTerP3v {
  background-image: url("../../../assets/images/ingegneri-1600x1600.webp");
}
.cid-u1dxTerP3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1dxTerP3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1dxTerP3v .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-u1dxTerP3v .col {
    width: 40%;
  }
}
.cid-u1dxTerP3v .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u1dxTerP3v .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-u1dxTerP3v .card-wrapper h1,
.cid-u1dxTerP3v .card-wrapper h2,
.cid-u1dxTerP3v .card-wrapper p,
.cid-u1dxTerP3v .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-u1dxTerP3v .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.cid-u1dxTerP3v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1dxTerP3v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1dxTerP3v .mbr-text,
.cid-u1dxTerP3v .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u19DmbY8qK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-u19DmbY8qK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19DmbY8qK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19DmbY8qK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u19DmbY8qK .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u19DmbY8qK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u19DmbY8qK .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u19DmbY8qK .container {
    padding: 0 16px;
  }
}
.cid-u19DmbY8qK .row {
  justify-content: center;
}
.cid-u19DmbY8qK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-u19DmbY8qK .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u19DmbY8qK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u19DmbY8qK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u19DmbY8qK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u19DmbY8qK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u19GdasJxL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-u19GdasJxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u19GdasJxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u19GdasJxL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u19GdasJxL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u19GdasJxL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u19GdasJxL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u19GdasJxL .container {
    padding: 0 12px;
  }
}
.cid-u19GdasJxL .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u19GdasJxL .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u19GdasJxL .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-u19GdasJxL .title-wrapper .title-wrap .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #9fb9fa;
  border-radius: 10rem;
}
.cid-u19GdasJxL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u19GdasJxL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-u19GdasJxL .items-wrapper {
    display: block;
  }
}
.cid-u19GdasJxL .items-wrapper .item {
  background-color: #ffffff;
  border-radius: 32px !important;
  padding: 48px;
}
@media (max-width: 1200px) {
  .cid-u19GdasJxL .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u19GdasJxL .items-wrapper .item {
    padding: 24px;
    margin-bottom: 1rem;
  }
}
.cid-u19GdasJxL .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u19GdasJxL .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 22px;
}
.cid-u19GdasJxL .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .5em;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}
.cid-u19GdasJxL .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bcf0da;
  opacity: .85;
}
.cid-u19GdasJxL .items-wrapper .item .item-wrapper .card-box .icon-wrapper .icon-wrap .mbr-iconfont {
  color: #1d1d1f;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.cid-u19GdasJxL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-u19GdasJxL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-u19GdasJxL .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u19GdasJxL .mbr-section-title {
  color: #1D1D1F;
}
.cid-u19GdasJxL .mbr-text {
  color: #1D1D1F;
}
.cid-u19GdasJxL .item-title {
  color: #1D1D1F;
}
.cid-u19GdasJxL .item-text {
  color: #000000;
}
.cid-u19GdasJxL .item-title,
.cid-u19GdasJxL .icon-wrapper {
  color: #0d5a6d;
}
.cid-uMQkt4E1fs {
  background-image: url("../../../assets/images/immagine-whatsapp-2025-05-29-ore-18.19.16-7d07287e-2000x2000.webp");
}
.cid-uMQkt4E1fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMQkt4E1fs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMQkt4E1fs .row {
  justify-content: center;
}
.cid-uMQkt4E1fs .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uMQkt4E1fs .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uMQkt4E1fs .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uMQkt4E1fs .mbr-section-title {
  color: #ffffff;
}
.cid-uMQkt4E1fs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMQkt4E1fs .mbr-section-title,
.cid-uMQkt4E1fs .mbr-section-btn {
  text-align: center;
}
.cid-u1jr4nrlSO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-u1jr4nrlSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1jr4nrlSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1jr4nrlSO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1jr4nrlSO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u1jr4nrlSO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u1jr4nrlSO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u1jr4nrlSO .container {
    padding: 0 16px;
  }
}
.cid-u1jr4nrlSO .row {
  justify-content: center;
}
.cid-u1jr4nrlSO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-u1jr4nrlSO .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u1jr4nrlSO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1jr4nrlSO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1jr4nrlSO .mbr-section-subtitle {
  color: #f5f5f7;
  text-align: center;
}
.cid-u1jr4nrlSO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1uOXiqG4w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-u1uOXiqG4w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-u1uOXiqG4w .row {
  justify-content: center;
}
.cid-u1uOXiqG4w .card-text {
  color: #29292a;
}
.cid-u1uOXiqG4w .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-u1uOXiqG4w .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-u1uOXiqG4w .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 0rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-u1uOXiqG4w .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u1uOXiqG4w .card {
    padding-bottom: 2rem;
  }
}
.cid-u1uOXiqG4w .card-title,
.cid-u1uOXiqG4w .iconfont-wrapper {
  color: #0d5a6d;
}
.cid-u1uOXiqG4w .card-subtitle {
  color: #263d5a;
}
.cid-uNfS47Akjv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
.cid-uNfS47Akjv .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uNfS47Akjv .row {
  justify-content: center;
}
.cid-uNfS47Akjv .card-text {
  color: #29292a;
}
.cid-uNfS47Akjv .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  padding: 1rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
.cid-uNfS47Akjv .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uNfS47Akjv .inner {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 0rem 1rem;
  box-shadow: none;
  backdrop-filter: blur(0px);
}
.cid-uNfS47Akjv .card-box {
  padding: 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uNfS47Akjv .card {
    padding-bottom: 2rem;
  }
}
.cid-uNfS47Akjv .card-title,
.cid-uNfS47Akjv .iconfont-wrapper {
  color: #0d5a6d;
}
.cid-uNfS47Akjv .card-subtitle {
  color: #263d5a;
}
.cid-u1TzCIGwF7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-u1TzCIGwF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1TzCIGwF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1TzCIGwF7 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1TzCIGwF7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1TzCIGwF7 .container {
    padding: 0 24px;
  }
}
.cid-u1TzCIGwF7 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u1TzCIGwF7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1TzCIGwF7 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1TzCIGwF7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1TzCIGwF7 .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-u1TzCIGwF7 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u1TzCIGwF7 .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u1TzCIGwF7 .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u1TzCIGwF7 .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u1TzCIGwF7 .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-u1TzCIGwF7 .mbr-section-title,
.cid-u1TzCIGwF7 .buttons-wrapper {
  text-align: center;
}
.cid-uCXceRvU5R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uCXceRvU5R svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uCXceRvU5R svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uCXceRvU5R svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uCXceRvU5R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXceRvU5R .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXceRvU5R .copyright {
  color: #bbbbbb;
}
.cid-uCXceRvU5R .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-uFNMcGQbJO .nav-item:focus,
.cid-uFNMcGQbJO .nav-link:focus {
  outline: none;
}
.cid-uFNMcGQbJO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFNMcGQbJO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFNMcGQbJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFNMcGQbJO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFNMcGQbJO .collapsed {
  flex-direction: row!important;
}
.cid-uFNMcGQbJO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFNMcGQbJO .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFNMcGQbJO .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFNMcGQbJO .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uFNMcGQbJO .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFNMcGQbJO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFNMcGQbJO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uFNMcGQbJO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFNMcGQbJO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFNMcGQbJO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFNMcGQbJO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFNMcGQbJO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFNMcGQbJO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFNMcGQbJO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFNMcGQbJO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFNMcGQbJO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFNMcGQbJO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFNMcGQbJO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFNMcGQbJO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFNMcGQbJO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFNMcGQbJO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFNMcGQbJO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFNMcGQbJO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFNMcGQbJO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFNMcGQbJO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFNMcGQbJO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFNMcGQbJO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFNMcGQbJO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFNMcGQbJO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFNMcGQbJO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFNMcGQbJO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFNMcGQbJO .dropdown-item.active,
.cid-uFNMcGQbJO .dropdown-item:active {
  background-color: transparent;
}
.cid-uFNMcGQbJO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFNMcGQbJO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFNMcGQbJO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFNMcGQbJO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFNMcGQbJO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFNMcGQbJO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFNMcGQbJO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFNMcGQbJO .navbar-buttons {
  text-align: center;
}
.cid-uFNMcGQbJO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFNMcGQbJO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFNMcGQbJO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFNMcGQbJO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNMcGQbJO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFNMcGQbJO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFNMcGQbJO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNMcGQbJO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFNMcGQbJO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFNMcGQbJO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFNMcGQbJO .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uFNMcGQbJO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFNMcGQbJO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFNMcGQbJO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFNMcGQbJO .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uFNMcGQbJO .nav-link:hover,
.cid-uFNMcGQbJO .dropdown-item:hover,
.cid-uFNMcGQbJO .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFNMcGQbJO .navbar {
    height: 77px;
  }
  .cid-uFNMcGQbJO .navbar.opened {
    height: auto;
  }
}
.cid-uFNR6lEwHK {
  background-image: url("../../../assets/images/immagine-whatsapp-2025-03-12-ore-22.00.58-d1337437-1600x1600.webp");
}
.cid-uFNR6lEwHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNR6lEwHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNR6lEwHK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uFNR6lEwHK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFNR6lEwHK .container {
    padding: 0 20px;
  }
}
.cid-uFNR6lEwHK .card {
  justify-content: center;
}
.cid-uFNR6lEwHK .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uFNR6lEwHK .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFNR6lEwHK .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uFNR6lEwHK .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uFNR6lEwHK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uFNR6lEwHK .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uFNR6lEwHK .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uFNR6lEwHK .image-wrapper {
    padding-right: 0;
  }
}
.cid-uFNR6lEwHK .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-uFNR6lEwHK .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uFNR6lEwHK .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFNR6lEwHK .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uFNR6lEwHK .mbr-section-title {
  color: #ffffff;
}
.cid-uFNR6lEwHK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFNR6lEwHK .mbr-section-title,
.cid-uFNR6lEwHK .mbr-section-btn DIV {
  text-align: center;
}
.cid-uGcmFQYh4y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uGcmFQYh4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcmFQYh4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcmFQYh4y .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGcmFQYh4y .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGcmFQYh4y .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uGcmFQYh4y .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGcmFQYh4y .container {
    padding: 0 12px;
  }
}
.cid-uGcmFQYh4y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGcmFQYh4y .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uGcmFQYh4y .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGcmFQYh4y .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGcmFQYh4y .mbr-section-title {
  color: #1D1D1F;
}
.cid-uGcmFQYh4y .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uGcmFQYh4y .mbr-section-title,
.cid-uGcmFQYh4y .mbr-section-btn {
  text-align: center;
}
.cid-uGclrQ0j1c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #f5f5f7;
}
.cid-uGclrQ0j1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGclrQ0j1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGclrQ0j1c .container-fluid {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .container {
    padding: 0 30px;
  }
}
.cid-uGclrQ0j1c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 735px;
  max-width: 735px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .embla__slide {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .cid-uGclrQ0j1c .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGclrQ0j1c .embla__slide .card-wrap {
  width: 100%;
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper {
  height: 100%;
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap {
  min-height: 520px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3em;
  display: flex;
  align-items: flex-end;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap {
    padding: 25px;
    height: 100%;
  }
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181818;
  opacity: .4;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap {
    display: block;
  }
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-desc {
  padding: 8px 18px;
  border-radius: 20px;
  background-color: #fe5115;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-desc {
    text-align: center;
  }
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-date {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .desc-wrap .mbr-date {
    margin-top: 16px;
    text-align: center;
  }
}
.cid-uGclrQ0j1c .embla__slide .card-wrap a .item-wrapper .image-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uGclrQ0j1c .embla__button--next,
.cid-uGclrQ0j1c .embla__button--prev {
  display: flex;
}
.cid-uGclrQ0j1c .embla__button {
  bottom: 40px;
  width: 105px;
  height: 90px;
  margin-top: -1.5rem;
  font-size: 50px;
  background-color: transparent;
  color: #181818;
  border: 2px solid #181818;
  border-radius: 20px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uGclrQ0j1c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGclrQ0j1c .embla__button:hover {
  background: transparent;
  color: #181818;
  opacity: .5;
}
.cid-uGclrQ0j1c .embla__button.embla__button--prev {
  left: auto;
  right: 10rem;
}
.cid-uGclrQ0j1c .embla__button.embla__button--next {
  right: 40px;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .embla__button {
    bottom: 6rem;
    height: 70px;
  }
}
.cid-uGclrQ0j1c .embla {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 42px 50px 80px 42px;
  background-color: #f5f5f7;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uGclrQ0j1c .embla {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uGclrQ0j1c .embla {
    padding: 30px 0;
  }
}
.cid-uGclrQ0j1c .embla__viewport {
  width: 100%;
}
.cid-uGclrQ0j1c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGclrQ0j1c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGclrQ0j1c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGclrQ0j1c .card-title {
  color: #ffffff;
}
.cid-uGclrQ0j1c .mbr-desc {
  color: #ffffff;
}
.cid-uGclrQ0j1c .mbr-date {
  color: #ffffff;
}
.cid-uGclrQ0j1c .card-text {
  color: #ffffff;
}
.cid-uFO489xeFp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uFO489xeFp .item-img {
  position: relative;
}
.cid-uFO489xeFp .item-img img {
  transition: all 0.2s;
}
.cid-uFO489xeFp h5 {
  line-height: 1.2;
}
.cid-uFO489xeFp .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uFO489xeFp .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uFO489xeFp .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uFO489xeFp .item:hover img {
  transform: scale(1.05);
}
.cid-uFO489xeFp .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFO489xeFp .subtitle-wrap,
  .cid-uFO489xeFp .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uFO489xeFp .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uFO489xeFp .item-wrapper {
  position: relative;
  background: #f5f5f7;
  border: 3px solid #f5f5f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFO489xeFp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFO489xeFp .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uFO489xeFp .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f5f5f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uFO489xeFp .link-icon-wrapper .icon-wrap {
  background: #2d661d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uFO489xeFp .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uFO489xeFp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uFO489xeFp .link-icon-wrapper .svg1 path {
  fill: #f5f5f7;
}
.cid-uFO489xeFp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uFO489xeFp .link-icon-wrapper .svg2 path {
  fill: #f5f5f7;
}
.cid-uFO489xeFp .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFO489xeFp .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uFO489xeFp img,
.cid-uFO489xeFp .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFO489xeFp .item:focus,
.cid-uFO489xeFp span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uFO489xeFp .item {
    margin-bottom: 1rem;
  }
}
.cid-uFO489xeFp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFO489xeFp .item-title {
  text-align: left;
  color: #000000;
}
.cid-uFO489xeFp .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uFO489xeFp .mbr-text,
.cid-uFO489xeFp .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFO489xeFp .mbr-section-subtitle,
.cid-uFO489xeFp .subtitle-wrap,
.cid-uFO489xeFp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFXo1vvP0G {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #f5f5f7;
}
.cid-uFXo1vvP0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFXo1vvP0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFXo1vvP0G .col-title {
  margin-bottom: 32px;
}
.cid-uFXo1vvP0G .mbr-section-title {
  color: #24262b;
}
.cid-uFXo1vvP0G .mbr-section-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-uFXo1vvP0G .cards-row {
  row-gap: 32px;
}
.cid-uFXo1vvP0G .card {
  border-radius: 0;
}
.cid-uFXo1vvP0G .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFXo1vvP0G .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uFXo1vvP0G .text-wrap {
  flex-grow: 1;
}
.cid-uFXo1vvP0G .card-title {
  color: #24262b;
}
.cid-uFXo1vvP0G .card-text {
  color: #767676;
}
.cid-uFNMcJj1Jn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-uFNMcJj1Jn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFNMcJj1Jn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFNMcJj1Jn .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFNMcJj1Jn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFNMcJj1Jn .container {
    padding: 0 24px;
  }
}
.cid-uFNMcJj1Jn .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFNMcJj1Jn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFNMcJj1Jn .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFNMcJj1Jn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFNMcJj1Jn .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uFNMcJj1Jn .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uFNMcJj1Jn .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uFNMcJj1Jn .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFNMcJj1Jn .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uFNMcJj1Jn .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-uFNMcJj1Jn .mbr-section-title,
.cid-uFNMcJj1Jn .buttons-wrapper {
  text-align: center;
}
.cid-uFNMcJGgev {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uFNMcJGgev svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uFNMcJGgev svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uFNMcJGgev svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uFNMcJGgev .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFNMcJGgev .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFNMcJGgev .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uFNMcJGgev .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFNMcJGgev div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFNMcJGgev .copyright {
  color: #bbbbbb;
}
.cid-uFNMcJGgev .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-uFYfNKoKY1 .nav-item:focus,
.cid-uFYfNKoKY1 .nav-link:focus {
  outline: none;
}
.cid-uFYfNKoKY1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFYfNKoKY1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFYfNKoKY1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFYfNKoKY1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFYfNKoKY1 .collapsed {
  flex-direction: row!important;
}
.cid-uFYfNKoKY1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFYfNKoKY1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uFYfNKoKY1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uFYfNKoKY1 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uFYfNKoKY1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFYfNKoKY1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFYfNKoKY1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uFYfNKoKY1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFYfNKoKY1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFYfNKoKY1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFYfNKoKY1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFYfNKoKY1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFYfNKoKY1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFYfNKoKY1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFYfNKoKY1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFYfNKoKY1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFYfNKoKY1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFYfNKoKY1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFYfNKoKY1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFYfNKoKY1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFYfNKoKY1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFYfNKoKY1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFYfNKoKY1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFYfNKoKY1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFYfNKoKY1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFYfNKoKY1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFYfNKoKY1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFYfNKoKY1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFYfNKoKY1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFYfNKoKY1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFYfNKoKY1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFYfNKoKY1 .dropdown-item.active,
.cid-uFYfNKoKY1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFYfNKoKY1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFYfNKoKY1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFYfNKoKY1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFYfNKoKY1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFYfNKoKY1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFYfNKoKY1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFYfNKoKY1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFYfNKoKY1 .navbar-buttons {
  text-align: center;
}
.cid-uFYfNKoKY1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFYfNKoKY1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uFYfNKoKY1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFYfNKoKY1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFYfNKoKY1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFYfNKoKY1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFYfNKoKY1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFYfNKoKY1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFYfNKoKY1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFYfNKoKY1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFYfNKoKY1 .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uFYfNKoKY1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uFYfNKoKY1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFYfNKoKY1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uFYfNKoKY1 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uFYfNKoKY1 .nav-link:hover,
.cid-uFYfNKoKY1 .dropdown-item:hover,
.cid-uFYfNKoKY1 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFYfNKoKY1 .navbar {
    height: 77px;
  }
  .cid-uFYfNKoKY1 .navbar.opened {
    height: auto;
  }
}
.cid-uFYfNNuzDT {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-uFYfNNuzDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYfNNuzDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYfNNuzDT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFYfNNuzDT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNNuzDT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFYfNNuzDT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNNuzDT .container {
    padding: 0 16px;
  }
}
.cid-uFYfNNuzDT .row {
  justify-content: center;
}
.cid-uFYfNNuzDT .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-uFYfNNuzDT .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uFYfNNuzDT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFYfNNuzDT .mbr-section-title {
  color: #f5f5f7;
  text-align: center;
}
.cid-uFYfNNuzDT .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uFYfNNuzDT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFYkLvt3md {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f7;
}
.cid-uFYkLvt3md .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYkLvt3md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYkLvt3md .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFYkLvt3md .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFYkLvt3md .container {
    padding: 0 24px;
  }
}
.cid-uFYkLvt3md .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uFYkLvt3md .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uFYkLvt3md .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uFYkLvt3md .image-wrapper img {
    height: 350px;
  }
}
.cid-uFYkLvt3md .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFYkLvt3md .content-wrapper {
    padding: 0;
  }
}
.cid-uFYkLvt3md .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFYkLvt3md .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uFYkLvt3md .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFYkLvt3md .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFYkLvt3md .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFYkLvt3md .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uFYkLvt3md .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uFYkLvt3md .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uFYkLvt3md .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uFYkLvt3md .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uFYkLvt3md .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uFYkLvt3md .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uFYkLvt3md .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uFYkLvt3md .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFYkLvt3md .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFYkLvt3md .card-text {
  color: #000000;
}
.cid-uFYfNO2kmQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uFYfNO2kmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYfNO2kmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYfNO2kmQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFYfNO2kmQ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNO2kmQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFYfNO2kmQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNO2kmQ .container {
    padding: 0 12px;
  }
}
.cid-uFYfNO2kmQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFYfNO2kmQ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uFYfNO2kmQ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFYfNO2kmQ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFYfNO2kmQ .mbr-section-title {
  color: #1D1D1F;
}
.cid-uFYfNO2kmQ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uFYfNO2kmQ .mbr-section-title,
.cid-uFYfNO2kmQ .mbr-section-btn {
  text-align: center;
}
.cid-uFYfNOBzmn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uFYfNOBzmn .item-img {
  position: relative;
}
.cid-uFYfNOBzmn .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uFYfNOBzmn .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uFYfNOBzmn .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uFYfNOBzmn .item1 {
  padding-bottom: 2rem;
}
.cid-uFYfNOBzmn .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFYfNOBzmn .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFYfNOBzmn .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uFYfNOBzmn .item1,
.cid-uFYfNOBzmn .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uFYfNOBzmn .item1 .item:hover,
.cid-uFYfNOBzmn .item .item:hover {
  cursor: pointer;
}
.cid-uFYfNOBzmn .item1:hover .link-icon-wrapper span,
.cid-uFYfNOBzmn .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uFYfNOBzmn .item1:hover img,
.cid-uFYfNOBzmn .item:hover img {
  transform: scale(1.05);
}
.cid-uFYfNOBzmn .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uFYfNOBzmn .link-icon-wrapper .icon-wrap {
  background: #2d661d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uFYfNOBzmn .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uFYfNOBzmn .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uFYfNOBzmn .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uFYfNOBzmn .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uFYfNOBzmn .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uFYfNOBzmn .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFYfNOBzmn .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uFYfNOBzmn img,
.cid-uFYfNOBzmn .item-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.cid-uFYfNOBzmn .item:focus,
.cid-uFYfNOBzmn span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uFYfNOBzmn .item {
    margin-bottom: 1rem;
  }
}
.cid-uFYfNOBzmn .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uFYfNOBzmn .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uFYfNOBzmn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uFYfNOBzmn .mbr-section-subtitle,
.cid-uFYfNOBzmn .subtitle-wrap,
.cid-uFYfNOBzmn .mbr-section-btn {
  text-align: left;
}
.cid-uFYfNOBzmn .mbr-text,
.cid-uFYfNOBzmn .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uFYfNPncpQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f5f5f7;
}
.cid-uFYfNPncpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYfNPncpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYfNPncpQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFYfNPncpQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFYfNPncpQ .items-wrapper {
  margin: 0 -10px;
}
.cid-uFYfNPncpQ .item {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uFYfNPncpQ .item {
    margin-bottom: 16px;
  }
}
.cid-uFYfNPncpQ .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uFYfNPncpQ .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uFYfNPncpQ .item:hover .item-wrapper .item-content .item-img,
.cid-uFYfNPncpQ .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uFYfNPncpQ .item:nth-child(2n) .item-wrapper {
  background-color: #1e6673;
}
.cid-uFYfNPncpQ .item:nth-child(3n) .item-wrapper {
  background-color: #1e6673;
}
.cid-uFYfNPncpQ .item:nth-child(4n) .item-wrapper {
  background-color: #1e6673;
}
.cid-uFYfNPncpQ .item:nth-child(6n) .item-wrapper {
  background-color: #1e6673;
}
.cid-uFYfNPncpQ .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #1e6673;
}
@media (max-width: 992px) {
  .cid-uFYfNPncpQ .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uFYfNPncpQ .item .item-wrapper .item-content {
  position: relative;
}
.cid-uFYfNPncpQ .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uFYfNPncpQ .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uFYfNPncpQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uFYfNPncpQ .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFYfNPncpQ .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uFYfNPncpQ .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uFYfNPncpQ .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uFYfNPncpQ .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uFYfNPncpQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFYfNPncpQ .panel-title-edit {
  color: #212529;
}
.cid-uFYfNPncpQ .panel-text {
  color: #51565c;
}
.cid-uFYfNPncpQ .item-title {
  color: #ffffff;
}
.cid-uFYfNPncpQ .item-text {
  color: #ffffff;
}
.cid-uFYfNQc8zc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uFYfNQc8zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYfNQc8zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYfNQc8zc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFYfNQc8zc .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNQc8zc .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFYfNQc8zc .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNQc8zc .container {
    padding: 0 12px;
  }
}
.cid-uFYfNQc8zc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFYfNQc8zc .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uFYfNQc8zc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFYfNQc8zc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFYfNQc8zc .mbr-section-title {
  color: #1D1D1F;
}
.cid-uFYfNQc8zc .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uFYfNQc8zc .mbr-section-title,
.cid-uFYfNQc8zc .mbr-section-btn {
  text-align: center;
}
.cid-uG6rcy1A5K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uG6rcy1A5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6rcy1A5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6rcy1A5K .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uG6rcy1A5K .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uG6rcy1A5K .container {
    padding: 0 24px;
  }
}
.cid-uG6rcy1A5K .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uG6rcy1A5K .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uG6rcy1A5K .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uG6rcy1A5K .image-wrapper img {
    height: 350px;
  }
}
.cid-uG6rcy1A5K .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uG6rcy1A5K .content-wrapper {
    padding: 0;
  }
}
.cid-uG6rcy1A5K .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6rcy1A5K .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uG6rcy1A5K .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG6rcy1A5K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uG6rcy1A5K .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uG6rcy1A5K .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uG6rcy1A5K .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uG6rcy1A5K .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uG6rcy1A5K .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uG6rcy1A5K .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uG6rcy1A5K .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uG6rcy1A5K .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uG6rcy1A5K .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uG6rcy1A5K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uG6rcy1A5K .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uG6rcy1A5K .card-text {
  color: #000000;
}
.cid-uFYfNRFwf1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uFYfNRFwf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYfNRFwf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYfNRFwf1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFYfNRFwf1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNRFwf1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFYfNRFwf1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFYfNRFwf1 .container {
    padding: 0 12px;
  }
}
.cid-uFYfNRFwf1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFYfNRFwf1 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uFYfNRFwf1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFYfNRFwf1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFYfNRFwf1 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uFYfNRFwf1 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uFYfNRFwf1 .mbr-section-title,
.cid-uFYfNRFwf1 .mbr-section-btn {
  text-align: center;
}
.cid-uG6xKVhxgs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f7;
}
.cid-uG6xKVhxgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6xKVhxgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6xKVhxgs .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uG6xKVhxgs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uG6xKVhxgs .container {
    padding: 0 24px;
  }
}
.cid-uG6xKVhxgs .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uG6xKVhxgs .image-wrapper {
    padding: 0;
    margin-bottom: 10px;
  }
}
.cid-uG6xKVhxgs .image-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uG6xKVhxgs .image-wrapper img {
    height: 350px;
  }
}
.cid-uG6xKVhxgs .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uG6xKVhxgs .content-wrapper {
    padding: 0;
  }
}
.cid-uG6xKVhxgs .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6xKVhxgs .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uG6xKVhxgs .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG6xKVhxgs .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uG6xKVhxgs .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uG6xKVhxgs .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uG6xKVhxgs .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uG6xKVhxgs .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uG6xKVhxgs .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uG6xKVhxgs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uG6xKVhxgs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uG6xKVhxgs .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uG6xKVhxgs .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uG6xKVhxgs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uG6xKVhxgs .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uG6xKVhxgs .card-text {
  color: #000000;
}
.cid-uFZHzX5qM1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uFZHzX5qM1 .item-img {
  position: relative;
}
.cid-uFZHzX5qM1 .item-img img {
  transition: all 0.2s;
}
.cid-uFZHzX5qM1 h5 {
  line-height: 1.2;
}
.cid-uFZHzX5qM1 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uFZHzX5qM1 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uFZHzX5qM1 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uFZHzX5qM1 .item:hover img {
  transform: scale(1.05);
}
.cid-uFZHzX5qM1 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #1d1d1f;
}
@media (max-width: 992px) {
  .cid-uFZHzX5qM1 .subtitle-wrap,
  .cid-uFZHzX5qM1 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uFZHzX5qM1 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uFZHzX5qM1 .item-wrapper {
  position: relative;
  background: #f5f5f7;
  border: 3px solid #f5f5f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uFZHzX5qM1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uFZHzX5qM1 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uFZHzX5qM1 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f5f5f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uFZHzX5qM1 .link-icon-wrapper .icon-wrap {
  background: #2d661d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uFZHzX5qM1 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uFZHzX5qM1 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uFZHzX5qM1 .link-icon-wrapper .svg1 path {
  fill: #f5f5f7;
}
.cid-uFZHzX5qM1 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uFZHzX5qM1 .link-icon-wrapper .svg2 path {
  fill: #f5f5f7;
}
.cid-uFZHzX5qM1 .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uFZHzX5qM1 .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uFZHzX5qM1 img,
.cid-uFZHzX5qM1 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uFZHzX5qM1 .item:focus,
.cid-uFZHzX5qM1 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uFZHzX5qM1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFZHzX5qM1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFZHzX5qM1 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uFZHzX5qM1 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uFZHzX5qM1 .mbr-text,
.cid-uFZHzX5qM1 .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFZHzX5qM1 .mbr-section-subtitle,
.cid-uFZHzX5qM1 .subtitle-wrap,
.cid-uFZHzX5qM1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFYfNUgvgf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-uFYfNUgvgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFYfNUgvgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFYfNUgvgf .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uFYfNUgvgf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFYfNUgvgf .container {
    padding: 0 24px;
  }
}
.cid-uFYfNUgvgf .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFYfNUgvgf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFYfNUgvgf .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFYfNUgvgf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uFYfNUgvgf .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uFYfNUgvgf .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uFYfNUgvgf .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uFYfNUgvgf .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uFYfNUgvgf .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uFYfNUgvgf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFYfNUgvgf .mbr-section-title,
.cid-uFYfNUgvgf .buttons-wrapper {
  text-align: center;
}
.cid-uFYfNUSWEG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uFYfNUSWEG svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uFYfNUSWEG svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uFYfNUSWEG svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uFYfNUSWEG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uFYfNUSWEG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFYfNUSWEG .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uFYfNUSWEG .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFYfNUSWEG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFYfNUSWEG .copyright {
  color: #bbbbbb;
}
.cid-uFYfNUSWEG .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-uGau2ECKsR .nav-item:focus,
.cid-uGau2ECKsR .nav-link:focus {
  outline: none;
}
.cid-uGau2ECKsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGau2ECKsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGau2ECKsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGau2ECKsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGau2ECKsR .collapsed {
  flex-direction: row!important;
}
.cid-uGau2ECKsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGau2ECKsR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGau2ECKsR .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGau2ECKsR .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGau2ECKsR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGau2ECKsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGau2ECKsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uGau2ECKsR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGau2ECKsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGau2ECKsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGau2ECKsR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGau2ECKsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGau2ECKsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGau2ECKsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGau2ECKsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGau2ECKsR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGau2ECKsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGau2ECKsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGau2ECKsR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGau2ECKsR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGau2ECKsR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGau2ECKsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGau2ECKsR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGau2ECKsR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGau2ECKsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGau2ECKsR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGau2ECKsR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGau2ECKsR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGau2ECKsR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGau2ECKsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGau2ECKsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGau2ECKsR .dropdown-item.active,
.cid-uGau2ECKsR .dropdown-item:active {
  background-color: transparent;
}
.cid-uGau2ECKsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGau2ECKsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGau2ECKsR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGau2ECKsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGau2ECKsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGau2ECKsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGau2ECKsR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGau2ECKsR .navbar-buttons {
  text-align: center;
}
.cid-uGau2ECKsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGau2ECKsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uGau2ECKsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGau2ECKsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGau2ECKsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGau2ECKsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGau2ECKsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGau2ECKsR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGau2ECKsR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGau2ECKsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGau2ECKsR .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uGau2ECKsR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGau2ECKsR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGau2ECKsR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGau2ECKsR .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uGau2ECKsR .nav-link:hover,
.cid-uGau2ECKsR .dropdown-item:hover,
.cid-uGau2ECKsR .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGau2ECKsR .navbar {
    height: 77px;
  }
  .cid-uGau2ECKsR .navbar.opened {
    height: auto;
  }
}
.cid-uGau2FbSNh {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-uGau2FbSNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGau2FbSNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGau2FbSNh .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGau2FbSNh .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uGau2FbSNh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGau2FbSNh .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uGau2FbSNh .container {
    padding: 0 16px;
  }
}
.cid-uGau2FbSNh .row {
  justify-content: center;
}
.cid-uGau2FbSNh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-uGau2FbSNh .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGau2FbSNh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGau2FbSNh .mbr-section-title {
  color: #f5f5f7;
  text-align: center;
}
.cid-uGau2FbSNh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGau2FbSNh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGau2FDwbz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f7;
}
.cid-uGau2FDwbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGau2FDwbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGau2FDwbz .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGau2FDwbz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGau2FDwbz .container {
    padding: 0 24px;
  }
}
.cid-uGau2FDwbz .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGau2FDwbz .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGau2FDwbz .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uGau2FDwbz .image-wrapper img {
    height: 350px;
  }
}
.cid-uGau2FDwbz .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uGau2FDwbz .content-wrapper {
    padding: 0;
  }
}
.cid-uGau2FDwbz .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGau2FDwbz .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uGau2FDwbz .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGau2FDwbz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGau2FDwbz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGau2FDwbz .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uGau2FDwbz .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uGau2FDwbz .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uGau2FDwbz .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uGau2FDwbz .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uGau2FDwbz .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uGau2FDwbz .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uGau2FDwbz .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uGau2FDwbz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGau2FDwbz .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uGau2FDwbz .card-text {
  color: #000000;
}
.cid-uGau2G9j1r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uGau2G9j1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGau2G9j1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGau2G9j1r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGau2G9j1r .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGau2G9j1r .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uGau2G9j1r .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGau2G9j1r .container {
    padding: 0 12px;
  }
}
.cid-uGau2G9j1r .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGau2G9j1r .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uGau2G9j1r .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGau2G9j1r .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGau2G9j1r .mbr-section-title {
  color: #1D1D1F;
}
.cid-uGau2G9j1r .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uGau2G9j1r .mbr-section-title,
.cid-uGau2G9j1r .mbr-section-btn {
  text-align: center;
}
.cid-uGau2GBF67 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uGau2GBF67 .item-img {
  position: relative;
}
.cid-uGau2GBF67 .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uGau2GBF67 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uGau2GBF67 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uGau2GBF67 .item1 {
  padding-bottom: 2rem;
}
.cid-uGau2GBF67 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGau2GBF67 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGau2GBF67 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uGau2GBF67 .item1,
.cid-uGau2GBF67 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uGau2GBF67 .item1 .item:hover,
.cid-uGau2GBF67 .item .item:hover {
  cursor: pointer;
}
.cid-uGau2GBF67 .item1:hover .link-icon-wrapper span,
.cid-uGau2GBF67 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uGau2GBF67 .item1:hover img,
.cid-uGau2GBF67 .item:hover img {
  transform: scale(1.05);
}
.cid-uGau2GBF67 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uGau2GBF67 .link-icon-wrapper .icon-wrap {
  background: #2d661d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uGau2GBF67 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uGau2GBF67 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uGau2GBF67 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uGau2GBF67 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uGau2GBF67 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uGau2GBF67 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uGau2GBF67 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uGau2GBF67 img,
.cid-uGau2GBF67 .item-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.cid-uGau2GBF67 .item:focus,
.cid-uGau2GBF67 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGau2GBF67 .item {
    margin-bottom: 1rem;
  }
}
.cid-uGau2GBF67 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uGau2GBF67 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGau2GBF67 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uGau2GBF67 .mbr-section-subtitle,
.cid-uGau2GBF67 .subtitle-wrap,
.cid-uGau2GBF67 .mbr-section-btn {
  text-align: left;
}
.cid-uGau2GBF67 .mbr-text,
.cid-uGau2GBF67 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uGau2M9JZl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uGau2M9JZl .item-img {
  position: relative;
}
.cid-uGau2M9JZl .item-img img {
  transition: all 0.2s;
}
.cid-uGau2M9JZl h5 {
  line-height: 1.2;
}
.cid-uGau2M9JZl .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uGau2M9JZl .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uGau2M9JZl .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uGau2M9JZl .item:hover img {
  transform: scale(1.05);
}
.cid-uGau2M9JZl .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #1d1d1f;
}
@media (max-width: 992px) {
  .cid-uGau2M9JZl .subtitle-wrap,
  .cid-uGau2M9JZl .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uGau2M9JZl .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uGau2M9JZl .item-wrapper {
  position: relative;
  background: #f5f5f7;
  border: 3px solid #f5f5f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGau2M9JZl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGau2M9JZl .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uGau2M9JZl .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f5f5f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uGau2M9JZl .link-icon-wrapper .icon-wrap {
  background: #2d661d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uGau2M9JZl .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uGau2M9JZl .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uGau2M9JZl .link-icon-wrapper .svg1 path {
  fill: #f5f5f7;
}
.cid-uGau2M9JZl .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uGau2M9JZl .link-icon-wrapper .svg2 path {
  fill: #f5f5f7;
}
.cid-uGau2M9JZl .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uGau2M9JZl .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uGau2M9JZl img,
.cid-uGau2M9JZl .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGau2M9JZl .item:focus,
.cid-uGau2M9JZl span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGau2M9JZl .item {
    margin-bottom: 1rem;
  }
}
.cid-uGau2M9JZl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGau2M9JZl .item-title {
  text-align: left;
  color: #000000;
}
.cid-uGau2M9JZl .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uGau2M9JZl .mbr-text,
.cid-uGau2M9JZl .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uGau2M9JZl .mbr-section-subtitle,
.cid-uGau2M9JZl .subtitle-wrap,
.cid-uGau2M9JZl .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGau2MLYvV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-uGau2MLYvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGau2MLYvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGau2MLYvV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGau2MLYvV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGau2MLYvV .container {
    padding: 0 24px;
  }
}
.cid-uGau2MLYvV .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGau2MLYvV .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGau2MLYvV .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGau2MLYvV .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGau2MLYvV .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uGau2MLYvV .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uGau2MLYvV .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uGau2MLYvV .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uGau2MLYvV .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGau2MLYvV .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-uGau2MLYvV .mbr-section-title,
.cid-uGau2MLYvV .buttons-wrapper {
  text-align: center;
}
.cid-uGau2NmkYS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uGau2NmkYS svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uGau2NmkYS svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uGau2NmkYS svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uGau2NmkYS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uGau2NmkYS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGau2NmkYS .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uGau2NmkYS .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uGau2NmkYS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGau2NmkYS .copyright {
  color: #bbbbbb;
}
.cid-uGau2NmkYS .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-uGauf6sSca .nav-item:focus,
.cid-uGauf6sSca .nav-link:focus {
  outline: none;
}
.cid-uGauf6sSca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGauf6sSca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGauf6sSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGauf6sSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGauf6sSca .collapsed {
  flex-direction: row!important;
}
.cid-uGauf6sSca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGauf6sSca .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGauf6sSca .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGauf6sSca .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGauf6sSca .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGauf6sSca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGauf6sSca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uGauf6sSca .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGauf6sSca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGauf6sSca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGauf6sSca .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGauf6sSca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGauf6sSca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGauf6sSca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGauf6sSca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGauf6sSca .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGauf6sSca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGauf6sSca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGauf6sSca .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGauf6sSca .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGauf6sSca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGauf6sSca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGauf6sSca .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGauf6sSca .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGauf6sSca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGauf6sSca .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGauf6sSca .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGauf6sSca .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGauf6sSca .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGauf6sSca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGauf6sSca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGauf6sSca .dropdown-item.active,
.cid-uGauf6sSca .dropdown-item:active {
  background-color: transparent;
}
.cid-uGauf6sSca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGauf6sSca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGauf6sSca .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGauf6sSca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGauf6sSca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGauf6sSca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGauf6sSca ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGauf6sSca .navbar-buttons {
  text-align: center;
}
.cid-uGauf6sSca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGauf6sSca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uGauf6sSca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGauf6sSca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGauf6sSca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGauf6sSca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGauf6sSca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGauf6sSca nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGauf6sSca nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGauf6sSca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGauf6sSca .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uGauf6sSca a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGauf6sSca .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGauf6sSca .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGauf6sSca .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uGauf6sSca .nav-link:hover,
.cid-uGauf6sSca .dropdown-item:hover,
.cid-uGauf6sSca .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGauf6sSca .navbar {
    height: 77px;
  }
  .cid-uGauf6sSca .navbar.opened {
    height: auto;
  }
}
.cid-uGauf6YAXa {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-uGauf6YAXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGauf6YAXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGauf6YAXa .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGauf6YAXa .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uGauf6YAXa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGauf6YAXa .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uGauf6YAXa .container {
    padding: 0 16px;
  }
}
.cid-uGauf6YAXa .row {
  justify-content: center;
}
.cid-uGauf6YAXa .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-uGauf6YAXa .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGauf6YAXa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGauf6YAXa .mbr-section-title {
  color: #f5f5f7;
  text-align: center;
}
.cid-uGauf6YAXa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uGauf6YAXa .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGauf7oczd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f5f5f7;
}
.cid-uGauf7oczd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGauf7oczd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGauf7oczd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGauf7oczd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGauf7oczd .container {
    padding: 0 24px;
  }
}
.cid-uGauf7oczd .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uGauf7oczd .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGauf7oczd .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uGauf7oczd .image-wrapper img {
    height: 350px;
  }
}
.cid-uGauf7oczd .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uGauf7oczd .content-wrapper {
    padding: 0;
  }
}
.cid-uGauf7oczd .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGauf7oczd .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uGauf7oczd .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGauf7oczd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGauf7oczd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGauf7oczd .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uGauf7oczd .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uGauf7oczd .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uGauf7oczd .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uGauf7oczd .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uGauf7oczd .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-uGauf7oczd .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #f5f5f7;
  background-color: #1e6673;
}
.cid-uGauf7oczd .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uGauf7oczd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGauf7oczd .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uGauf7oczd .card-text {
  color: #000000;
}
.cid-uGauf7WfEm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uGauf7WfEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGauf7WfEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGauf7WfEm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGauf7WfEm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGauf7WfEm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uGauf7WfEm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGauf7WfEm .container {
    padding: 0 12px;
  }
}
.cid-uGauf7WfEm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGauf7WfEm .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uGauf7WfEm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGauf7WfEm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGauf7WfEm .mbr-section-title {
  color: #1D1D1F;
}
.cid-uGauf7WfEm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uGauf7WfEm .mbr-section-title,
.cid-uGauf7WfEm .mbr-section-btn {
  text-align: center;
}
.cid-uGauf8nqqO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uGauf8nqqO .item-img {
  position: relative;
}
.cid-uGauf8nqqO .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uGauf8nqqO .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uGauf8nqqO .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uGauf8nqqO .item1 {
  padding-bottom: 2rem;
}
.cid-uGauf8nqqO .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGauf8nqqO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGauf8nqqO .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uGauf8nqqO .item1,
.cid-uGauf8nqqO .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uGauf8nqqO .item1 .item:hover,
.cid-uGauf8nqqO .item .item:hover {
  cursor: pointer;
}
.cid-uGauf8nqqO .item1:hover .link-icon-wrapper span,
.cid-uGauf8nqqO .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uGauf8nqqO .item1:hover img,
.cid-uGauf8nqqO .item:hover img {
  transform: scale(1.05);
}
.cid-uGauf8nqqO .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uGauf8nqqO .link-icon-wrapper .icon-wrap {
  background: #2d661d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uGauf8nqqO .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uGauf8nqqO .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uGauf8nqqO .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uGauf8nqqO .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uGauf8nqqO .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uGauf8nqqO .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uGauf8nqqO .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uGauf8nqqO img,
.cid-uGauf8nqqO .item-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
.cid-uGauf8nqqO .item:focus,
.cid-uGauf8nqqO span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGauf8nqqO .item {
    margin-bottom: 1rem;
  }
}
.cid-uGauf8nqqO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uGauf8nqqO .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uGauf8nqqO .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uGauf8nqqO .mbr-section-subtitle,
.cid-uGauf8nqqO .subtitle-wrap,
.cid-uGauf8nqqO .mbr-section-btn {
  text-align: left;
}
.cid-uGauf8nqqO .mbr-text,
.cid-uGauf8nqqO .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uGaufdW8LP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f7;
}
.cid-uGaufdW8LP .item-img {
  position: relative;
}
.cid-uGaufdW8LP .item-img img {
  transition: all 0.2s;
}
.cid-uGaufdW8LP h5 {
  line-height: 1.2;
}
.cid-uGaufdW8LP .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uGaufdW8LP .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uGaufdW8LP .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uGaufdW8LP .item:hover img {
  transform: scale(1.05);
}
.cid-uGaufdW8LP .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #1d1d1f;
}
@media (max-width: 992px) {
  .cid-uGaufdW8LP .subtitle-wrap,
  .cid-uGaufdW8LP .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uGaufdW8LP .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uGaufdW8LP .item-wrapper {
  position: relative;
  background: #f5f5f7;
  border: 3px solid #f5f5f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uGaufdW8LP .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uGaufdW8LP .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uGaufdW8LP .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f5f5f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uGaufdW8LP .link-icon-wrapper .icon-wrap {
  background: #2d661d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uGaufdW8LP .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uGaufdW8LP .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uGaufdW8LP .link-icon-wrapper .svg1 path {
  fill: #f5f5f7;
}
.cid-uGaufdW8LP .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uGaufdW8LP .link-icon-wrapper .svg2 path {
  fill: #f5f5f7;
}
.cid-uGaufdW8LP .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uGaufdW8LP .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-uGaufdW8LP img,
.cid-uGaufdW8LP .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uGaufdW8LP .item:focus,
.cid-uGaufdW8LP span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uGaufdW8LP .item {
    margin-bottom: 1rem;
  }
}
.cid-uGaufdW8LP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGaufdW8LP .item-title {
  text-align: left;
  color: #000000;
}
.cid-uGaufdW8LP .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uGaufdW8LP .mbr-text,
.cid-uGaufdW8LP .item .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uGaufdW8LP .mbr-section-subtitle,
.cid-uGaufdW8LP .subtitle-wrap,
.cid-uGaufdW8LP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGaufeBJse {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-uGaufeBJse .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaufeBJse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGaufeBJse .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGaufeBJse .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGaufeBJse .container {
    padding: 0 24px;
  }
}
.cid-uGaufeBJse .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGaufeBJse .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGaufeBJse .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGaufeBJse .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGaufeBJse .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uGaufeBJse .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uGaufeBJse .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uGaufeBJse .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uGaufeBJse .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGaufeBJse .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-uGaufeBJse .mbr-section-title,
.cid-uGaufeBJse .buttons-wrapper {
  text-align: center;
}
.cid-uGauffb2I9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uGauffb2I9 svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uGauffb2I9 svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uGauffb2I9 svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uGauffb2I9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uGauffb2I9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGauffb2I9 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uGauffb2I9 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uGauffb2I9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGauffb2I9 .copyright {
  color: #bbbbbb;
}
.cid-uGauffb2I9 .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-uGa12b7nbX .nav-item:focus,
.cid-uGa12b7nbX .nav-link:focus {
  outline: none;
}
.cid-uGa12b7nbX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGa12b7nbX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGa12b7nbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uGa12b7nbX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uGa12b7nbX .collapsed {
  flex-direction: row!important;
}
.cid-uGa12b7nbX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGa12b7nbX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uGa12b7nbX .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uGa12b7nbX .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uGa12b7nbX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGa12b7nbX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGa12b7nbX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uGa12b7nbX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGa12b7nbX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGa12b7nbX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGa12b7nbX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uGa12b7nbX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGa12b7nbX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGa12b7nbX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGa12b7nbX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGa12b7nbX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGa12b7nbX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGa12b7nbX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGa12b7nbX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uGa12b7nbX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGa12b7nbX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGa12b7nbX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGa12b7nbX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uGa12b7nbX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uGa12b7nbX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGa12b7nbX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uGa12b7nbX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGa12b7nbX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGa12b7nbX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGa12b7nbX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGa12b7nbX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGa12b7nbX .dropdown-item.active,
.cid-uGa12b7nbX .dropdown-item:active {
  background-color: transparent;
}
.cid-uGa12b7nbX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGa12b7nbX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGa12b7nbX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGa12b7nbX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGa12b7nbX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGa12b7nbX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGa12b7nbX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGa12b7nbX .navbar-buttons {
  text-align: center;
}
.cid-uGa12b7nbX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGa12b7nbX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-uGa12b7nbX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGa12b7nbX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGa12b7nbX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGa12b7nbX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGa12b7nbX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGa12b7nbX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGa12b7nbX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGa12b7nbX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGa12b7nbX .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-uGa12b7nbX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uGa12b7nbX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGa12b7nbX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uGa12b7nbX .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-uGa12b7nbX .nav-link:hover,
.cid-uGa12b7nbX .dropdown-item:hover,
.cid-uGa12b7nbX .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGa12b7nbX .navbar {
    height: 77px;
  }
  .cid-uGa12b7nbX .navbar.opened {
    height: auto;
  }
}
.cid-uGa12bJsvc {
  overflow-x: hidden !important;
}
.cid-uGa12bJsvc .mbr-section-title {
  color: #efefef;
}
.cid-uGa12bJsvc .mbr-section-title span {
  color: #1d1d1f;
}
.cid-uGa12bJsvc .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uGa12bJsvc .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 51s !important;
  animation-duration: 51s;
  background-image: url("../../../assets/images/award-7-1780x1502.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uGa12bJsvc .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uGa12bJsvc .mbr-overlay {
  z-index: 1;
}
.cid-uGa12bJsvc .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uGbIVf7gVv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f5f5f7;
}
.cid-uGbIVf7gVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbIVf7gVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbIVf7gVv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGbIVf7gVv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGbIVf7gVv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uGbIVf7gVv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGbIVf7gVv .container {
    padding: 0 12px;
  }
}
.cid-uGbIVf7gVv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGbIVf7gVv .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uGbIVf7gVv .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGbIVf7gVv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGbIVf7gVv .mbr-section-title {
  color: #1D1D1F;
}
.cid-uGbIVf7gVv .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uGbIVf7gVv .mbr-section-title,
.cid-uGbIVf7gVv .mbr-section-btn {
  text-align: center;
}
.cid-uGyXKRNqPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/innovation-award-2014-5-1600x600.webp");
}
.cid-uGyXKRNqPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGyXKRNqPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGyXKRNqPt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uGyXKRNqPt .container {
    padding: 0 12px;
  }
}
.cid-uGyXKRNqPt .row {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uGyXKRNqPt .row {
    height: 350px;
  }
}
.cid-uGbImoZJIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGbImoZJIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbImoZJIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbImoZJIt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uGbImoZJIt .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uGbImoZJIt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGbImoZJIt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uGbImoZJIt .container {
    padding: 0 24px;
  }
}
.cid-uGbImoZJIt .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGbImoZJIt .content-wrapper {
    display: block;
  }
}
.cid-uGbImoZJIt .content-wrapper .content-wrap {
  width: 50%;
  padding: 40px 30px;
}
@media (max-width: 1440px) {
  .cid-uGbImoZJIt .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGbImoZJIt .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uGbImoZJIt .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f5f5f7;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #f5f5f7;
}
.cid-uGbImoZJIt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGbImoZJIt .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uGbImoZJIt .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGbImoZJIt .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uGbImoZJIt .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uGbImoZJIt .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGbImoZJIt .mbr-section-title {
  color: #18212d;
}
.cid-uGbImoZJIt .mbr-desc {
  color: #000000;
}
.cid-uGbImoZJIt .mbr-text {
  color: #000000;
}
.cid-uGbImoZJIt .mbr-section-title,
.cid-uGbImoZJIt .mbr-section-btn {
  color: #000000;
}
.cid-uGa12j72om {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-uGa12j72om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGa12j72om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGa12j72om .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uGa12j72om .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGa12j72om .container {
    padding: 0 24px;
  }
}
.cid-uGa12j72om .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGa12j72om .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGa12j72om .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uGa12j72om .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGa12j72om .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-uGa12j72om .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-uGa12j72om .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-uGa12j72om .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uGa12j72om .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uGa12j72om .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-uGa12j72om .mbr-section-title,
.cid-uGa12j72om .buttons-wrapper {
  text-align: center;
}
.cid-uGa12jGQgy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uGa12jGQgy svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uGa12jGQgy svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uGa12jGQgy svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uGa12jGQgy .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uGa12jGQgy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGa12jGQgy .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uGa12jGQgy .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uGa12jGQgy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGa12jGQgy .copyright {
  color: #bbbbbb;
}
.cid-uGa12jGQgy .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-u1ZRsaWJGJ .nav-item:focus,
.cid-u1ZRsaWJGJ .nav-link:focus {
  outline: none;
}
.cid-u1ZRsaWJGJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1ZRsaWJGJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1ZRsaWJGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1ZRsaWJGJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1ZRsaWJGJ .collapsed {
  flex-direction: row!important;
}
.cid-u1ZRsaWJGJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1ZRsaWJGJ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1ZRsaWJGJ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u1ZRsaWJGJ .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u1ZRsaWJGJ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1ZRsaWJGJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1ZRsaWJGJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u1ZRsaWJGJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1ZRsaWJGJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1ZRsaWJGJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1ZRsaWJGJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1ZRsaWJGJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1ZRsaWJGJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1ZRsaWJGJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1ZRsaWJGJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1ZRsaWJGJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1ZRsaWJGJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1ZRsaWJGJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1ZRsaWJGJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1ZRsaWJGJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1ZRsaWJGJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1ZRsaWJGJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1ZRsaWJGJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1ZRsaWJGJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1ZRsaWJGJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1ZRsaWJGJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u1ZRsaWJGJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1ZRsaWJGJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1ZRsaWJGJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1ZRsaWJGJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1ZRsaWJGJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1ZRsaWJGJ .dropdown-item.active,
.cid-u1ZRsaWJGJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u1ZRsaWJGJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1ZRsaWJGJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1ZRsaWJGJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1ZRsaWJGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1ZRsaWJGJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1ZRsaWJGJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1ZRsaWJGJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1ZRsaWJGJ .navbar-buttons {
  text-align: center;
}
.cid-u1ZRsaWJGJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1ZRsaWJGJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u1ZRsaWJGJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1ZRsaWJGJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1ZRsaWJGJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1ZRsaWJGJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1ZRsaWJGJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1ZRsaWJGJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1ZRsaWJGJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1ZRsaWJGJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1ZRsaWJGJ .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-u1ZRsaWJGJ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1ZRsaWJGJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1ZRsaWJGJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1ZRsaWJGJ .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u1ZRsaWJGJ .nav-link:hover,
.cid-u1ZRsaWJGJ .dropdown-item:hover,
.cid-u1ZRsaWJGJ .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1ZRsaWJGJ .navbar {
    height: 77px;
  }
  .cid-u1ZRsaWJGJ .navbar.opened {
    height: auto;
  }
}
.cid-u2Aa5XAEOU {
  overflow-x: hidden !important;
}
.cid-u2Aa5XAEOU .mbr-section-title {
  color: #efefef;
}
.cid-u2Aa5XAEOU .mbr-section-title span {
  color: #1d1d1f;
}
.cid-u2Aa5XAEOU .mbr-text {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 100;
}
.cid-u2Aa5XAEOU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 51s !important;
  animation-duration: 51s;
  background-image: url("../../../assets/images/timeline-1443x1125.webp");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-u2Aa5XAEOU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-u2Aa5XAEOU .mbr-overlay {
  z-index: 1;
}
.cid-u2Aa5XAEOU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-u2AhdnPtj0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-u2AhdnPtj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2AhdnPtj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2AhdnPtj0 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2AhdnPtj0 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2AhdnPtj0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2AhdnPtj0 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2AhdnPtj0 .container {
    padding: 0 16px;
  }
}
.cid-u2AhdnPtj0 .row {
  justify-content: center;
}
.cid-u2AhdnPtj0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-u2AhdnPtj0 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u2AhdnPtj0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2AhdnPtj0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2AhdnPtj0 .mbr-section-subtitle {
  color: #f5f5f7;
  text-align: center;
}
.cid-u2AhdnPtj0 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u2zR4l0vIX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-u2zR4l0vIX .item-img {
  position: relative;
}
.cid-u2zR4l0vIX .item-img img {
  transition: all 0.2s;
}
.cid-u2zR4l0vIX h5 {
  line-height: 1.2;
}
.cid-u2zR4l0vIX .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u2zR4l0vIX .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-u2zR4l0vIX .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u2zR4l0vIX .item:hover img {
  transform: scale(1.05);
}
.cid-u2zR4l0vIX .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #1d1d1f;
}
@media (max-width: 992px) {
  .cid-u2zR4l0vIX .subtitle-wrap,
  .cid-u2zR4l0vIX .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-u2zR4l0vIX .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u2zR4l0vIX .item-wrapper {
  position: relative;
  background: #f5f5f7;
  border: 3px solid #f5f5f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2zR4l0vIX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u2zR4l0vIX .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u2zR4l0vIX .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #f5f5f7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u2zR4l0vIX .link-icon-wrapper .icon-wrap {
  background: #0d5a6d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u2zR4l0vIX .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u2zR4l0vIX .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u2zR4l0vIX .link-icon-wrapper .svg1 path {
  fill: #f5f5f7;
}
.cid-u2zR4l0vIX .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u2zR4l0vIX .link-icon-wrapper .svg2 path {
  fill: #f5f5f7;
}
.cid-u2zR4l0vIX .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u2zR4l0vIX .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-u2zR4l0vIX img,
.cid-u2zR4l0vIX .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u2zR4l0vIX .item:focus,
.cid-u2zR4l0vIX span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u2zR4l0vIX .item {
    margin-bottom: 1rem;
  }
}
.cid-u2zR4l0vIX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u2zR4l0vIX .item-title {
  text-align: left;
  color: #0d5a6d;
}
.cid-u2zR4l0vIX .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-u2zR4l0vIX .mbr-text,
.cid-u2zR4l0vIX .item .mbr-section-btn {
  color: #000000;
}
.cid-u2zR4l0vIX .mbr-section-subtitle,
.cid-u2zR4l0vIX .subtitle-wrap,
.cid-u2zR4l0vIX .mbr-section-btn {
  text-align: left;
}
.cid-u2zRcWOhk8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-u2zRcWOhk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2zRcWOhk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2zRcWOhk8 img {
  object-fit: cover;
}
.cid-u2zRcWOhk8 .row {
  margin: 0;
}
.cid-u2zRcWOhk8 .item-wrapper {
  width: 100%;
}
.cid-u2zRcWOhk8 .icon-wrap {
  display: inline-flex;
  margin-top: 2rem;
}
.cid-u2zRcWOhk8 .card-box {
  padding: 0rem 2rem;
  width: 100%;
  max-width: 600px;
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-u2zRcWOhk8 .card-box {
    padding: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-u2zRcWOhk8 .icon {
  color: black;
  background: #0d5a6d;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 1px;
  margin-left: 1rem;
}
.cid-u2zRcWOhk8 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-u2zRcWOhk8 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2zRcWOhk8 .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2zRcWOhk8 .card-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-u2zRcWOhk8 .wrap {
  background: #f5f5f7;
}
.cid-u2zRcWOhk8 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-u2zRcWOhk8 .mbr-text,
.cid-u2zRcWOhk8 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-u2zRcWOhk8 .mbr-link,
.cid-u2zRcWOhk8 .link-wrapper {
  color: #000000;
  text-align: left;
}
.cid-u2zRcWOhk8 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u2zRcWOhk8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u2LzxzoTGd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-u2LzxzoTGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LzxzoTGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LzxzoTGd .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2LzxzoTGd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u2LzxzoTGd .container {
    padding: 0 24px;
  }
}
.cid-u2LzxzoTGd .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u2LzxzoTGd .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2LzxzoTGd .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2LzxzoTGd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u2LzxzoTGd .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-u2LzxzoTGd .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u2LzxzoTGd .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u2LzxzoTGd .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u2LzxzoTGd .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u2LzxzoTGd .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-u2LzxzoTGd .mbr-section-title,
.cid-u2LzxzoTGd .buttons-wrapper {
  text-align: center;
}
.cid-uCXceRvU5R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uCXceRvU5R svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uCXceRvU5R svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uCXceRvU5R svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uCXceRvU5R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXceRvU5R .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXceRvU5R .copyright {
  color: #bbbbbb;
}
.cid-uCXceRvU5R .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-u2xbniZnJe .nav-item:focus,
.cid-u2xbniZnJe .nav-link:focus {
  outline: none;
}
.cid-u2xbniZnJe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2xbniZnJe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2xbniZnJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u2xbniZnJe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u2xbniZnJe .collapsed {
  flex-direction: row!important;
}
.cid-u2xbniZnJe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2xbniZnJe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u2xbniZnJe .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u2xbniZnJe .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u2xbniZnJe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2xbniZnJe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2xbniZnJe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u2xbniZnJe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2xbniZnJe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2xbniZnJe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2xbniZnJe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u2xbniZnJe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2xbniZnJe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2xbniZnJe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2xbniZnJe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2xbniZnJe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2xbniZnJe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2xbniZnJe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2xbniZnJe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u2xbniZnJe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u2xbniZnJe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2xbniZnJe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2xbniZnJe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u2xbniZnJe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u2xbniZnJe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2xbniZnJe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u2xbniZnJe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2xbniZnJe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2xbniZnJe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2xbniZnJe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2xbniZnJe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2xbniZnJe .dropdown-item.active,
.cid-u2xbniZnJe .dropdown-item:active {
  background-color: transparent;
}
.cid-u2xbniZnJe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2xbniZnJe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2xbniZnJe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2xbniZnJe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u2xbniZnJe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2xbniZnJe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2xbniZnJe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u2xbniZnJe .navbar-buttons {
  text-align: center;
}
.cid-u2xbniZnJe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2xbniZnJe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u2xbniZnJe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2xbniZnJe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xbniZnJe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2xbniZnJe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2xbniZnJe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xbniZnJe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2xbniZnJe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2xbniZnJe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2xbniZnJe .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-u2xbniZnJe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u2xbniZnJe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2xbniZnJe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u2xbniZnJe .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u2xbniZnJe .nav-link:hover,
.cid-u2xbniZnJe .dropdown-item:hover,
.cid-u2xbniZnJe .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2xbniZnJe .navbar {
    height: 77px;
  }
  .cid-u2xbniZnJe .navbar.opened {
    height: auto;
  }
}
.cid-u2xbnjm6hK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/donne-manager-1920x1280.webp");
}
.cid-u2xbnjm6hK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xbnjm6hK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xbnjm6hK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2xbnjm6hK .container-fluid {
    padding: 0 30px;
  }
}
.cid-u2xbnjm6hK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2xbnjm6hK .container {
    padding: 0 30px;
  }
}
.cid-u2xbnjm6hK .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-u2xbnjm6hK .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-u2xbnjm6hK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2xbnjm6hK .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-u2xbnjm6hK .mbr-section-title {
  color: #f5f5f7;
  text-align: center;
}
.cid-u2xbnjm6hK .mbr-text {
  color: #ffffff;
}
.cid-u2xeqv0uMm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #dedede;
}
.cid-u2xeqv0uMm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-u2xeqv0uMm .item {
    padding: 1.5rem;
  }
}
.cid-u2xeqv0uMm img {
  border-radius: 2rem;
}
.cid-u2xeqv0uMm .item-img {
  padding: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u2xeqv0uMm .item-img {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-u2xeqv0uMm img,
.cid-u2xeqv0uMm .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u2xeqv0uMm .item:focus,
.cid-u2xeqv0uMm span:focus {
  outline: none;
}
.cid-u2xeqv0uMm .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-u2xeqv0uMm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u2xeqv0uMm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2xeqv0uMm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u2xeqv0uMm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u2xeqv0uMm .item-wrapper:hover {
  box-shadow: 0 0 40px 0 lightgray;
  transform: scale(1.02);
}
.cid-u2xeqv0uMm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2xeqv0uMm .mbr-section-title {
  color: #232323;
}
.cid-u2xeqv0uMm .mbr-text,
.cid-u2xeqv0uMm .mbr-section-btn {
  text-align: center;
}
.cid-u2xeqv0uMm .item-title {
  text-align: center;
  color: #232323;
}
.cid-u2xeqv0uMm .item-subtitle {
  text-align: center;
}
.cid-uO6t8T0Mik {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dedede;
}
.cid-uO6t8T0Mik .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uO6t8T0Mik .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #1d1d1f;
}
.cid-uO6t8T0Mik .svg-top .st0 {
  fill: #dedede;
}
@media (max-width: 992px) {
  .cid-uO6t8T0Mik .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uO6t8T0Mik .text-content {
    max-width: none;
  }
}
.cid-uO6t8T0Mik .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #29292a;
  border: 2px solid #29292a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uO6t8T0Mik .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uO6t8T0Mik .mbr-iconfont-social:hover {
  background-color: #29292a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uO6t8T0Mik .icons {
    justify-content: center !important;
  }
  .cid-uO6t8T0Mik .text-content * {
    text-align: center;
  }
}
.cid-uO6t8T0Mik P {
  color: #1a449a;
  text-align: center;
}
.cid-uO6t8T0Mik .mbr-section-title {
  color: #1a449a;
  text-align: center;
}
.cid-u2xqVTZJe8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-u2xqVTZJe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xqVTZJe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xqVTZJe8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2xqVTZJe8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2xqVTZJe8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2xqVTZJe8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u2xqVTZJe8 .container {
    padding: 0 16px;
  }
}
.cid-u2xqVTZJe8 .row {
  justify-content: center;
}
.cid-u2xqVTZJe8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-u2xqVTZJe8 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u2xqVTZJe8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2xqVTZJe8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u2xqVTZJe8 .mbr-section-subtitle {
  color: #f5f5f7;
  text-align: center;
}
.cid-u2xqVTZJe8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u2xqDOKZNy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e2e2e2;
}
.cid-u2xqDOKZNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2xqDOKZNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2xqDOKZNy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2xqDOKZNy .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2xqDOKZNy .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u2xqDOKZNy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u2xqDOKZNy .container {
    padding: 0 12px;
  }
}
.cid-u2xqDOKZNy .card-wrapper {
  padding: 48px;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2xqDOKZNy .card-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 1200px;
  }
}
.cid-u2xqDOKZNy .card-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2xqDOKZNy .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-u2xqDOKZNy .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-u2xqDOKZNy .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #18667f !important;
  background-color: #ffffff;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #18667f;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #18667f;
  border-color: #18667f;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-u2xqDOKZNy .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u2xqDOKZNy .mbr-section-title {
  color: #000000;
}
.cid-u2xqDOKZNy label {
  color: #ffffff;
}
.cid-u2xqDOKZNy H3 {
  color: #000000;
}
.cid-u2xqDOKZNy LABEL {
  color: #000000;
}
.cid-u2KLnu7Kph {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-u2KLnu7Kph .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KLnu7Kph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2KLnu7Kph .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2KLnu7Kph .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u2KLnu7Kph .container {
    padding: 0 24px;
  }
}
.cid-u2KLnu7Kph .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u2KLnu7Kph .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2KLnu7Kph .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2KLnu7Kph .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u2KLnu7Kph .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-u2KLnu7Kph .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u2KLnu7Kph .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u2KLnu7Kph .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u2KLnu7Kph .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u2KLnu7Kph .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-u2KLnu7Kph .mbr-section-title,
.cid-u2KLnu7Kph .buttons-wrapper {
  text-align: center;
}
.cid-uCXceRvU5R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uCXceRvU5R svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uCXceRvU5R svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uCXceRvU5R svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uCXceRvU5R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXceRvU5R .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXceRvU5R .copyright {
  color: #bbbbbb;
}
.cid-uCXceRvU5R .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-u1GI93I6qk .nav-item:focus,
.cid-u1GI93I6qk .nav-link:focus {
  outline: none;
}
.cid-u1GI93I6qk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1GI93I6qk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1GI93I6qk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1GI93I6qk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1GI93I6qk .collapsed {
  flex-direction: row!important;
}
.cid-u1GI93I6qk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1GI93I6qk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-u1GI93I6qk .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-u1GI93I6qk .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-u1GI93I6qk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1GI93I6qk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1GI93I6qk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-u1GI93I6qk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1GI93I6qk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1GI93I6qk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1GI93I6qk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1GI93I6qk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1GI93I6qk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1GI93I6qk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1GI93I6qk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1GI93I6qk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1GI93I6qk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1GI93I6qk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1GI93I6qk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1GI93I6qk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1GI93I6qk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1GI93I6qk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1GI93I6qk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1GI93I6qk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1GI93I6qk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u1GI93I6qk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u1GI93I6qk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1GI93I6qk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1GI93I6qk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1GI93I6qk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1GI93I6qk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1GI93I6qk .dropdown-item.active,
.cid-u1GI93I6qk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1GI93I6qk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1GI93I6qk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1GI93I6qk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1GI93I6qk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u1GI93I6qk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1GI93I6qk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1GI93I6qk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1GI93I6qk .navbar-buttons {
  text-align: center;
}
.cid-u1GI93I6qk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1GI93I6qk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u1GI93I6qk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1GI93I6qk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1GI93I6qk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1GI93I6qk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1GI93I6qk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1GI93I6qk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1GI93I6qk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1GI93I6qk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1GI93I6qk .navbar-dropdown {
  padding: 0.5rem 1rem;
}
.cid-u1GI93I6qk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1GI93I6qk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1GI93I6qk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u1GI93I6qk .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-u1GI93I6qk .nav-link:hover,
.cid-u1GI93I6qk .dropdown-item:hover,
.cid-u1GI93I6qk .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1GI93I6qk .navbar {
    height: 77px;
  }
  .cid-u1GI93I6qk .navbar.opened {
    height: auto;
  }
}
.cid-uGaqsYUTzZ {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/gemini-generated-image-w9q6hbw9q6hbw9q6-2000x2000.webp");
}
.cid-uGaqsYUTzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGaqsYUTzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGaqsYUTzZ .container {
    padding: 0 15px;
  }
}
.cid-uGaqsYUTzZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGaqsYUTzZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uGaqsYUTzZ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uGaqsYUTzZ .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uGaqsYUTzZ .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uGaqsYUTzZ .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uGaqsYUTzZ .mbr-section-title {
  color: #131c28;
}
.cid-uGaqsYUTzZ .mbr-desc {
  color: #131c28;
}
.cid-uGaqsYUTzZ .mbr-section-title,
.cid-uGaqsYUTzZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uGaqsYUTzZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNehzRNa2T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/sfondo-titoli-2000x198.webp");
}
.cid-uNehzRNa2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNehzRNa2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNehzRNa2T .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uNehzRNa2T .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uNehzRNa2T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uNehzRNa2T .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uNehzRNa2T .container {
    padding: 0 16px;
  }
}
.cid-uNehzRNa2T .row {
  justify-content: center;
}
.cid-uNehzRNa2T .content-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
}
.cid-uNehzRNa2T .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uNehzRNa2T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNehzRNa2T .mbr-section-title {
  color: #f5f5f7;
  text-align: center;
}
.cid-uNehzRNa2T .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNehzRNa2T .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uNehB58UF8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #074d5e;
  overflow: hidden;
}
.cid-uNehB58UF8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNehB58UF8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNehB58UF8 .container {
    padding: 0 16px;
  }
}
.cid-uNehB58UF8 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uNehB58UF8 .row {
    margin: 0 10px;
  }
}
.cid-uNehB58UF8 .row .card {
  position: relative;
  padding: 0;
}
.cid-uNehB58UF8 .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #ffffff;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uNehB58UF8 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uNehB58UF8 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uNehB58UF8 .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #77b5c4;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #ffffff;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uNehB58UF8 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uNehB58UF8 .row .card .icon-decor {
    display: none;
  }
}
.cid-uNehB58UF8 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uNehB58UF8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNehB58UF8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNehB58UF8 .item:focus,
.cid-uNehB58UF8 span:focus {
  outline: none;
}
.cid-uNehB58UF8 .item-wrapper {
  position: relative;
}
.cid-uNehB58UF8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 475px;
  max-width: 475px;
}
@media (max-width: 767px) {
  .cid-uNehB58UF8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNehB58UF8 .embla__slide .slide-content {
  border-radius: 16px !important;
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNehB58UF8 .embla__slide .slide-content {
    margin-right: 0;
  }
}
.cid-uNehB58UF8 .embla__slide .slide-content .item-content {
  padding: 10px 40px 10px;
}
@media (max-width: 992px) {
  .cid-uNehB58UF8 .embla__slide .slide-content .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uNehB58UF8 .embla__slide .slide-content .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uNehB58UF8 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #77b5c4;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uNehB58UF8 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uNehB58UF8 .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uNehB58UF8 .embla__slide .slide-content .item-wrapper .item-img {
  padding-left: 0px;
}
.cid-uNehB58UF8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uNehB58UF8 .embla__button--next,
.cid-uNehB58UF8 .embla__button--prev {
  display: flex;
}
.cid-uNehB58UF8 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: #bbbbbb !important;
  color: #074d5e !important;
  border: 2px solid #bbbbbb !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uNehB58UF8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNehB58UF8 .embla__button:hover {
  color: #ffffff !important;
}
.cid-uNehB58UF8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNehB58UF8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNehB58UF8 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uNehB58UF8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNehB58UF8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNehB58UF8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNehB58UF8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNehB58UF8 .mbr-section-title {
  color: #29292a;
  text-align: center;
}
.cid-uNehB58UF8 .item-title {
  color: #192227;
}
.cid-uNehB58UF8 .mbr-text {
  color: #192227;
}
.cid-uNehB58UF8 .item-title,
.cid-uNehB58UF8 .icon-wrapper {
  text-align: left;
  color: #0d5a6d;
}
.cid-u2a6YsviaD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #4891a4;
}
.cid-u2a6YsviaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2a6YsviaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2a6YsviaD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u2a6YsviaD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u2a6YsviaD .container {
    padding: 0 24px;
  }
}
.cid-u2a6YsviaD .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u2a6YsviaD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u2a6YsviaD .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u2a6YsviaD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u2a6YsviaD .title-wrapper .buttons-wrapper .mbr-section-btn {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4px;
  background-color: #ffffff;
  border-radius: 40px;
}
.cid-u2a6YsviaD .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
  min-width: 300px;
}
@media (max-width: 992px) {
  .cid-u2a6YsviaD .title-wrapper .buttons-wrapper .mbr-section-btn .btn {
    min-width: 240px;
  }
}
@media (max-width: 992px) {
  .cid-u2a6YsviaD .title-wrapper .buttons-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u2a6YsviaD .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-u2a6YsviaD .mbr-section-subtitle {
  color: #29292a;
  text-align: center;
}
.cid-u2a6YsviaD .mbr-section-title,
.cid-u2a6YsviaD .buttons-wrapper {
  text-align: center;
}
.cid-uCXceRvU5R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #074d5e;
}
.cid-uCXceRvU5R svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg2;
}
.cid-uCXceRvU5R svg .st0 {
  fill: #074d5e;
}
@media (max-width: 992px) {
  .cid-uCXceRvU5R svg {
    width: 1000px;
  }
}
@keyframes svg2 {
  from {
    transform: scaleX(1) scaleY(1.1) rotate(0deg);
  }
  to {
    transform: scaleX(1) scaleY(1.6) rotate(0deg);
  }
}
.cid-uCXceRvU5R .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXceRvU5R .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXceRvU5R .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uCXceRvU5R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXceRvU5R .copyright {
  color: #bbbbbb;
}
.cid-uCXceRvU5R .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
