.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #de1111 !important;
}
.bg-success {
  background-color: #00adee !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #de1111 !important;
  border-color: #de1111 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ef3333 !important;
  border-color: #ef3333 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef3333 !important;
  border-color: #ef3333 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #00adee !important;
  border-color: #00adee !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #22c3ff !important;
  border-color: #22c3ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #22c3ff !important;
  border-color: #22c3ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #de1111;
  color: #de1111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8d0b0b !important;
  background-color: transparent !important;
  border-color: #8d0b0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #de1111 !important;
  border-color: #de1111 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00adee;
  color: #00adee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006e97 !important;
  background-color: transparent !important;
  border-color: #006e97 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00adee !important;
  border-color: #00adee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #de1111 !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #00adee !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f0a0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006388 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #de1111;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #de1111;
  border-color: #de1111;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #de1111;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fac1c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bbecff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #de1111 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #de1111;
}
/* 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: #de1111;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #de1111;
}
.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: #de1111;
  border-bottom-color: #de1111;
}
.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: #de1111 !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: #0c2c68 !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='%23de1111' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uT0rPOX5NO {
  z-index: 1000;
  width: 100%;
}
.cid-uT0rPOX5NO nav.navbar {
  position: fixed;
}
.cid-uT0rPOX5NO .btn {
  line-height: 1.2;
}
.cid-uT0rPOX5NO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0rPOX5NO .nav-link {
  position: relative;
}
.cid-uT0rPOX5NO .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uT0rPOX5NO .nav-link:hover {
  color: #00adee !important;
}
.cid-uT0rPOX5NO .nav-link:hover:before {
  width: 100%;
}
.cid-uT0rPOX5NO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0rPOX5NO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT0rPOX5NO .dropdown-item:hover,
.cid-uT0rPOX5NO .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uT0rPOX5NO .dropdown-item:hover span {
  color: white;
}
.cid-uT0rPOX5NO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT0rPOX5NO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT0rPOX5NO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uT0rPOX5NO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uT0rPOX5NO .container {
    flex-wrap: nowrap;
  }
}
.cid-uT0rPOX5NO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT0rPOX5NO .navbar-nav {
  margin: auto;
}
.cid-uT0rPOX5NO .dropdown-menu,
.cid-uT0rPOX5NO .navbar.opened {
  background: #ffffff !important;
}
.cid-uT0rPOX5NO .nav-item:focus,
.cid-uT0rPOX5NO .nav-link:focus {
  outline: none;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0rPOX5NO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0rPOX5NO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uT0rPOX5NO .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0rPOX5NO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0rPOX5NO .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0rPOX5NO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT0rPOX5NO .navbar.collapsed {
  justify-content: center;
}
.cid-uT0rPOX5NO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0rPOX5NO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0rPOX5NO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0rPOX5NO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0rPOX5NO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT0rPOX5NO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0rPOX5NO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0rPOX5NO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0rPOX5NO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0rPOX5NO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT0rPOX5NO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0rPOX5NO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uT0rPOX5NO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uT0rPOX5NO .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0rPOX5NO .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uT0rPOX5NO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0rPOX5NO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT0rPOX5NO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0rPOX5NO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0rPOX5NO .dropdown-item.active,
.cid-uT0rPOX5NO .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0rPOX5NO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0rPOX5NO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT0rPOX5NO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0rPOX5NO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0rPOX5NO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0rPOX5NO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT0rPOX5NO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0rPOX5NO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0rPOX5NO .navbar {
    height: 70px;
  }
  .cid-uT0rPOX5NO .navbar.opened {
    height: auto;
  }
  .cid-uT0rPOX5NO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0QLoyDjJ3 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0QLoyDjJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QLoyDjJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QLoyDjJ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0QLoyDjJ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content {
  width: 100%;
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #ffffff;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #ffffff;
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v0QLoyDjJ3 .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #ffffff;
}
.cid-v0QLoyDjJ3 .embla__button--next,
.cid-v0QLoyDjJ3 .embla__button--prev {
  display: flex;
}
.cid-v0QLoyDjJ3 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0c2c68 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v0QLoyDjJ3 .embla__button:hover {
  color: #de1111 !important;
}
.cid-v0QLoyDjJ3 .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-v0QLoyDjJ3 .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-v0QLoyDjJ3 .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-v0QLoyDjJ3 .svg3 path {
  fill: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v0QLoyDjJ3 .svg3 {
    top: 120px;
  }
}
.cid-v0QLoyDjJ3 .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-v0QLoyDjJ3 .svg4 path {
  fill: #0c2c68;
}
.cid-v0QLoyDjJ3 .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-v0QLoyDjJ3 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v0QLoyDjJ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0QLoyDjJ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0QLoyDjJ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0QLoyDjJ3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0QLoyDjJ3 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0QLoyDjJ3 .mbr-section-btn .btn::after,
.cid-v0QLoyDjJ3 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0c2c68, #de1111 150%);
}
.cid-v0QLoyDjJ3 .mbr-section-btn .btn:hover,
.cid-v0QLoyDjJ3 .mbr-section-btn .btn:focus {
  color: #de1111 !important;
}
.cid-v0QLoyDjJ3 .mbr-section-btn .btn:hover::after,
.cid-v0QLoyDjJ3 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #0c2c68, #de1111 150%);
  opacity: 1;
}
.cid-uUowaHggNq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUowaHggNq .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-uUowaHggNq .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uUowaHggNq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uUowaHggNq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUowaHggNq .embla__slide .slide-content {
  width: 100%;
}
.cid-uUowaHggNq .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uUowaHggNq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uUowaHggNq .embla__button--next,
.cid-uUowaHggNq .embla__button--prev {
  display: flex;
}
.cid-uUowaHggNq .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uUowaHggNq .embla__button {
    display: none;
  }
}
.cid-uUowaHggNq .embla__button:hover {
  opacity: .5 !important;
}
.cid-uUowaHggNq .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uUowaHggNq .embla__button.embla__button--next {
  right: 0;
}
.cid-uUowaHggNq .embla {
  position: relative;
  width: 100%;
}
.cid-uUowaHggNq .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUowaHggNq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUowaHggNq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUowaHggNq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZSuZkA75M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSuZkA75M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSuZkA75M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSuZkA75M .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSuZkA75M .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSuZkA75M .container {
    padding: 0 16px;
  }
}
.cid-uZSuZkA75M .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSuZkA75M .row {
    margin: 0;
  }
}
.cid-uZSuZkA75M .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSuZkA75M .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSuZkA75M .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSuZkA75M .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSuZkA75M .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSuZkA75M .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSuZkA75M .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSuZkA75M .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uSZxFmJlHJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSZxFmJlHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZxFmJlHJ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uSZxFmJlHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZxFmJlHJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uSZxFmJlHJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSZxFmJlHJ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uSZxFmJlHJ .card-title,
.cid-uSZxFmJlHJ .iconfont-wrapper {
  color: #000000;
}
.cid-uSZxFmJlHJ .card-text {
  color: #000000;
}
.cid-uSZxFmJlHJ .content-head {
  max-width: 800px;
}
.cid-uSZxFmJlHJ .mbr-section-title {
  color: #000000;
}
.cid-uSZxFmJlHJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSZxFmJlHJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uZSuWcSB47 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSuWcSB47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSuWcSB47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSuWcSB47 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSuWcSB47 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSuWcSB47 .container {
    padding: 0 16px;
  }
}
.cid-uZSuWcSB47 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSuWcSB47 .row {
    margin: 0;
  }
}
.cid-uZSuWcSB47 .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSuWcSB47 .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSuWcSB47 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSuWcSB47 .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZSuWcSB47 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSuWcSB47 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSuWcSB47 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSuWcSB47 .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uSZxVUm7As {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f8f9f7;
}
.cid-uSZxVUm7As .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZxVUm7As .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSZxVUm7As .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSZxVUm7As .row {
  flex-direction: row-reverse;
}
.cid-uSZxVUm7As .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSZxVUm7As .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSZxVUm7As .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSZxVUm7As .mbr-section-title {
  color: #0c2c68;
}
.cid-uSZxVUm7As .mbr-text,
.cid-uSZxVUm7As .mbr-section-btn {
  color: #0c2c68;
}
.cid-uZSuSWBFd9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSuSWBFd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSuSWBFd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSuSWBFd9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSuSWBFd9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSuSWBFd9 .container {
    padding: 0 16px;
  }
}
.cid-uZSuSWBFd9 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSuSWBFd9 .row {
    margin: 0;
  }
}
.cid-uZSuSWBFd9 .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSuSWBFd9 .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSuSWBFd9 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSuSWBFd9 .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSuSWBFd9 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSuSWBFd9 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSuSWBFd9 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSuSWBFd9 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uSZyzoWyjl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSZyzoWyjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZyzoWyjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSZyzoWyjl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSZyzoWyjl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSZyzoWyjl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSZyzoWyjl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSZyzoWyjl .mbr-section-title {
  color: #0c2c68;
}
.cid-uSZyzoWyjl .mbr-text,
.cid-uSZyzoWyjl .mbr-section-btn {
  color: #000000;
}
.cid-uZJ4efVyhm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZJ4efVyhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZJ4efVyhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZJ4efVyhm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZJ4efVyhm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZJ4efVyhm .container {
    padding: 0 16px;
  }
}
.cid-uZJ4efVyhm .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZJ4efVyhm .row {
    margin: 0;
  }
}
.cid-uZJ4efVyhm .row .card {
  position: relative;
  padding: 0;
}
.cid-uZJ4efVyhm .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZJ4efVyhm .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZJ4efVyhm .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZJ4efVyhm .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZJ4efVyhm .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZJ4efVyhm .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZJ4efVyhm .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZSuQcVbzc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSuQcVbzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSuQcVbzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSuQcVbzc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSuQcVbzc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSuQcVbzc .container {
    padding: 0 16px;
  }
}
.cid-uZSuQcVbzc .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSuQcVbzc .row {
    margin: 0;
  }
}
.cid-uZSuQcVbzc .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSuQcVbzc .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSuQcVbzc .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSuQcVbzc .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSuQcVbzc .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSuQcVbzc .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSuQcVbzc .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSuQcVbzc .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZGcd95K5u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9f7;
}
.cid-uZGcd95K5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGcd95K5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGcd95K5u .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZGcd95K5u .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZGcd95K5u .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZGcd95K5u .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZGcd95K5u .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZGcd95K5u .items-wrapper {
  align-items: center;
}
.cid-uZGcd95K5u .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZGcd95K5u .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uZGcd95K5u .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZGcd95K5u .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZGcd95K5u .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZGcd95K5u .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZGcd95K5u .mbr-section-subtitle {
  color: #de1111;
  text-align: center;
}
.cid-uZGcd95K5u .mbr-text,
.cid-uZGcd95K5u .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZGcd95K5u .card-title {
  color: #ffffff;
}
.cid-uZGcd95K5u .card-text {
  color: #ffffff;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uT0rPOX5NO {
  z-index: 1000;
  width: 100%;
}
.cid-uT0rPOX5NO nav.navbar {
  position: fixed;
}
.cid-uT0rPOX5NO .btn {
  line-height: 1.2;
}
.cid-uT0rPOX5NO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0rPOX5NO .nav-link {
  position: relative;
}
.cid-uT0rPOX5NO .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uT0rPOX5NO .nav-link:hover {
  color: #00adee !important;
}
.cid-uT0rPOX5NO .nav-link:hover:before {
  width: 100%;
}
.cid-uT0rPOX5NO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0rPOX5NO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT0rPOX5NO .dropdown-item:hover,
.cid-uT0rPOX5NO .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uT0rPOX5NO .dropdown-item:hover span {
  color: white;
}
.cid-uT0rPOX5NO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT0rPOX5NO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT0rPOX5NO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uT0rPOX5NO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uT0rPOX5NO .container {
    flex-wrap: nowrap;
  }
}
.cid-uT0rPOX5NO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT0rPOX5NO .navbar-nav {
  margin: auto;
}
.cid-uT0rPOX5NO .dropdown-menu,
.cid-uT0rPOX5NO .navbar.opened {
  background: #ffffff !important;
}
.cid-uT0rPOX5NO .nav-item:focus,
.cid-uT0rPOX5NO .nav-link:focus {
  outline: none;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0rPOX5NO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0rPOX5NO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uT0rPOX5NO .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0rPOX5NO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0rPOX5NO .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0rPOX5NO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT0rPOX5NO .navbar.collapsed {
  justify-content: center;
}
.cid-uT0rPOX5NO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0rPOX5NO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0rPOX5NO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0rPOX5NO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0rPOX5NO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT0rPOX5NO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0rPOX5NO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0rPOX5NO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0rPOX5NO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0rPOX5NO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT0rPOX5NO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0rPOX5NO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uT0rPOX5NO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uT0rPOX5NO .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0rPOX5NO .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uT0rPOX5NO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0rPOX5NO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT0rPOX5NO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0rPOX5NO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0rPOX5NO .dropdown-item.active,
.cid-uT0rPOX5NO .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0rPOX5NO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0rPOX5NO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT0rPOX5NO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0rPOX5NO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0rPOX5NO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0rPOX5NO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT0rPOX5NO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0rPOX5NO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0rPOX5NO .navbar {
    height: 70px;
  }
  .cid-uT0rPOX5NO .navbar.opened {
    height: auto;
  }
  .cid-uT0rPOX5NO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSwrXIhMW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSwrXIhMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSwrXIhMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSwrXIhMW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSwrXIhMW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSwrXIhMW .container {
    padding: 0 16px;
  }
}
.cid-uZSwrXIhMW .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSwrXIhMW .row {
    margin: 0;
  }
}
.cid-uZSwrXIhMW .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSwrXIhMW .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSwrXIhMW .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSwrXIhMW .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSwrXIhMW .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSwrXIhMW .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSwrXIhMW .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSwrXIhMW .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0QQFulSmk {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0QQFulSmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QQFulSmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QQFulSmk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0QQFulSmk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0QQFulSmk .embla__slide .slide-content {
  width: 100%;
}
.cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #ffffff;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #ffffff;
}
.cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v0QQFulSmk .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #ffffff;
}
.cid-v0QQFulSmk .embla__button--next,
.cid-v0QQFulSmk .embla__button--prev {
  display: flex;
}
.cid-v0QQFulSmk .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0c2c68 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v0QQFulSmk .embla__button:hover {
  color: #de1111 !important;
}
.cid-v0QQFulSmk .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-v0QQFulSmk .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-v0QQFulSmk .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-v0QQFulSmk .svg3 path {
  fill: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v0QQFulSmk .svg3 {
    top: 120px;
  }
}
.cid-v0QQFulSmk .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-v0QQFulSmk .svg4 path {
  fill: #0c2c68;
}
.cid-v0QQFulSmk .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-v0QQFulSmk .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v0QQFulSmk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0QQFulSmk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0QQFulSmk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0QQFulSmk .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0QQFulSmk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0QQFulSmk .mbr-section-btn .btn::after,
.cid-v0QQFulSmk .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0c2c68, #de1111 150%);
}
.cid-v0QQFulSmk .mbr-section-btn .btn:hover,
.cid-v0QQFulSmk .mbr-section-btn .btn:focus {
  color: #de1111 !important;
}
.cid-v0QQFulSmk .mbr-section-btn .btn:hover::after,
.cid-v0QQFulSmk .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #0c2c68, #de1111 150%);
  opacity: 1;
}
.cid-uT0uw22uMu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0uw22uMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0uw22uMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT0uw22uMu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT0uw22uMu .row {
  flex-direction: row-reverse;
}
.cid-uT0uw22uMu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT0uw22uMu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT0uw22uMu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uT0uw22uMu .mbr-section-title {
  color: #de1111;
}
.cid-uT0uw22uMu .mbr-text,
.cid-uT0uw22uMu .mbr-section-btn {
  color: #0c2c68;
}
.cid-v0nZnZ0bNU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0nZnZ0bNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0nZnZ0bNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0nZnZ0bNU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0nZnZ0bNU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0nZnZ0bNU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0nZnZ0bNU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0nZnZ0bNU .mbr-section-title {
  color: #de1111;
}
.cid-v0nZnZ0bNU .mbr-text,
.cid-v0nZnZ0bNU .mbr-section-btn {
  color: #0c2c68;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uT0CAtpul2 {
  z-index: 1000;
  width: 100%;
}
.cid-uT0CAtpul2 nav.navbar {
  position: fixed;
}
.cid-uT0CAtpul2 .btn {
  line-height: 1.2;
}
.cid-uT0CAtpul2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0CAtpul2 .nav-link {
  position: relative;
}
.cid-uT0CAtpul2 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uT0CAtpul2 .nav-link:hover {
  color: #00adee !important;
}
.cid-uT0CAtpul2 .nav-link:hover:before {
  width: 100%;
}
.cid-uT0CAtpul2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0CAtpul2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0CAtpul2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT0CAtpul2 .dropdown-item:hover,
.cid-uT0CAtpul2 .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uT0CAtpul2 .dropdown-item:hover span {
  color: white;
}
.cid-uT0CAtpul2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT0CAtpul2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT0CAtpul2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT0CAtpul2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uT0CAtpul2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uT0CAtpul2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uT0CAtpul2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT0CAtpul2 .navbar-nav {
  margin: auto;
}
.cid-uT0CAtpul2 .dropdown-menu,
.cid-uT0CAtpul2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uT0CAtpul2 .nav-item:focus,
.cid-uT0CAtpul2 .nav-link:focus {
  outline: none;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0CAtpul2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0CAtpul2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0CAtpul2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uT0CAtpul2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0CAtpul2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0CAtpul2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0CAtpul2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT0CAtpul2 .navbar.collapsed {
  justify-content: center;
}
.cid-uT0CAtpul2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0CAtpul2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0CAtpul2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0CAtpul2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0CAtpul2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT0CAtpul2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0CAtpul2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0CAtpul2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0CAtpul2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0CAtpul2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT0CAtpul2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0CAtpul2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uT0CAtpul2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uT0CAtpul2 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0CAtpul2 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uT0CAtpul2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0CAtpul2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT0CAtpul2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0CAtpul2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0CAtpul2 .dropdown-item.active,
.cid-uT0CAtpul2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0CAtpul2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0CAtpul2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0CAtpul2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0CAtpul2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT0CAtpul2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0CAtpul2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0CAtpul2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0CAtpul2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT0CAtpul2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0CAtpul2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0CAtpul2 .navbar {
    height: 70px;
  }
  .cid-uT0CAtpul2 .navbar.opened {
    height: auto;
  }
  .cid-uT0CAtpul2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0KUJ8xuRe {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0KUJ8xuRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KUJ8xuRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KUJ8xuRe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0KUJ8xuRe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0KUJ8xuRe .embla__slide .slide-content {
  width: 100%;
}
.cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #de1111;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #de1111;
}
.cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v0KUJ8xuRe .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #de1111;
}
.cid-v0KUJ8xuRe .embla__button--next,
.cid-v0KUJ8xuRe .embla__button--prev {
  display: flex;
}
.cid-v0KUJ8xuRe .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0c2c68 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v0KUJ8xuRe .embla__button:hover {
  color: #e24c4a !important;
}
.cid-v0KUJ8xuRe .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-v0KUJ8xuRe .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-v0KUJ8xuRe .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-v0KUJ8xuRe .svg3 path {
  fill: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v0KUJ8xuRe .svg3 {
    top: 120px;
  }
}
.cid-v0KUJ8xuRe .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-v0KUJ8xuRe .svg4 path {
  fill: #0c2c68;
}
.cid-v0KUJ8xuRe .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-v0KUJ8xuRe .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v0KUJ8xuRe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0KUJ8xuRe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0KUJ8xuRe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0KUJ8xuRe .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0KUJ8xuRe .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0KUJ8xuRe .mbr-section-btn .btn::after,
.cid-v0KUJ8xuRe .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v0KUJ8xuRe .mbr-section-btn .btn:hover,
.cid-v0KUJ8xuRe .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v0KUJ8xuRe .mbr-section-btn .btn:hover::after,
.cid-v0KUJ8xuRe .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uT15pmMMyA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uT15pmMMyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT15pmMMyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT15pmMMyA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uT15pmMMyA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uT15pmMMyA .container {
    padding: 0 16px;
  }
}
.cid-uT15pmMMyA .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT15pmMMyA .row {
    margin: 0;
  }
}
.cid-uT15pmMMyA .row .card {
  position: relative;
  padding: 0;
}
.cid-uT15pmMMyA .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uT15pmMMyA .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uT15pmMMyA .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uT15pmMMyA .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uT15pmMMyA .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uT15pmMMyA .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uT15pmMMyA .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uT0CAvn9is {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT0CAvn9is .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0CAvn9is .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT0CAvn9is .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT0CAvn9is .row {
  flex-direction: row-reverse;
}
.cid-uT0CAvn9is .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT0CAvn9is .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT0CAvn9is .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uT0CAvn9is .mbr-section-title {
  color: #0c2c68;
}
.cid-uT0CAvn9is .mbr-text,
.cid-uT0CAvn9is .mbr-section-btn {
  color: #000000;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-v0FOCIAHaG.popup-builder {
  background-color: #ffffff;
}
.cid-v0FOCIAHaG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0FOCIAHaG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0FOCIAHaG .modal-content,
.cid-v0FOCIAHaG .modal-dialog {
  height: auto;
}
.cid-v0FOCIAHaG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0FOCIAHaG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0FOCIAHaG .form-wrapper .mbr-form .form-group,
  .cid-v0FOCIAHaG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0FOCIAHaG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0FOCIAHaG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0FOCIAHaG .mbr-text {
  text-align: center;
  color: #0c2c68;
}
.cid-v0FOCIAHaG .pt-0 {
  padding-top: 0 !important;
}
.cid-v0FOCIAHaG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0FOCIAHaG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0FOCIAHaG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0FOCIAHaG .modal-open {
  overflow: hidden;
}
.cid-v0FOCIAHaG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0FOCIAHaG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0FOCIAHaG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0FOCIAHaG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0FOCIAHaG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0FOCIAHaG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0FOCIAHaG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0FOCIAHaG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0FOCIAHaG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0FOCIAHaG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0FOCIAHaG .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0FOCIAHaG .modal-backdrop.show {
  opacity: .5;
}
.cid-v0FOCIAHaG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0FOCIAHaG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FOCIAHaG .modal-header {
    padding: 1rem;
  }
}
.cid-v0FOCIAHaG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0FOCIAHaG .modal-header .close svg {
  fill: #353535;
}
.cid-v0FOCIAHaG .modal-header .close:hover {
  opacity: 1;
}
.cid-v0FOCIAHaG .modal-header .close:focus {
  outline: none;
}
.cid-v0FOCIAHaG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #de1111;
}
.cid-v0FOCIAHaG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0FOCIAHaG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FOCIAHaG .modal-body {
    padding: 1rem;
  }
}
.cid-v0FOCIAHaG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0FOCIAHaG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FOCIAHaG .modal-footer {
    padding: 1rem;
  }
}
.cid-v0FOCIAHaG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0FOCIAHaG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0FOCIAHaG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0FOCIAHaG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0FOCIAHaG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0FOCIAHaG .modal-lg,
  .cid-v0FOCIAHaG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0FOCIAHaG .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0FOCIAHaG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0FOCIAHaG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0FOCIAHaG .form-group {
  margin-bottom: 1rem;
}
.cid-v0FOCIAHaG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0FOCIAHaG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0FOCIAHaG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0FOCIAHaG .mbr-section-btn {
  margin: 0;
}
.cid-v0FOCIAHaG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT0DaVH6ZK {
  z-index: 1000;
  width: 100%;
}
.cid-uT0DaVH6ZK nav.navbar {
  position: fixed;
}
.cid-uT0DaVH6ZK .btn {
  line-height: 1.2;
}
.cid-uT0DaVH6ZK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0DaVH6ZK .nav-link {
  position: relative;
}
.cid-uT0DaVH6ZK .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uT0DaVH6ZK .nav-link:hover {
  color: #00adee !important;
}
.cid-uT0DaVH6ZK .nav-link:hover:before {
  width: 100%;
}
.cid-uT0DaVH6ZK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0DaVH6ZK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0DaVH6ZK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT0DaVH6ZK .dropdown-item:hover,
.cid-uT0DaVH6ZK .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uT0DaVH6ZK .dropdown-item:hover span {
  color: white;
}
.cid-uT0DaVH6ZK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT0DaVH6ZK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT0DaVH6ZK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT0DaVH6ZK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uT0DaVH6ZK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uT0DaVH6ZK .container {
    flex-wrap: nowrap;
  }
}
.cid-uT0DaVH6ZK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT0DaVH6ZK .navbar-nav {
  margin: auto;
}
.cid-uT0DaVH6ZK .dropdown-menu,
.cid-uT0DaVH6ZK .navbar.opened {
  background: #ffffff !important;
}
.cid-uT0DaVH6ZK .nav-item:focus,
.cid-uT0DaVH6ZK .nav-link:focus {
  outline: none;
}
.cid-uT0DaVH6ZK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0DaVH6ZK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0DaVH6ZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0DaVH6ZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0DaVH6ZK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0DaVH6ZK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0DaVH6ZK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uT0DaVH6ZK .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0DaVH6ZK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0DaVH6ZK .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0DaVH6ZK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT0DaVH6ZK .navbar.collapsed {
  justify-content: center;
}
.cid-uT0DaVH6ZK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0DaVH6ZK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0DaVH6ZK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uT0DaVH6ZK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0DaVH6ZK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0DaVH6ZK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0DaVH6ZK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0DaVH6ZK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0DaVH6ZK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT0DaVH6ZK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0DaVH6ZK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0DaVH6ZK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0DaVH6ZK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0DaVH6ZK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0DaVH6ZK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0DaVH6ZK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT0DaVH6ZK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0DaVH6ZK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT0DaVH6ZK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0DaVH6ZK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uT0DaVH6ZK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uT0DaVH6ZK .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0DaVH6ZK .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uT0DaVH6ZK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0DaVH6ZK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT0DaVH6ZK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0DaVH6ZK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0DaVH6ZK .dropdown-item.active,
.cid-uT0DaVH6ZK .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0DaVH6ZK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0DaVH6ZK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0DaVH6ZK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0DaVH6ZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT0DaVH6ZK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0DaVH6ZK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0DaVH6ZK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0DaVH6ZK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0DaVH6ZK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uT0DaVH6ZK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0DaVH6ZK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0DaVH6ZK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0DaVH6ZK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0DaVH6ZK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0DaVH6ZK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0DaVH6ZK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0DaVH6ZK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0DaVH6ZK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT0DaVH6ZK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0DaVH6ZK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0DaVH6ZK .navbar {
    height: 70px;
  }
  .cid-uT0DaVH6ZK .navbar.opened {
    height: auto;
  }
  .cid-uT0DaVH6ZK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZSwwFBnlT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSwwFBnlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSwwFBnlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSwwFBnlT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSwwFBnlT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSwwFBnlT .container {
    padding: 0 16px;
  }
}
.cid-uZSwwFBnlT .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSwwFBnlT .row {
    margin: 0;
  }
}
.cid-uZSwwFBnlT .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSwwFBnlT .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSwwFBnlT .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSwwFBnlT .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSwwFBnlT .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSwwFBnlT .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSwwFBnlT .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSwwFBnlT .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0FkUbFOaI {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/whatsapp-image-2025-09-20-at-22.26.38.jpeg-1920x1080.jpg");
}
.cid-v0FkUbFOaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FkUbFOaI .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-v0FkUbFOaI .container {
    padding: 0 15px;
  }
}
.cid-v0FkUbFOaI .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v0FkUbFOaI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0FkUbFOaI .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0FkUbFOaI .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v0FkUbFOaI .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-v0FkUbFOaI .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v0FkUbFOaI .mbr-section-title {
  color: #131c28;
}
.cid-v0FkUbFOaI .mbr-desc {
  color: #131c28;
}
.cid-uT0DaXwn5V {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT0DaXwn5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0DaXwn5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT0DaXwn5V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT0DaXwn5V .row {
  flex-direction: row-reverse;
}
.cid-uT0DaXwn5V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT0DaXwn5V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT0DaXwn5V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uT0DaXwn5V .mbr-section-title {
  color: #0c2c68;
}
.cid-uT0DaXwn5V .mbr-text,
.cid-uT0DaXwn5V .mbr-section-btn {
  color: #000000;
}
.cid-uZSwxoiiOC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSwxoiiOC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSwxoiiOC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSwxoiiOC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSwxoiiOC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSwxoiiOC .container {
    padding: 0 16px;
  }
}
.cid-uZSwxoiiOC .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSwxoiiOC .row {
    margin: 0;
  }
}
.cid-uZSwxoiiOC .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSwxoiiOC .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSwxoiiOC .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSwxoiiOC .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSwxoiiOC .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSwxoiiOC .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSwxoiiOC .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSwxoiiOC .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uT0OYLAYR2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uT0OYLAYR2 .item-img,
.cid-uT0OYLAYR2 .img-wrap,
.cid-uT0OYLAYR2 img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uT0OYLAYR2 img,
.cid-uT0OYLAYR2 .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uT0OYLAYR2 img,
  .cid-uT0OYLAYR2 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uT0OYLAYR2 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uT0OYLAYR2 .item:focus,
.cid-uT0OYLAYR2 span:focus {
  outline: none;
}
.cid-uT0OYLAYR2 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uT0OYLAYR2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uT0OYLAYR2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uT0OYLAYR2 h5 {
  margin: 0;
}
.cid-uT0OYLAYR2 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uT0OYLAYR2 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uT0OYLAYR2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uT0OYLAYR2 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uT0OYLAYR2 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uT0OYLAYR2 .item-wrapper {
    height: auto;
  }
}
.cid-uT0OYLAYR2 .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uT0OYLAYR2 .item-title {
  text-align: center;
}
.cid-uT0OYLAYR2 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uT0OYLAYR2 .mbr-text,
.cid-uT0OYLAYR2 .item .mbr-section-btn {
  text-align: center;
}
.cid-uT0OYLAYR2 .mbr-section-subtitle,
.cid-uT0OYLAYR2 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uT0DhGEvWV {
  z-index: 1000;
  width: 100%;
}
.cid-uT0DhGEvWV nav.navbar {
  position: fixed;
}
.cid-uT0DhGEvWV .btn {
  line-height: 1.2;
}
.cid-uT0DhGEvWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0DhGEvWV .nav-link {
  position: relative;
}
.cid-uT0DhGEvWV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uT0DhGEvWV .nav-link:hover {
  color: #00adee !important;
}
.cid-uT0DhGEvWV .nav-link:hover:before {
  width: 100%;
}
.cid-uT0DhGEvWV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0DhGEvWV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0DhGEvWV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT0DhGEvWV .dropdown-item:hover,
.cid-uT0DhGEvWV .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uT0DhGEvWV .dropdown-item:hover span {
  color: white;
}
.cid-uT0DhGEvWV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT0DhGEvWV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT0DhGEvWV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT0DhGEvWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uT0DhGEvWV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uT0DhGEvWV .container {
    flex-wrap: nowrap;
  }
}
.cid-uT0DhGEvWV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT0DhGEvWV .navbar-nav {
  margin: auto;
}
.cid-uT0DhGEvWV .dropdown-menu,
.cid-uT0DhGEvWV .navbar.opened {
  background: #ffffff !important;
}
.cid-uT0DhGEvWV .nav-item:focus,
.cid-uT0DhGEvWV .nav-link:focus {
  outline: none;
}
.cid-uT0DhGEvWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0DhGEvWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0DhGEvWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0DhGEvWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0DhGEvWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0DhGEvWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0DhGEvWV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uT0DhGEvWV .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0DhGEvWV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0DhGEvWV .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0DhGEvWV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT0DhGEvWV .navbar.collapsed {
  justify-content: center;
}
.cid-uT0DhGEvWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0DhGEvWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0DhGEvWV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uT0DhGEvWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0DhGEvWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0DhGEvWV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0DhGEvWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0DhGEvWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0DhGEvWV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT0DhGEvWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0DhGEvWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0DhGEvWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0DhGEvWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0DhGEvWV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0DhGEvWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0DhGEvWV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT0DhGEvWV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0DhGEvWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT0DhGEvWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0DhGEvWV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uT0DhGEvWV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uT0DhGEvWV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0DhGEvWV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uT0DhGEvWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0DhGEvWV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT0DhGEvWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0DhGEvWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0DhGEvWV .dropdown-item.active,
.cid-uT0DhGEvWV .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0DhGEvWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0DhGEvWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0DhGEvWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0DhGEvWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT0DhGEvWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0DhGEvWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0DhGEvWV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0DhGEvWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0DhGEvWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uT0DhGEvWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0DhGEvWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0DhGEvWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0DhGEvWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0DhGEvWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0DhGEvWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0DhGEvWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0DhGEvWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0DhGEvWV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT0DhGEvWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0DhGEvWV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0DhGEvWV .navbar {
    height: 70px;
  }
  .cid-uT0DhGEvWV .navbar.opened {
    height: auto;
  }
  .cid-uT0DhGEvWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0QPkeZRho {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0QPkeZRho .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QPkeZRho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QPkeZRho .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0QPkeZRho .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0QPkeZRho .embla__slide .slide-content {
  width: 100%;
}
.cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .item-img img {
  height: 485px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px 0 30px;
  background-color: #ffffff;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .btn-wrap {
    padding: 10px 0 0 20px;
  }
}
.cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .btn-wrap .svg1 path {
  fill: #ffffff;
}
.cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v0QPkeZRho .embla__slide .slide-content .item-wrapper .btn-wrap .svg2 path {
  fill: #ffffff;
}
.cid-v0QPkeZRho .embla__button--next,
.cid-v0QPkeZRho .embla__button--prev {
  display: flex;
}
.cid-v0QPkeZRho .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0c2c68 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v0QPkeZRho .embla__button:hover {
  color: #de1111 !important;
}
.cid-v0QPkeZRho .embla__button.embla__button--prev {
  left: 0;
  bottom: 140px;
  border-radius: 0 25px 0 0;
}
.cid-v0QPkeZRho .embla__button.embla__button--next {
  left: 0;
  bottom: 80px;
  border-radius: 0 0 25px 0;
}
.cid-v0QPkeZRho .svg3 {
  position: absolute;
  top: 255px;
  left: 0;
  transform: rotate(-90deg);
  width: 30px;
}
.cid-v0QPkeZRho .svg3 path {
  fill: #0c2c68;
}
@media (max-width: 992px) {
  .cid-v0QPkeZRho .svg3 {
    top: 120px;
  }
}
.cid-v0QPkeZRho .svg4 {
  position: absolute;
  width: 30px;
  bottom: 50px;
  left: 0;
}
.cid-v0QPkeZRho .svg4 path {
  fill: #0c2c68;
}
.cid-v0QPkeZRho .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-v0QPkeZRho .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v0QPkeZRho .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0QPkeZRho .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0QPkeZRho .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0QPkeZRho .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0QPkeZRho .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0QPkeZRho .mbr-section-btn .btn::after,
.cid-v0QPkeZRho .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0c2c68, #de1111 150%);
}
.cid-v0QPkeZRho .mbr-section-btn .btn:hover,
.cid-v0QPkeZRho .mbr-section-btn .btn:focus {
  color: #de1111 !important;
}
.cid-v0QPkeZRho .mbr-section-btn .btn:hover::after,
.cid-v0QPkeZRho .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #0c2c68, #de1111 150%);
  opacity: 1;
}
.cid-uZNsTIcM8g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZNsTIcM8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNsTIcM8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNsTIcM8g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZNsTIcM8g .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZNsTIcM8g .container {
    padding: 0 16px;
  }
}
.cid-uZNsTIcM8g .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZNsTIcM8g .row {
    margin: 0;
  }
}
.cid-uZNsTIcM8g .row .card {
  position: relative;
  padding: 0;
}
.cid-uZNsTIcM8g .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZNsTIcM8g .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZNsTIcM8g .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZNsTIcM8g .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZNsTIcM8g .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZNsTIcM8g .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZNsTIcM8g .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uT0DhIttYb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT0DhIttYb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0DhIttYb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT0DhIttYb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT0DhIttYb .row {
  flex-direction: row-reverse;
}
.cid-uT0DhIttYb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT0DhIttYb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uT0DhIttYb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uT0DhIttYb .mbr-section-title {
  color: #0c2c68;
}
.cid-uT0DhIttYb .mbr-text,
.cid-uT0DhIttYb .mbr-section-btn {
  color: #000000;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-v0FO2LNXrk.popup-builder {
  background-color: #ffffff;
}
.cid-v0FO2LNXrk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0FO2LNXrk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0FO2LNXrk .modal-content,
.cid-v0FO2LNXrk .modal-dialog {
  height: auto;
}
.cid-v0FO2LNXrk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0FO2LNXrk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0FO2LNXrk .form-wrapper .mbr-form .form-group,
  .cid-v0FO2LNXrk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0FO2LNXrk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0FO2LNXrk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0FO2LNXrk .mbr-text {
  text-align: center;
  color: #0c2c68;
}
.cid-v0FO2LNXrk .pt-0 {
  padding-top: 0 !important;
}
.cid-v0FO2LNXrk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0FO2LNXrk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0FO2LNXrk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0FO2LNXrk .modal-open {
  overflow: hidden;
}
.cid-v0FO2LNXrk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0FO2LNXrk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0FO2LNXrk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0FO2LNXrk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0FO2LNXrk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0FO2LNXrk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0FO2LNXrk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0FO2LNXrk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0FO2LNXrk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0FO2LNXrk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0FO2LNXrk .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0FO2LNXrk .modal-backdrop.show {
  opacity: .5;
}
.cid-v0FO2LNXrk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0FO2LNXrk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FO2LNXrk .modal-header {
    padding: 1rem;
  }
}
.cid-v0FO2LNXrk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0FO2LNXrk .modal-header .close svg {
  fill: #353535;
}
.cid-v0FO2LNXrk .modal-header .close:hover {
  opacity: 1;
}
.cid-v0FO2LNXrk .modal-header .close:focus {
  outline: none;
}
.cid-v0FO2LNXrk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #de1111;
}
.cid-v0FO2LNXrk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0FO2LNXrk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FO2LNXrk .modal-body {
    padding: 1rem;
  }
}
.cid-v0FO2LNXrk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0FO2LNXrk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FO2LNXrk .modal-footer {
    padding: 1rem;
  }
}
.cid-v0FO2LNXrk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0FO2LNXrk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0FO2LNXrk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0FO2LNXrk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0FO2LNXrk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0FO2LNXrk .modal-lg,
  .cid-v0FO2LNXrk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0FO2LNXrk .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0FO2LNXrk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0FO2LNXrk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0FO2LNXrk .form-group {
  margin-bottom: 1rem;
}
.cid-v0FO2LNXrk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0FO2LNXrk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0FO2LNXrk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0FO2LNXrk .mbr-section-btn {
  margin: 0;
}
.cid-v0FO2LNXrk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZ38DXt9jk {
  z-index: 1000;
  width: 100%;
}
.cid-uZ38DXt9jk nav.navbar {
  position: fixed;
}
.cid-uZ38DXt9jk .btn {
  line-height: 1.2;
}
.cid-uZ38DXt9jk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ38DXt9jk .nav-link {
  position: relative;
}
.cid-uZ38DXt9jk .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZ38DXt9jk .nav-link:hover {
  color: #00adee !important;
}
.cid-uZ38DXt9jk .nav-link:hover:before {
  width: 100%;
}
.cid-uZ38DXt9jk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ38DXt9jk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZ38DXt9jk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZ38DXt9jk .dropdown-item:hover,
.cid-uZ38DXt9jk .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZ38DXt9jk .dropdown-item:hover span {
  color: white;
}
.cid-uZ38DXt9jk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZ38DXt9jk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZ38DXt9jk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZ38DXt9jk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZ38DXt9jk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZ38DXt9jk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZ38DXt9jk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ38DXt9jk .navbar-nav {
  margin: auto;
}
.cid-uZ38DXt9jk .dropdown-menu,
.cid-uZ38DXt9jk .navbar.opened {
  background: #ffffff !important;
}
.cid-uZ38DXt9jk .nav-item:focus,
.cid-uZ38DXt9jk .nav-link:focus {
  outline: none;
}
.cid-uZ38DXt9jk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ38DXt9jk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ38DXt9jk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ38DXt9jk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ38DXt9jk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ38DXt9jk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ38DXt9jk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZ38DXt9jk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ38DXt9jk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ38DXt9jk .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ38DXt9jk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ38DXt9jk .navbar.collapsed {
  justify-content: center;
}
.cid-uZ38DXt9jk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ38DXt9jk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZ38DXt9jk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZ38DXt9jk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ38DXt9jk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ38DXt9jk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZ38DXt9jk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ38DXt9jk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ38DXt9jk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZ38DXt9jk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ38DXt9jk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ38DXt9jk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ38DXt9jk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ38DXt9jk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZ38DXt9jk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ38DXt9jk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ38DXt9jk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ38DXt9jk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZ38DXt9jk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ38DXt9jk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZ38DXt9jk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZ38DXt9jk .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZ38DXt9jk .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZ38DXt9jk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ38DXt9jk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ38DXt9jk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ38DXt9jk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ38DXt9jk .dropdown-item.active,
.cid-uZ38DXt9jk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ38DXt9jk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ38DXt9jk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ38DXt9jk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ38DXt9jk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZ38DXt9jk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ38DXt9jk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ38DXt9jk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ38DXt9jk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ38DXt9jk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZ38DXt9jk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ38DXt9jk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ38DXt9jk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ38DXt9jk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ38DXt9jk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ38DXt9jk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ38DXt9jk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ38DXt9jk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ38DXt9jk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZ38DXt9jk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ38DXt9jk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ38DXt9jk .navbar {
    height: 70px;
  }
  .cid-uZ38DXt9jk .navbar.opened {
    height: auto;
  }
  .cid-uZ38DXt9jk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNDVHrjj2 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-calendario.png-1768x656.png");
}
.cid-uZNDVHrjj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNDVHrjj2 .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-uZNDVHrjj2 .container {
    padding: 0 15px;
  }
}
.cid-uZNDVHrjj2 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNDVHrjj2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNDVHrjj2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNDVHrjj2 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNDVHrjj2 .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-uZNDVHrjj2 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNDVHrjj2 .mbr-section-title {
  color: #131c28;
}
.cid-uZNDVHrjj2 .mbr-desc {
  color: #131c28;
}
.cid-uZTok1P3iC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTok1P3iC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTok1P3iC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTok1P3iC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTok1P3iC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTok1P3iC .container {
    padding: 0 16px;
  }
}
.cid-uZTok1P3iC .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTok1P3iC .row {
    margin: 0;
  }
}
.cid-uZTok1P3iC .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTok1P3iC .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTok1P3iC .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTok1P3iC .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZTok1P3iC .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTok1P3iC .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTok1P3iC .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTok1P3iC .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0Frf7yK6m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0Frf7yK6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Frf7yK6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Frf7yK6m .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0Frf7yK6m .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0Frf7yK6m .container {
    padding: 0 16px;
  }
}
.cid-v0Frf7yK6m .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Frf7yK6m .row {
    margin: 0;
  }
}
.cid-v0Frf7yK6m .row .card {
  position: relative;
  padding: 0;
}
.cid-v0Frf7yK6m .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0Frf7yK6m .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0Frf7yK6m .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0Frf7yK6m .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0Frf7yK6m .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0Frf7yK6m .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0Frf7yK6m .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZxlVtL70L {
  z-index: 1000;
  width: 100%;
}
.cid-uZxlVtL70L nav.navbar {
  position: fixed;
}
.cid-uZxlVtL70L .btn {
  line-height: 1.2;
}
.cid-uZxlVtL70L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZxlVtL70L .nav-link {
  position: relative;
}
.cid-uZxlVtL70L .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZxlVtL70L .nav-link:hover {
  color: #00adee !important;
}
.cid-uZxlVtL70L .nav-link:hover:before {
  width: 100%;
}
.cid-uZxlVtL70L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxlVtL70L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxlVtL70L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZxlVtL70L .dropdown-item:hover,
.cid-uZxlVtL70L .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZxlVtL70L .dropdown-item:hover span {
  color: white;
}
.cid-uZxlVtL70L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZxlVtL70L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZxlVtL70L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZxlVtL70L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZxlVtL70L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZxlVtL70L .container {
    flex-wrap: nowrap;
  }
}
.cid-uZxlVtL70L .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZxlVtL70L .navbar-nav {
  margin: auto;
}
.cid-uZxlVtL70L .dropdown-menu,
.cid-uZxlVtL70L .navbar.opened {
  background: #ffffff !important;
}
.cid-uZxlVtL70L .nav-item:focus,
.cid-uZxlVtL70L .nav-link:focus {
  outline: none;
}
.cid-uZxlVtL70L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZxlVtL70L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZxlVtL70L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZxlVtL70L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxlVtL70L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZxlVtL70L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZxlVtL70L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZxlVtL70L .navbar.opened {
  transition: all 0.3s;
}
.cid-uZxlVtL70L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZxlVtL70L .navbar .navbar-logo img {
  width: auto;
}
.cid-uZxlVtL70L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZxlVtL70L .navbar.collapsed {
  justify-content: center;
}
.cid-uZxlVtL70L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZxlVtL70L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZxlVtL70L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZxlVtL70L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZxlVtL70L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZxlVtL70L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZxlVtL70L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZxlVtL70L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZxlVtL70L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZxlVtL70L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZxlVtL70L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZxlVtL70L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZxlVtL70L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZxlVtL70L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZxlVtL70L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZxlVtL70L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZxlVtL70L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZxlVtL70L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZxlVtL70L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZxlVtL70L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZxlVtL70L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZxlVtL70L .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxlVtL70L .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZxlVtL70L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZxlVtL70L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZxlVtL70L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZxlVtL70L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZxlVtL70L .dropdown-item.active,
.cid-uZxlVtL70L .dropdown-item:active {
  background-color: transparent;
}
.cid-uZxlVtL70L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZxlVtL70L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZxlVtL70L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZxlVtL70L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZxlVtL70L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZxlVtL70L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZxlVtL70L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZxlVtL70L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZxlVtL70L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZxlVtL70L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZxlVtL70L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxlVtL70L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxlVtL70L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZxlVtL70L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxlVtL70L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZxlVtL70L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZxlVtL70L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxlVtL70L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZxlVtL70L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZxlVtL70L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZxlVtL70L .navbar {
    height: 70px;
  }
  .cid-uZxlVtL70L .navbar.opened {
    height: auto;
  }
  .cid-uZxlVtL70L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNDRmIxBw {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-calendario.png-1768x656.png");
}
.cid-uZNDRmIxBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNDRmIxBw .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-uZNDRmIxBw .container {
    padding: 0 15px;
  }
}
.cid-uZNDRmIxBw .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNDRmIxBw .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNDRmIxBw .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNDRmIxBw .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNDRmIxBw .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-uZNDRmIxBw .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNDRmIxBw .mbr-section-title {
  color: #131c28;
}
.cid-uZNDRmIxBw .mbr-desc {
  color: #131c28;
}
.cid-uZTogTSPsl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTogTSPsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTogTSPsl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTogTSPsl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTogTSPsl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTogTSPsl .container {
    padding: 0 16px;
  }
}
.cid-uZTogTSPsl .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTogTSPsl .row {
    margin: 0;
  }
}
.cid-uZTogTSPsl .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTogTSPsl .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTogTSPsl .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTogTSPsl .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZTogTSPsl .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTogTSPsl .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTogTSPsl .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTogTSPsl .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-v0FrcTWwoe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrcTWwoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrcTWwoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrcTWwoe .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrcTWwoe .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrcTWwoe .container {
    padding: 0 16px;
  }
}
.cid-v0FrcTWwoe .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrcTWwoe .row {
    margin: 0;
  }
}
.cid-v0FrcTWwoe .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrcTWwoe .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrcTWwoe .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrcTWwoe .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrcTWwoe .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrcTWwoe .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrcTWwoe .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrcTWwoe .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZxm8h27ZT {
  z-index: 1000;
  width: 100%;
}
.cid-uZxm8h27ZT nav.navbar {
  position: fixed;
}
.cid-uZxm8h27ZT .btn {
  line-height: 1.2;
}
.cid-uZxm8h27ZT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZxm8h27ZT .nav-link {
  position: relative;
}
.cid-uZxm8h27ZT .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZxm8h27ZT .nav-link:hover {
  color: #00adee !important;
}
.cid-uZxm8h27ZT .nav-link:hover:before {
  width: 100%;
}
.cid-uZxm8h27ZT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxm8h27ZT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxm8h27ZT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZxm8h27ZT .dropdown-item:hover,
.cid-uZxm8h27ZT .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZxm8h27ZT .dropdown-item:hover span {
  color: white;
}
.cid-uZxm8h27ZT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZxm8h27ZT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZxm8h27ZT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZxm8h27ZT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZxm8h27ZT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZxm8h27ZT .container {
    flex-wrap: nowrap;
  }
}
.cid-uZxm8h27ZT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZxm8h27ZT .navbar-nav {
  margin: auto;
}
.cid-uZxm8h27ZT .dropdown-menu,
.cid-uZxm8h27ZT .navbar.opened {
  background: #ffffff !important;
}
.cid-uZxm8h27ZT .nav-item:focus,
.cid-uZxm8h27ZT .nav-link:focus {
  outline: none;
}
.cid-uZxm8h27ZT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZxm8h27ZT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZxm8h27ZT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZxm8h27ZT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxm8h27ZT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZxm8h27ZT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZxm8h27ZT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZxm8h27ZT .navbar.opened {
  transition: all 0.3s;
}
.cid-uZxm8h27ZT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZxm8h27ZT .navbar .navbar-logo img {
  width: auto;
}
.cid-uZxm8h27ZT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZxm8h27ZT .navbar.collapsed {
  justify-content: center;
}
.cid-uZxm8h27ZT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZxm8h27ZT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZxm8h27ZT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZxm8h27ZT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZxm8h27ZT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZxm8h27ZT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZxm8h27ZT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZxm8h27ZT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZxm8h27ZT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZxm8h27ZT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZxm8h27ZT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZxm8h27ZT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZxm8h27ZT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZxm8h27ZT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZxm8h27ZT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZxm8h27ZT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZxm8h27ZT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZxm8h27ZT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZxm8h27ZT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZxm8h27ZT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZxm8h27ZT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZxm8h27ZT .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxm8h27ZT .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZxm8h27ZT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZxm8h27ZT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZxm8h27ZT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZxm8h27ZT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZxm8h27ZT .dropdown-item.active,
.cid-uZxm8h27ZT .dropdown-item:active {
  background-color: transparent;
}
.cid-uZxm8h27ZT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZxm8h27ZT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZxm8h27ZT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZxm8h27ZT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZxm8h27ZT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZxm8h27ZT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZxm8h27ZT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZxm8h27ZT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZxm8h27ZT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZxm8h27ZT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZxm8h27ZT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxm8h27ZT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxm8h27ZT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZxm8h27ZT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxm8h27ZT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZxm8h27ZT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZxm8h27ZT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxm8h27ZT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZxm8h27ZT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZxm8h27ZT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZxm8h27ZT .navbar {
    height: 70px;
  }
  .cid-uZxm8h27ZT .navbar.opened {
    height: auto;
  }
  .cid-uZxm8h27ZT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNDtj7NCM {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-calendario.png-1768x656.png");
}
.cid-uZNDtj7NCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNDtj7NCM .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-uZNDtj7NCM .container {
    padding: 0 15px;
  }
}
.cid-uZNDtj7NCM .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNDtj7NCM .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNDtj7NCM .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNDtj7NCM .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNDtj7NCM .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-uZNDtj7NCM .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNDtj7NCM .mbr-section-title {
  color: #131c28;
}
.cid-uZNDtj7NCM .mbr-desc {
  color: #131c28;
}
.cid-uZTomCPcTO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTomCPcTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTomCPcTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTomCPcTO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTomCPcTO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTomCPcTO .container {
    padding: 0 16px;
  }
}
.cid-uZTomCPcTO .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTomCPcTO .row {
    margin: 0;
  }
}
.cid-uZTomCPcTO .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTomCPcTO .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTomCPcTO .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTomCPcTO .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZTomCPcTO .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTomCPcTO .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTomCPcTO .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTomCPcTO .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0Frj8rgQd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0Frj8rgQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Frj8rgQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Frj8rgQd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0Frj8rgQd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0Frj8rgQd .container {
    padding: 0 16px;
  }
}
.cid-v0Frj8rgQd .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Frj8rgQd .row {
    margin: 0;
  }
}
.cid-v0Frj8rgQd .row .card {
  position: relative;
  padding: 0;
}
.cid-v0Frj8rgQd .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0Frj8rgQd .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0Frj8rgQd .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0Frj8rgQd .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0Frj8rgQd .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0Frj8rgQd .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0Frj8rgQd .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZxmjsegxC {
  z-index: 1000;
  width: 100%;
}
.cid-uZxmjsegxC nav.navbar {
  position: fixed;
}
.cid-uZxmjsegxC .btn {
  line-height: 1.2;
}
.cid-uZxmjsegxC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZxmjsegxC .nav-link {
  position: relative;
}
.cid-uZxmjsegxC .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZxmjsegxC .nav-link:hover {
  color: #00adee !important;
}
.cid-uZxmjsegxC .nav-link:hover:before {
  width: 100%;
}
.cid-uZxmjsegxC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxmjsegxC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxmjsegxC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZxmjsegxC .dropdown-item:hover,
.cid-uZxmjsegxC .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZxmjsegxC .dropdown-item:hover span {
  color: white;
}
.cid-uZxmjsegxC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZxmjsegxC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZxmjsegxC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZxmjsegxC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZxmjsegxC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZxmjsegxC .container {
    flex-wrap: nowrap;
  }
}
.cid-uZxmjsegxC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZxmjsegxC .navbar-nav {
  margin: auto;
}
.cid-uZxmjsegxC .dropdown-menu,
.cid-uZxmjsegxC .navbar.opened {
  background: #ffffff !important;
}
.cid-uZxmjsegxC .nav-item:focus,
.cid-uZxmjsegxC .nav-link:focus {
  outline: none;
}
.cid-uZxmjsegxC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZxmjsegxC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZxmjsegxC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZxmjsegxC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxmjsegxC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZxmjsegxC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZxmjsegxC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZxmjsegxC .navbar.opened {
  transition: all 0.3s;
}
.cid-uZxmjsegxC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZxmjsegxC .navbar .navbar-logo img {
  width: auto;
}
.cid-uZxmjsegxC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZxmjsegxC .navbar.collapsed {
  justify-content: center;
}
.cid-uZxmjsegxC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZxmjsegxC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZxmjsegxC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZxmjsegxC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZxmjsegxC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZxmjsegxC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZxmjsegxC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZxmjsegxC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZxmjsegxC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZxmjsegxC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZxmjsegxC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZxmjsegxC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZxmjsegxC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZxmjsegxC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZxmjsegxC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZxmjsegxC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZxmjsegxC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZxmjsegxC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZxmjsegxC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZxmjsegxC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZxmjsegxC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZxmjsegxC .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxmjsegxC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZxmjsegxC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZxmjsegxC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZxmjsegxC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZxmjsegxC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZxmjsegxC .dropdown-item.active,
.cid-uZxmjsegxC .dropdown-item:active {
  background-color: transparent;
}
.cid-uZxmjsegxC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZxmjsegxC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZxmjsegxC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZxmjsegxC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZxmjsegxC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZxmjsegxC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZxmjsegxC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZxmjsegxC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZxmjsegxC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZxmjsegxC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZxmjsegxC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxmjsegxC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxmjsegxC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZxmjsegxC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxmjsegxC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZxmjsegxC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZxmjsegxC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxmjsegxC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZxmjsegxC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZxmjsegxC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZxmjsegxC .navbar {
    height: 70px;
  }
  .cid-uZxmjsegxC .navbar.opened {
    height: auto;
  }
  .cid-uZxmjsegxC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNDH6ZzqC {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-calendario.png-1768x656.png");
}
.cid-uZNDH6ZzqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNDH6ZzqC .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-uZNDH6ZzqC .container {
    padding: 0 15px;
  }
}
.cid-uZNDH6ZzqC .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNDH6ZzqC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNDH6ZzqC .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNDH6ZzqC .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNDH6ZzqC .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-uZNDH6ZzqC .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNDH6ZzqC .mbr-section-title {
  color: #131c28;
}
.cid-uZNDH6ZzqC .mbr-desc {
  color: #131c28;
}
.cid-uZTooO1srm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTooO1srm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTooO1srm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTooO1srm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTooO1srm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTooO1srm .container {
    padding: 0 16px;
  }
}
.cid-uZTooO1srm .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTooO1srm .row {
    margin: 0;
  }
}
.cid-uZTooO1srm .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTooO1srm .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTooO1srm .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTooO1srm .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZTooO1srm .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTooO1srm .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTooO1srm .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTooO1srm .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0FrlCHxnF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrlCHxnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrlCHxnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrlCHxnF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrlCHxnF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrlCHxnF .container {
    padding: 0 16px;
  }
}
.cid-v0FrlCHxnF .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrlCHxnF .row {
    margin: 0;
  }
}
.cid-v0FrlCHxnF .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrlCHxnF .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrlCHxnF .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrlCHxnF .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrlCHxnF .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrlCHxnF .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrlCHxnF .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrlCHxnF .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZxmscNOkJ {
  z-index: 1000;
  width: 100%;
}
.cid-uZxmscNOkJ nav.navbar {
  position: fixed;
}
.cid-uZxmscNOkJ .btn {
  line-height: 1.2;
}
.cid-uZxmscNOkJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZxmscNOkJ .nav-link {
  position: relative;
}
.cid-uZxmscNOkJ .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZxmscNOkJ .nav-link:hover {
  color: #00adee !important;
}
.cid-uZxmscNOkJ .nav-link:hover:before {
  width: 100%;
}
.cid-uZxmscNOkJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxmscNOkJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxmscNOkJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZxmscNOkJ .dropdown-item:hover,
.cid-uZxmscNOkJ .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZxmscNOkJ .dropdown-item:hover span {
  color: white;
}
.cid-uZxmscNOkJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZxmscNOkJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZxmscNOkJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZxmscNOkJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZxmscNOkJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZxmscNOkJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZxmscNOkJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZxmscNOkJ .navbar-nav {
  margin: auto;
}
.cid-uZxmscNOkJ .dropdown-menu,
.cid-uZxmscNOkJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uZxmscNOkJ .nav-item:focus,
.cid-uZxmscNOkJ .nav-link:focus {
  outline: none;
}
.cid-uZxmscNOkJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZxmscNOkJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZxmscNOkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZxmscNOkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxmscNOkJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZxmscNOkJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZxmscNOkJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZxmscNOkJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZxmscNOkJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZxmscNOkJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZxmscNOkJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZxmscNOkJ .navbar.collapsed {
  justify-content: center;
}
.cid-uZxmscNOkJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZxmscNOkJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZxmscNOkJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZxmscNOkJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZxmscNOkJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZxmscNOkJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZxmscNOkJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZxmscNOkJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZxmscNOkJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZxmscNOkJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZxmscNOkJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZxmscNOkJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZxmscNOkJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZxmscNOkJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZxmscNOkJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZxmscNOkJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZxmscNOkJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZxmscNOkJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZxmscNOkJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZxmscNOkJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZxmscNOkJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZxmscNOkJ .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxmscNOkJ .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZxmscNOkJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZxmscNOkJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZxmscNOkJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZxmscNOkJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZxmscNOkJ .dropdown-item.active,
.cid-uZxmscNOkJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZxmscNOkJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZxmscNOkJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZxmscNOkJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZxmscNOkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZxmscNOkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZxmscNOkJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZxmscNOkJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZxmscNOkJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZxmscNOkJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZxmscNOkJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZxmscNOkJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxmscNOkJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxmscNOkJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZxmscNOkJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxmscNOkJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZxmscNOkJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZxmscNOkJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxmscNOkJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZxmscNOkJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZxmscNOkJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZxmscNOkJ .navbar {
    height: 70px;
  }
  .cid-uZxmscNOkJ .navbar.opened {
    height: auto;
  }
  .cid-uZxmscNOkJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0FqVgpwf7 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-calendario.png-1768x656.png");
}
.cid-v0FqVgpwf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FqVgpwf7 .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-v0FqVgpwf7 .container {
    padding: 0 15px;
  }
}
.cid-v0FqVgpwf7 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v0FqVgpwf7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0FqVgpwf7 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0FqVgpwf7 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v0FqVgpwf7 .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-v0FqVgpwf7 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v0FqVgpwf7 .mbr-section-title {
  color: #131c28;
}
.cid-v0FqVgpwf7 .mbr-desc {
  color: #131c28;
}
.cid-v0Fr04HQvZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0Fr04HQvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Fr04HQvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Fr04HQvZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0Fr04HQvZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0Fr04HQvZ .container {
    padding: 0 16px;
  }
}
.cid-v0Fr04HQvZ .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Fr04HQvZ .row {
    margin: 0;
  }
}
.cid-v0Fr04HQvZ .row .card {
  position: relative;
  padding: 0;
}
.cid-v0Fr04HQvZ .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0Fr04HQvZ .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0Fr04HQvZ .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0Fr04HQvZ .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0Fr04HQvZ .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0Fr04HQvZ .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0Fr04HQvZ .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0FrrotLHL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrrotLHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrrotLHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrrotLHL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrrotLHL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrrotLHL .container {
    padding: 0 16px;
  }
}
.cid-v0FrrotLHL .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrrotLHL .row {
    margin: 0;
  }
}
.cid-v0FrrotLHL .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrrotLHL .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrrotLHL .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrrotLHL .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrrotLHL .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrrotLHL .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrrotLHL .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrrotLHL .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZxmCzobfW {
  z-index: 1000;
  width: 100%;
}
.cid-uZxmCzobfW nav.navbar {
  position: fixed;
}
.cid-uZxmCzobfW .btn {
  line-height: 1.2;
}
.cid-uZxmCzobfW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZxmCzobfW .nav-link {
  position: relative;
}
.cid-uZxmCzobfW .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZxmCzobfW .nav-link:hover {
  color: #00adee !important;
}
.cid-uZxmCzobfW .nav-link:hover:before {
  width: 100%;
}
.cid-uZxmCzobfW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxmCzobfW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxmCzobfW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZxmCzobfW .dropdown-item:hover,
.cid-uZxmCzobfW .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZxmCzobfW .dropdown-item:hover span {
  color: white;
}
.cid-uZxmCzobfW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZxmCzobfW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZxmCzobfW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZxmCzobfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZxmCzobfW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZxmCzobfW .container {
    flex-wrap: nowrap;
  }
}
.cid-uZxmCzobfW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZxmCzobfW .navbar-nav {
  margin: auto;
}
.cid-uZxmCzobfW .dropdown-menu,
.cid-uZxmCzobfW .navbar.opened {
  background: #ffffff !important;
}
.cid-uZxmCzobfW .nav-item:focus,
.cid-uZxmCzobfW .nav-link:focus {
  outline: none;
}
.cid-uZxmCzobfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZxmCzobfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZxmCzobfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZxmCzobfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZxmCzobfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZxmCzobfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZxmCzobfW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZxmCzobfW .navbar.opened {
  transition: all 0.3s;
}
.cid-uZxmCzobfW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZxmCzobfW .navbar .navbar-logo img {
  width: auto;
}
.cid-uZxmCzobfW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZxmCzobfW .navbar.collapsed {
  justify-content: center;
}
.cid-uZxmCzobfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZxmCzobfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZxmCzobfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZxmCzobfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZxmCzobfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZxmCzobfW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZxmCzobfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZxmCzobfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZxmCzobfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZxmCzobfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZxmCzobfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZxmCzobfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZxmCzobfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZxmCzobfW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZxmCzobfW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZxmCzobfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZxmCzobfW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZxmCzobfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZxmCzobfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZxmCzobfW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZxmCzobfW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZxmCzobfW .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZxmCzobfW .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZxmCzobfW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZxmCzobfW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZxmCzobfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZxmCzobfW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZxmCzobfW .dropdown-item.active,
.cid-uZxmCzobfW .dropdown-item:active {
  background-color: transparent;
}
.cid-uZxmCzobfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZxmCzobfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZxmCzobfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZxmCzobfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZxmCzobfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZxmCzobfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZxmCzobfW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZxmCzobfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZxmCzobfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZxmCzobfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZxmCzobfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxmCzobfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZxmCzobfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZxmCzobfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxmCzobfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZxmCzobfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZxmCzobfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZxmCzobfW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZxmCzobfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZxmCzobfW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZxmCzobfW .navbar {
    height: 70px;
  }
  .cid-uZxmCzobfW .navbar.opened {
    height: auto;
  }
  .cid-uZxmCzobfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNDLEt5BL {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-calendario.png-1768x656.png");
}
.cid-uZNDLEt5BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNDLEt5BL .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-uZNDLEt5BL .container {
    padding: 0 15px;
  }
}
.cid-uZNDLEt5BL .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNDLEt5BL .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNDLEt5BL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNDLEt5BL .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNDLEt5BL .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-uZNDLEt5BL .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNDLEt5BL .mbr-section-title {
  color: #131c28;
}
.cid-uZNDLEt5BL .mbr-desc {
  color: #131c28;
}
.cid-uZTorPjVpN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTorPjVpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTorPjVpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTorPjVpN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTorPjVpN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTorPjVpN .container {
    padding: 0 16px;
  }
}
.cid-uZTorPjVpN .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTorPjVpN .row {
    margin: 0;
  }
}
.cid-uZTorPjVpN .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTorPjVpN .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTorPjVpN .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTorPjVpN .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZTorPjVpN .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTorPjVpN .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTorPjVpN .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTorPjVpN .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0FrnEIa9S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrnEIa9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrnEIa9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrnEIa9S .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrnEIa9S .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrnEIa9S .container {
    padding: 0 16px;
  }
}
.cid-v0FrnEIa9S .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrnEIa9S .row {
    margin: 0;
  }
}
.cid-v0FrnEIa9S .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrnEIa9S .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrnEIa9S .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrnEIa9S .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrnEIa9S .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrnEIa9S .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrnEIa9S .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrnEIa9S .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZAFMKH3IZ {
  z-index: 1000;
  width: 100%;
}
.cid-uZAFMKH3IZ nav.navbar {
  position: fixed;
}
.cid-uZAFMKH3IZ .btn {
  line-height: 1.2;
}
.cid-uZAFMKH3IZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZAFMKH3IZ .nav-link {
  position: relative;
}
.cid-uZAFMKH3IZ .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZAFMKH3IZ .nav-link:hover {
  color: #00adee !important;
}
.cid-uZAFMKH3IZ .nav-link:hover:before {
  width: 100%;
}
.cid-uZAFMKH3IZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAFMKH3IZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZAFMKH3IZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZAFMKH3IZ .dropdown-item:hover,
.cid-uZAFMKH3IZ .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZAFMKH3IZ .dropdown-item:hover span {
  color: white;
}
.cid-uZAFMKH3IZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZAFMKH3IZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZAFMKH3IZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZAFMKH3IZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZAFMKH3IZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZAFMKH3IZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZAFMKH3IZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZAFMKH3IZ .navbar-nav {
  margin: auto;
}
.cid-uZAFMKH3IZ .dropdown-menu,
.cid-uZAFMKH3IZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uZAFMKH3IZ .nav-item:focus,
.cid-uZAFMKH3IZ .nav-link:focus {
  outline: none;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAFMKH3IZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZAFMKH3IZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZAFMKH3IZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZAFMKH3IZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZAFMKH3IZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZAFMKH3IZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZAFMKH3IZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZAFMKH3IZ .navbar.collapsed {
  justify-content: center;
}
.cid-uZAFMKH3IZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZAFMKH3IZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZAFMKH3IZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZAFMKH3IZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZAFMKH3IZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZAFMKH3IZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZAFMKH3IZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZAFMKH3IZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZAFMKH3IZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZAFMKH3IZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZAFMKH3IZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZAFMKH3IZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZAFMKH3IZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZAFMKH3IZ .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZAFMKH3IZ .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZAFMKH3IZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZAFMKH3IZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZAFMKH3IZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZAFMKH3IZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZAFMKH3IZ .dropdown-item.active,
.cid-uZAFMKH3IZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZAFMKH3IZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZAFMKH3IZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZAFMKH3IZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZAFMKH3IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZAFMKH3IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZAFMKH3IZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZAFMKH3IZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZAFMKH3IZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZAFMKH3IZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZAFMKH3IZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZAFMKH3IZ .navbar {
    height: 70px;
  }
  .cid-uZAFMKH3IZ .navbar.opened {
    height: auto;
  }
  .cid-uZAFMKH3IZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNtiDo0rN {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-allenamenti.png-1768x656.png");
}
.cid-uZNtiDo0rN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNtiDo0rN .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-uZNtiDo0rN .container {
    padding: 0 15px;
  }
}
.cid-uZNtiDo0rN .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNtiDo0rN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNtiDo0rN .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNtiDo0rN .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNtiDo0rN .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-uZNtiDo0rN .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNtiDo0rN .mbr-section-title {
  color: #131c28;
}
.cid-uZNtiDo0rN .mbr-desc {
  color: #131c28;
}
.cid-uZSwEwVkj7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSwEwVkj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSwEwVkj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSwEwVkj7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSwEwVkj7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSwEwVkj7 .container {
    padding: 0 16px;
  }
}
.cid-uZSwEwVkj7 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSwEwVkj7 .row {
    margin: 0;
  }
}
.cid-uZSwEwVkj7 .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSwEwVkj7 .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSwEwVkj7 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSwEwVkj7 .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZSwEwVkj7 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSwEwVkj7 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSwEwVkj7 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSwEwVkj7 .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZBJoWPKIG {
  z-index: 1000;
  width: 100%;
}
.cid-uZBJoWPKIG nav.navbar {
  position: fixed;
}
.cid-uZBJoWPKIG .btn {
  line-height: 1.2;
}
.cid-uZBJoWPKIG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZBJoWPKIG .nav-link {
  position: relative;
}
.cid-uZBJoWPKIG .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZBJoWPKIG .nav-link:hover {
  color: #00adee !important;
}
.cid-uZBJoWPKIG .nav-link:hover:before {
  width: 100%;
}
.cid-uZBJoWPKIG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZBJoWPKIG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZBJoWPKIG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZBJoWPKIG .dropdown-item:hover,
.cid-uZBJoWPKIG .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZBJoWPKIG .dropdown-item:hover span {
  color: white;
}
.cid-uZBJoWPKIG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZBJoWPKIG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZBJoWPKIG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZBJoWPKIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZBJoWPKIG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZBJoWPKIG .container {
    flex-wrap: nowrap;
  }
}
.cid-uZBJoWPKIG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZBJoWPKIG .navbar-nav {
  margin: auto;
}
.cid-uZBJoWPKIG .dropdown-menu,
.cid-uZBJoWPKIG .navbar.opened {
  background: #ffffff !important;
}
.cid-uZBJoWPKIG .nav-item:focus,
.cid-uZBJoWPKIG .nav-link:focus {
  outline: none;
}
.cid-uZBJoWPKIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZBJoWPKIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZBJoWPKIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZBJoWPKIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZBJoWPKIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZBJoWPKIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZBJoWPKIG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZBJoWPKIG .navbar.opened {
  transition: all 0.3s;
}
.cid-uZBJoWPKIG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZBJoWPKIG .navbar .navbar-logo img {
  width: auto;
}
.cid-uZBJoWPKIG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZBJoWPKIG .navbar.collapsed {
  justify-content: center;
}
.cid-uZBJoWPKIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZBJoWPKIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZBJoWPKIG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZBJoWPKIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZBJoWPKIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZBJoWPKIG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZBJoWPKIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZBJoWPKIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZBJoWPKIG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZBJoWPKIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZBJoWPKIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZBJoWPKIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZBJoWPKIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZBJoWPKIG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZBJoWPKIG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZBJoWPKIG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZBJoWPKIG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZBJoWPKIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZBJoWPKIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZBJoWPKIG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZBJoWPKIG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZBJoWPKIG .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZBJoWPKIG .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZBJoWPKIG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZBJoWPKIG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZBJoWPKIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZBJoWPKIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZBJoWPKIG .dropdown-item.active,
.cid-uZBJoWPKIG .dropdown-item:active {
  background-color: transparent;
}
.cid-uZBJoWPKIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZBJoWPKIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZBJoWPKIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZBJoWPKIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZBJoWPKIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZBJoWPKIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZBJoWPKIG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZBJoWPKIG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZBJoWPKIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZBJoWPKIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZBJoWPKIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZBJoWPKIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZBJoWPKIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZBJoWPKIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZBJoWPKIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZBJoWPKIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZBJoWPKIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZBJoWPKIG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZBJoWPKIG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZBJoWPKIG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZBJoWPKIG .navbar {
    height: 70px;
  }
  .cid-uZBJoWPKIG .navbar.opened {
    height: auto;
  }
  .cid-uZBJoWPKIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZBJoXc0DS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZBJoXc0DS .carousel {
    max-height: 600px;
  }
  .cid-uZBJoXc0DS .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZBJoXc0DS .carousel {
    min-height: 390px;
  }
  .cid-uZBJoXc0DS .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uZBJoXc0DS .carousel {
    min-height: 330px;
  }
  .cid-uZBJoXc0DS .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uZBJoXc0DS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZBJoXc0DS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZBJoXc0DS .carousel,
.cid-uZBJoXc0DS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZBJoXc0DS .item-wrapper {
  width: 100%;
}
.cid-uZBJoXc0DS .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uZBJoXc0DS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZBJoXc0DS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZBJoXc0DS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZBJoXc0DS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZBJoXc0DS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uZBJoXc0DS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZBJoXc0DS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZBJoXc0DS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZBJoXc0DS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZBJoXc0DS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uZBJoXc0DS .carousel-indicators li.active,
.cid-uZBJoXc0DS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZBJoXc0DS .carousel-indicators li::after,
.cid-uZBJoXc0DS .carousel-indicators li::before {
  content: none;
}
.cid-uZBJoXc0DS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZBJoXc0DS .carousel-indicators {
    display: none !important;
  }
}
#custom-html-4g {
  /* Type valid CSS here */
}
#custom-html-4g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4g p {
  font-size: 60px;
  color: #777;
}
#custom-html-4f {
  /* Type valid CSS here */
}
#custom-html-4f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4f p {
  font-size: 60px;
  color: #777;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZAFMKH3IZ {
  z-index: 1000;
  width: 100%;
}
.cid-uZAFMKH3IZ nav.navbar {
  position: fixed;
}
.cid-uZAFMKH3IZ .btn {
  line-height: 1.2;
}
.cid-uZAFMKH3IZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZAFMKH3IZ .nav-link {
  position: relative;
}
.cid-uZAFMKH3IZ .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZAFMKH3IZ .nav-link:hover {
  color: #00adee !important;
}
.cid-uZAFMKH3IZ .nav-link:hover:before {
  width: 100%;
}
.cid-uZAFMKH3IZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAFMKH3IZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZAFMKH3IZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZAFMKH3IZ .dropdown-item:hover,
.cid-uZAFMKH3IZ .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZAFMKH3IZ .dropdown-item:hover span {
  color: white;
}
.cid-uZAFMKH3IZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZAFMKH3IZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZAFMKH3IZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZAFMKH3IZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZAFMKH3IZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZAFMKH3IZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZAFMKH3IZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZAFMKH3IZ .navbar-nav {
  margin: auto;
}
.cid-uZAFMKH3IZ .dropdown-menu,
.cid-uZAFMKH3IZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uZAFMKH3IZ .nav-item:focus,
.cid-uZAFMKH3IZ .nav-link:focus {
  outline: none;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZAFMKH3IZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAFMKH3IZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZAFMKH3IZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZAFMKH3IZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZAFMKH3IZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZAFMKH3IZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZAFMKH3IZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZAFMKH3IZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZAFMKH3IZ .navbar.collapsed {
  justify-content: center;
}
.cid-uZAFMKH3IZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZAFMKH3IZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZAFMKH3IZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZAFMKH3IZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZAFMKH3IZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZAFMKH3IZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZAFMKH3IZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZAFMKH3IZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZAFMKH3IZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZAFMKH3IZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZAFMKH3IZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZAFMKH3IZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZAFMKH3IZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZAFMKH3IZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZAFMKH3IZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZAFMKH3IZ .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZAFMKH3IZ .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZAFMKH3IZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZAFMKH3IZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZAFMKH3IZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZAFMKH3IZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZAFMKH3IZ .dropdown-item.active,
.cid-uZAFMKH3IZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZAFMKH3IZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZAFMKH3IZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZAFMKH3IZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZAFMKH3IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZAFMKH3IZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZAFMKH3IZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZAFMKH3IZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZAFMKH3IZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAFMKH3IZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZAFMKH3IZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAFMKH3IZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZAFMKH3IZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZAFMKH3IZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZAFMKH3IZ .navbar {
    height: 70px;
  }
  .cid-uZAFMKH3IZ .navbar.opened {
    height: auto;
  }
  .cid-uZAFMKH3IZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZRPhbklpm {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-sponsor.png-1768x656.png");
}
.cid-uZRPhbklpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRPhbklpm .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-uZRPhbklpm .container {
    padding: 0 15px;
  }
}
.cid-uZRPhbklpm .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZRPhbklpm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZRPhbklpm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZRPhbklpm .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZRPhbklpm .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-uZRPhbklpm .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZRPhbklpm .mbr-section-title {
  color: #131c28;
}
.cid-uZRPhbklpm .mbr-desc {
  color: #131c28;
}
.cid-v0Fruyadc4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0Fruyadc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Fruyadc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Fruyadc4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0Fruyadc4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0Fruyadc4 .container {
    padding: 0 16px;
  }
}
.cid-v0Fruyadc4 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Fruyadc4 .row {
    margin: 0;
  }
}
.cid-v0Fruyadc4 .row .card {
  position: relative;
  padding: 0;
}
.cid-v0Fruyadc4 .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0Fruyadc4 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0Fruyadc4 .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0Fruyadc4 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0Fruyadc4 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0Fruyadc4 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0Fruyadc4 .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZTKsFrQmW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZTKsFrQmW .mbr-text {
  color: #000000;
}
.cid-uZTKsFrQmW .mbr-section-subtitle {
  color: #de1111;
}
.cid-uZTKsFrQmW .mbr-section-title {
  color: #de1111;
}
.cid-uZTovU1blr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTovU1blr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTovU1blr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTovU1blr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTovU1blr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTovU1blr .container {
    padding: 0 16px;
  }
}
.cid-uZTovU1blr .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTovU1blr .row {
    margin: 0;
  }
}
.cid-uZTovU1blr .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTovU1blr .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTovU1blr .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTovU1blr .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZTovU1blr .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTovU1blr .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTovU1blr .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTovU1blr .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-v0FL1Zac3L.popup-builder {
  background-color: #ffffff;
}
.cid-v0FL1Zac3L.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0FL1Zac3L.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0FL1Zac3L .modal-content,
.cid-v0FL1Zac3L .modal-dialog {
  height: auto;
}
.cid-v0FL1Zac3L .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0FL1Zac3L .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0FL1Zac3L .form-wrapper .mbr-form .form-group,
  .cid-v0FL1Zac3L .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0FL1Zac3L .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0FL1Zac3L .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0FL1Zac3L .mbr-text {
  text-align: center;
  color: #0c2c68;
}
.cid-v0FL1Zac3L .pt-0 {
  padding-top: 0 !important;
}
.cid-v0FL1Zac3L .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0FL1Zac3L .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0FL1Zac3L .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0FL1Zac3L .modal-open {
  overflow: hidden;
}
.cid-v0FL1Zac3L .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0FL1Zac3L .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0FL1Zac3L .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0FL1Zac3L .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0FL1Zac3L .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0FL1Zac3L .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0FL1Zac3L .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0FL1Zac3L .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0FL1Zac3L .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0FL1Zac3L .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0FL1Zac3L .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0FL1Zac3L .modal-backdrop.show {
  opacity: .5;
}
.cid-v0FL1Zac3L .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0FL1Zac3L .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FL1Zac3L .modal-header {
    padding: 1rem;
  }
}
.cid-v0FL1Zac3L .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0FL1Zac3L .modal-header .close svg {
  fill: #353535;
}
.cid-v0FL1Zac3L .modal-header .close:hover {
  opacity: 1;
}
.cid-v0FL1Zac3L .modal-header .close:focus {
  outline: none;
}
.cid-v0FL1Zac3L .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #de1111;
}
.cid-v0FL1Zac3L .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0FL1Zac3L .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FL1Zac3L .modal-body {
    padding: 1rem;
  }
}
.cid-v0FL1Zac3L .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0FL1Zac3L .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FL1Zac3L .modal-footer {
    padding: 1rem;
  }
}
.cid-v0FL1Zac3L .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0FL1Zac3L .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0FL1Zac3L .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0FL1Zac3L .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0FL1Zac3L .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0FL1Zac3L .modal-lg,
  .cid-v0FL1Zac3L .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0FL1Zac3L .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0FL1Zac3L .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0FL1Zac3L .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0FL1Zac3L .form-group {
  margin-bottom: 1rem;
}
.cid-v0FL1Zac3L .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0FL1Zac3L .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0FL1Zac3L .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0FL1Zac3L .mbr-section-btn {
  margin: 0;
}
.cid-v0FL1Zac3L .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT0rPOX5NO {
  z-index: 1000;
  width: 100%;
}
.cid-uT0rPOX5NO nav.navbar {
  position: fixed;
}
.cid-uT0rPOX5NO .btn {
  line-height: 1.2;
}
.cid-uT0rPOX5NO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0rPOX5NO .nav-link {
  position: relative;
}
.cid-uT0rPOX5NO .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uT0rPOX5NO .nav-link:hover {
  color: #00adee !important;
}
.cid-uT0rPOX5NO .nav-link:hover:before {
  width: 100%;
}
.cid-uT0rPOX5NO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0rPOX5NO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT0rPOX5NO .dropdown-item:hover,
.cid-uT0rPOX5NO .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uT0rPOX5NO .dropdown-item:hover span {
  color: white;
}
.cid-uT0rPOX5NO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT0rPOX5NO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT0rPOX5NO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uT0rPOX5NO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uT0rPOX5NO .container {
    flex-wrap: nowrap;
  }
}
.cid-uT0rPOX5NO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT0rPOX5NO .navbar-nav {
  margin: auto;
}
.cid-uT0rPOX5NO .dropdown-menu,
.cid-uT0rPOX5NO .navbar.opened {
  background: #ffffff !important;
}
.cid-uT0rPOX5NO .nav-item:focus,
.cid-uT0rPOX5NO .nav-link:focus {
  outline: none;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0rPOX5NO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0rPOX5NO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0rPOX5NO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0rPOX5NO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uT0rPOX5NO .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0rPOX5NO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0rPOX5NO .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0rPOX5NO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT0rPOX5NO .navbar.collapsed {
  justify-content: center;
}
.cid-uT0rPOX5NO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0rPOX5NO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0rPOX5NO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0rPOX5NO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0rPOX5NO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0rPOX5NO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT0rPOX5NO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0rPOX5NO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0rPOX5NO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0rPOX5NO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT0rPOX5NO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0rPOX5NO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT0rPOX5NO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0rPOX5NO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uT0rPOX5NO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uT0rPOX5NO .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0rPOX5NO .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uT0rPOX5NO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0rPOX5NO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT0rPOX5NO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0rPOX5NO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0rPOX5NO .dropdown-item.active,
.cid-uT0rPOX5NO .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0rPOX5NO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0rPOX5NO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0rPOX5NO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT0rPOX5NO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0rPOX5NO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0rPOX5NO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0rPOX5NO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0rPOX5NO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0rPOX5NO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0rPOX5NO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT0rPOX5NO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0rPOX5NO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0rPOX5NO .navbar {
    height: 70px;
  }
  .cid-uT0rPOX5NO .navbar.opened {
    height: auto;
  }
  .cid-uT0rPOX5NO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZM9UkPnDy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/intstazione-blog.png-1768x656.png");
}
.cid-uZM9UkPnDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZM9UkPnDy .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-uZM9UkPnDy .container {
    padding: 0 15px;
  }
}
.cid-uZM9UkPnDy .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZM9UkPnDy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZM9UkPnDy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZM9UkPnDy .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZM9UkPnDy .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-uZM9UkPnDy .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZM9UkPnDy .mbr-section-title {
  color: #131c28;
}
.cid-uZM9UkPnDy .mbr-desc {
  color: #131c28;
}
.cid-uZSv9BlPzD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSv9BlPzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSv9BlPzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSv9BlPzD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSv9BlPzD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSv9BlPzD .container {
    padding: 0 16px;
  }
}
.cid-uZSv9BlPzD .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSv9BlPzD .row {
    margin: 0;
  }
}
.cid-uZSv9BlPzD .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSv9BlPzD .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSv9BlPzD .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSv9BlPzD .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSv9BlPzD .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSv9BlPzD .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSv9BlPzD .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSv9BlPzD .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZMo6sYDRk {
  z-index: 1000;
  width: 100%;
}
.cid-uZMo6sYDRk nav.navbar {
  position: fixed;
}
.cid-uZMo6sYDRk .btn {
  line-height: 1.2;
}
.cid-uZMo6sYDRk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZMo6sYDRk .nav-link {
  position: relative;
}
.cid-uZMo6sYDRk .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZMo6sYDRk .nav-link:hover {
  color: #00adee !important;
}
.cid-uZMo6sYDRk .nav-link:hover:before {
  width: 100%;
}
.cid-uZMo6sYDRk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMo6sYDRk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZMo6sYDRk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZMo6sYDRk .dropdown-item:hover,
.cid-uZMo6sYDRk .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZMo6sYDRk .dropdown-item:hover span {
  color: white;
}
.cid-uZMo6sYDRk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMo6sYDRk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMo6sYDRk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMo6sYDRk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZMo6sYDRk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZMo6sYDRk .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMo6sYDRk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZMo6sYDRk .navbar-nav {
  margin: auto;
}
.cid-uZMo6sYDRk .dropdown-menu,
.cid-uZMo6sYDRk .navbar.opened {
  background: #ffffff !important;
}
.cid-uZMo6sYDRk .nav-item:focus,
.cid-uZMo6sYDRk .nav-link:focus {
  outline: none;
}
.cid-uZMo6sYDRk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMo6sYDRk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZMo6sYDRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMo6sYDRk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMo6sYDRk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMo6sYDRk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMo6sYDRk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZMo6sYDRk .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMo6sYDRk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZMo6sYDRk .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMo6sYDRk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMo6sYDRk .navbar.collapsed {
  justify-content: center;
}
.cid-uZMo6sYDRk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMo6sYDRk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMo6sYDRk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZMo6sYDRk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMo6sYDRk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMo6sYDRk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZMo6sYDRk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMo6sYDRk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMo6sYDRk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMo6sYDRk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMo6sYDRk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMo6sYDRk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMo6sYDRk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMo6sYDRk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZMo6sYDRk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMo6sYDRk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMo6sYDRk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZMo6sYDRk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZMo6sYDRk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMo6sYDRk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZMo6sYDRk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZMo6sYDRk .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZMo6sYDRk .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZMo6sYDRk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZMo6sYDRk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZMo6sYDRk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZMo6sYDRk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMo6sYDRk .dropdown-item.active,
.cid-uZMo6sYDRk .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMo6sYDRk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMo6sYDRk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMo6sYDRk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMo6sYDRk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZMo6sYDRk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZMo6sYDRk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMo6sYDRk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZMo6sYDRk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZMo6sYDRk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZMo6sYDRk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZMo6sYDRk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMo6sYDRk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMo6sYDRk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZMo6sYDRk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMo6sYDRk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMo6sYDRk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMo6sYDRk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMo6sYDRk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZMo6sYDRk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMo6sYDRk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZMo6sYDRk .navbar {
    height: 70px;
  }
  .cid-uZMo6sYDRk .navbar.opened {
    height: auto;
  }
  .cid-uZMo6sYDRk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMo6szuwR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/intstazione-pagine.png-1768x656.png");
}
.cid-uZMo6szuwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMo6szuwR .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-uZMo6szuwR .container {
    padding: 0 15px;
  }
}
.cid-uZMo6szuwR .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZMo6szuwR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZMo6szuwR .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZMo6szuwR .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZMo6szuwR .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-uZMo6szuwR .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZMo6szuwR .mbr-section-title {
  color: #131c28;
}
.cid-uZMo6szuwR .mbr-desc {
  color: #131c28;
}
.cid-uZSwl000lJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZSwl000lJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSwl000lJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZSwl000lJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZSwl000lJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSwl000lJ .container {
    padding: 0 16px;
  }
}
.cid-uZSwl000lJ .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSwl000lJ .row {
    margin: 0;
  }
}
.cid-uZSwl000lJ .row .card {
  position: relative;
  padding: 0;
}
.cid-uZSwl000lJ .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZSwl000lJ .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZSwl000lJ .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZSwl000lJ .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZSwl000lJ .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZSwl000lJ .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZSwl000lJ .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZMowRrTe2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMowRrTe2 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZMowRrTe2 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZMowRrTe2 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uZMowRrTe2 .mbr-section-title {
  color: #0c2c68;
}
.cid-uZMowRrTe2 .mbr-section-maintext,
.cid-uZMowRrTe2 .btn-move {
  color: #0c2c68;
}
.cid-uZMowRrTe2 .mbr-section-maintitle {
  color: #de1111;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZIoPiG3xZ {
  z-index: 1000;
  width: 100%;
}
.cid-uZIoPiG3xZ nav.navbar {
  position: fixed;
}
.cid-uZIoPiG3xZ .btn {
  line-height: 1.2;
}
.cid-uZIoPiG3xZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZIoPiG3xZ .nav-link {
  position: relative;
}
.cid-uZIoPiG3xZ .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZIoPiG3xZ .nav-link:hover {
  color: #00adee !important;
}
.cid-uZIoPiG3xZ .nav-link:hover:before {
  width: 100%;
}
.cid-uZIoPiG3xZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZIoPiG3xZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZIoPiG3xZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZIoPiG3xZ .dropdown-item:hover,
.cid-uZIoPiG3xZ .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZIoPiG3xZ .dropdown-item:hover span {
  color: white;
}
.cid-uZIoPiG3xZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZIoPiG3xZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZIoPiG3xZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZIoPiG3xZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZIoPiG3xZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZIoPiG3xZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uZIoPiG3xZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZIoPiG3xZ .navbar-nav {
  margin: auto;
}
.cid-uZIoPiG3xZ .dropdown-menu,
.cid-uZIoPiG3xZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uZIoPiG3xZ .nav-item:focus,
.cid-uZIoPiG3xZ .nav-link:focus {
  outline: none;
}
.cid-uZIoPiG3xZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZIoPiG3xZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZIoPiG3xZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZIoPiG3xZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZIoPiG3xZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZIoPiG3xZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZIoPiG3xZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZIoPiG3xZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uZIoPiG3xZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZIoPiG3xZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uZIoPiG3xZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZIoPiG3xZ .navbar.collapsed {
  justify-content: center;
}
.cid-uZIoPiG3xZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZIoPiG3xZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZIoPiG3xZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZIoPiG3xZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZIoPiG3xZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZIoPiG3xZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZIoPiG3xZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZIoPiG3xZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZIoPiG3xZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZIoPiG3xZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZIoPiG3xZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZIoPiG3xZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZIoPiG3xZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZIoPiG3xZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZIoPiG3xZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZIoPiG3xZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZIoPiG3xZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZIoPiG3xZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZIoPiG3xZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZIoPiG3xZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZIoPiG3xZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZIoPiG3xZ .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZIoPiG3xZ .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZIoPiG3xZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZIoPiG3xZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZIoPiG3xZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZIoPiG3xZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZIoPiG3xZ .dropdown-item.active,
.cid-uZIoPiG3xZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uZIoPiG3xZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZIoPiG3xZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZIoPiG3xZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZIoPiG3xZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZIoPiG3xZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZIoPiG3xZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZIoPiG3xZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZIoPiG3xZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZIoPiG3xZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZIoPiG3xZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZIoPiG3xZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZIoPiG3xZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZIoPiG3xZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZIoPiG3xZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZIoPiG3xZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZIoPiG3xZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZIoPiG3xZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZIoPiG3xZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZIoPiG3xZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZIoPiG3xZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZIoPiG3xZ .navbar {
    height: 70px;
  }
  .cid-uZIoPiG3xZ .navbar.opened {
    height: auto;
  }
  .cid-uZIoPiG3xZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNICQCe9k {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-pagine.png-3-1768x656.png");
}
.cid-uZNICQCe9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNICQCe9k .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-uZNICQCe9k .container {
    padding: 0 15px;
  }
}
.cid-uZNICQCe9k .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNICQCe9k .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNICQCe9k .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNICQCe9k .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNICQCe9k .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-uZNICQCe9k .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNICQCe9k .mbr-section-title {
  color: #131c28;
}
.cid-uZNICQCe9k .mbr-desc {
  color: #131c28;
}
#custom-html-4j {
  /* Type valid CSS here */
}
#custom-html-4j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4j p {
  font-size: 60px;
  color: #777;
}
#custom-html-4k {
  /* Type valid CSS here */
}
#custom-html-4k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4k p {
  font-size: 60px;
  color: #777;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-uZTB2Qfmwz {
  z-index: 1000;
  width: 100%;
}
.cid-uZTB2Qfmwz nav.navbar {
  position: fixed;
}
.cid-uZTB2Qfmwz .btn {
  line-height: 1.2;
}
.cid-uZTB2Qfmwz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTB2Qfmwz .nav-link {
  position: relative;
}
.cid-uZTB2Qfmwz .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZTB2Qfmwz .nav-link:hover {
  color: #00adee !important;
}
.cid-uZTB2Qfmwz .nav-link:hover:before {
  width: 100%;
}
.cid-uZTB2Qfmwz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTB2Qfmwz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTB2Qfmwz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTB2Qfmwz .dropdown-item:hover,
.cid-uZTB2Qfmwz .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZTB2Qfmwz .dropdown-item:hover span {
  color: white;
}
.cid-uZTB2Qfmwz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTB2Qfmwz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTB2Qfmwz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTB2Qfmwz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZTB2Qfmwz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTB2Qfmwz .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTB2Qfmwz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTB2Qfmwz .navbar-nav {
  margin: auto;
}
.cid-uZTB2Qfmwz .dropdown-menu,
.cid-uZTB2Qfmwz .navbar.opened {
  background: #ffffff !important;
}
.cid-uZTB2Qfmwz .nav-item:focus,
.cid-uZTB2Qfmwz .nav-link:focus {
  outline: none;
}
.cid-uZTB2Qfmwz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTB2Qfmwz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTB2Qfmwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTB2Qfmwz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTB2Qfmwz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTB2Qfmwz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTB2Qfmwz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZTB2Qfmwz .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTB2Qfmwz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTB2Qfmwz .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTB2Qfmwz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTB2Qfmwz .navbar.collapsed {
  justify-content: center;
}
.cid-uZTB2Qfmwz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTB2Qfmwz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTB2Qfmwz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZTB2Qfmwz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTB2Qfmwz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTB2Qfmwz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTB2Qfmwz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTB2Qfmwz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTB2Qfmwz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTB2Qfmwz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTB2Qfmwz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTB2Qfmwz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTB2Qfmwz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTB2Qfmwz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTB2Qfmwz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTB2Qfmwz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTB2Qfmwz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTB2Qfmwz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTB2Qfmwz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTB2Qfmwz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTB2Qfmwz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTB2Qfmwz .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTB2Qfmwz .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZTB2Qfmwz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTB2Qfmwz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTB2Qfmwz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTB2Qfmwz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTB2Qfmwz .dropdown-item.active,
.cid-uZTB2Qfmwz .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTB2Qfmwz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTB2Qfmwz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTB2Qfmwz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTB2Qfmwz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZTB2Qfmwz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTB2Qfmwz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTB2Qfmwz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTB2Qfmwz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTB2Qfmwz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZTB2Qfmwz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTB2Qfmwz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTB2Qfmwz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTB2Qfmwz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTB2Qfmwz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTB2Qfmwz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTB2Qfmwz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTB2Qfmwz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTB2Qfmwz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTB2Qfmwz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTB2Qfmwz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTB2Qfmwz .navbar {
    height: 70px;
  }
  .cid-uZTB2Qfmwz .navbar.opened {
    height: auto;
  }
  .cid-uZTB2Qfmwz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTB2QB6bT {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-calendario.png-1768x656.png");
}
.cid-uZTB2QB6bT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTB2QB6bT .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-uZTB2QB6bT .container {
    padding: 0 15px;
  }
}
.cid-uZTB2QB6bT .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZTB2QB6bT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZTB2QB6bT .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZTB2QB6bT .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZTB2QB6bT .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-uZTB2QB6bT .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZTB2QB6bT .mbr-section-title {
  color: #131c28;
}
.cid-uZTB2QB6bT .mbr-desc {
  color: #131c28;
}
.cid-uZTB2QSrSF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTB2QSrSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTB2QSrSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTB2QSrSF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTB2QSrSF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTB2QSrSF .container {
    padding: 0 16px;
  }
}
.cid-uZTB2QSrSF .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTB2QSrSF .row {
    margin: 0;
  }
}
.cid-uZTB2QSrSF .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTB2QSrSF .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTB2QSrSF .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTB2QSrSF .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZTB2QSrSF .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTB2QSrSF .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTB2QSrSF .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTB2QSrSF .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZTBfB0XWR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZTBfB0XWR .item-img {
  position: relative;
}
.cid-uZTBfB0XWR .item-img img {
  transition: all 0.2s;
}
.cid-uZTBfB0XWR .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uZTBfB0XWR .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uZTBfB0XWR .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uZTBfB0XWR .item:hover img {
  transform: scale(1.05);
}
.cid-uZTBfB0XWR .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uZTBfB0XWR .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uZTBfB0XWR .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uZTBfB0XWR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZTBfB0XWR .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uZTBfB0XWR .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-uZTBfB0XWR .link-icon-wrapper .icon-wrap {
  background: #bc0f0f;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uZTBfB0XWR .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uZTBfB0XWR .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uZTBfB0XWR .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uZTBfB0XWR .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uZTBfB0XWR .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uZTBfB0XWR .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-uZTBfB0XWR .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uZTBfB0XWR img,
.cid-uZTBfB0XWR .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uZTBfB0XWR .item:focus,
.cid-uZTBfB0XWR span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uZTBfB0XWR .item {
    margin-bottom: 1rem;
  }
}
.cid-uZTBfB0XWR .mbr-section-title {
  color: #bc0f0f;
  text-align: left;
}
.cid-uZTBfB0XWR .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uZTBfB0XWR .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uZTBfB0XWR .mbr-section-subtitle,
.cid-uZTBfB0XWR .subtitle-wrap,
.cid-uZTBfB0XWR .mbr-section-btn {
  text-align: left;
  color: #33630f;
}
.cid-uZTBfB0XWR .mbr-text,
.cid-uZTBfB0XWR .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uZTB2RccKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZTB2RccKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTB2RccKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTB2RccKi .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZTB2RccKi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZTB2RccKi .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZTB2RccKi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZTB2RccKi .container {
    padding: 0 14px;
  }
}
.cid-uZTB2RccKi .row {
  justify-content: center;
}
.cid-uZTB2RccKi .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZTB2RccKi .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZTB2RccKi .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZTB2RccKi .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZTB2RccKi .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZTB2RccKi .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZTB2RccKi .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZTB2RccKi .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZTB2RccKi .nav-wrapper .list .item-wrap:hover,
.cid-uZTB2RccKi .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZTB2RccKi .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZTB2RccKi .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZTB2RccKi .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZTB2RccKi .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZTB2RccKi .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZTB2RccKi .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZTB2RccKi .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZTB2RccKi .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZTB2RccKi .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZTB2RccKi .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZTB2RccKi .mbr-text,
.cid-uZTB2RccKi .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZTB2RccKi .mbr-list-title {
  color: #ffffff;
}
.cid-uZTB2RccKi .list {
  color: #ffffff;
}
.cid-uZTB2RccKi .mbr-contact {
  color: #ffffff;
}
.cid-uZTB2RccKi .mbr-list-title,
.cid-uZTB2RccKi .image-wrapper {
  color: #ffffff;
}
.cid-uZTB2RccKi .list,
.cid-uZTB2RccKi .item-wrap {
  color: #ffffff;
}
.cid-uZTB2RccKi .mbr-contact,
.cid-uZTB2RccKi .card-wrapper {
  color: #ffffff;
}
.cid-uZTLcM7vW5 {
  z-index: 1000;
  width: 100%;
}
.cid-uZTLcM7vW5 nav.navbar {
  position: fixed;
}
.cid-uZTLcM7vW5 .btn {
  line-height: 1.2;
}
.cid-uZTLcM7vW5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZTLcM7vW5 .nav-link {
  position: relative;
}
.cid-uZTLcM7vW5 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZTLcM7vW5 .nav-link:hover {
  color: #00adee !important;
}
.cid-uZTLcM7vW5 .nav-link:hover:before {
  width: 100%;
}
.cid-uZTLcM7vW5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTLcM7vW5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTLcM7vW5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZTLcM7vW5 .dropdown-item:hover,
.cid-uZTLcM7vW5 .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZTLcM7vW5 .dropdown-item:hover span {
  color: white;
}
.cid-uZTLcM7vW5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZTLcM7vW5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZTLcM7vW5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZTLcM7vW5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZTLcM7vW5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZTLcM7vW5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZTLcM7vW5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZTLcM7vW5 .navbar-nav {
  margin: auto;
}
.cid-uZTLcM7vW5 .dropdown-menu,
.cid-uZTLcM7vW5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZTLcM7vW5 .nav-item:focus,
.cid-uZTLcM7vW5 .nav-link:focus {
  outline: none;
}
.cid-uZTLcM7vW5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZTLcM7vW5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZTLcM7vW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZTLcM7vW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZTLcM7vW5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZTLcM7vW5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZTLcM7vW5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZTLcM7vW5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZTLcM7vW5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZTLcM7vW5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZTLcM7vW5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZTLcM7vW5 .navbar.collapsed {
  justify-content: center;
}
.cid-uZTLcM7vW5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZTLcM7vW5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZTLcM7vW5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZTLcM7vW5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZTLcM7vW5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZTLcM7vW5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZTLcM7vW5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZTLcM7vW5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZTLcM7vW5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZTLcM7vW5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZTLcM7vW5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZTLcM7vW5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZTLcM7vW5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZTLcM7vW5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZTLcM7vW5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZTLcM7vW5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZTLcM7vW5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZTLcM7vW5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZTLcM7vW5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZTLcM7vW5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZTLcM7vW5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZTLcM7vW5 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZTLcM7vW5 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZTLcM7vW5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZTLcM7vW5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZTLcM7vW5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZTLcM7vW5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZTLcM7vW5 .dropdown-item.active,
.cid-uZTLcM7vW5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZTLcM7vW5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZTLcM7vW5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZTLcM7vW5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZTLcM7vW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZTLcM7vW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZTLcM7vW5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZTLcM7vW5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZTLcM7vW5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZTLcM7vW5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZTLcM7vW5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZTLcM7vW5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTLcM7vW5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZTLcM7vW5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZTLcM7vW5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTLcM7vW5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZTLcM7vW5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZTLcM7vW5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZTLcM7vW5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZTLcM7vW5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZTLcM7vW5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZTLcM7vW5 .navbar {
    height: 70px;
  }
  .cid-uZTLcM7vW5 .navbar.opened {
    height: auto;
  }
  .cid-uZTLcM7vW5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZTLcMzFsl {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-sponsor.png-1768x656.png");
}
.cid-uZTLcMzFsl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTLcMzFsl .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-uZTLcMzFsl .container {
    padding: 0 15px;
  }
}
.cid-uZTLcMzFsl .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZTLcMzFsl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZTLcMzFsl .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZTLcMzFsl .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZTLcMzFsl .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-uZTLcMzFsl .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZTLcMzFsl .mbr-section-title {
  color: #131c28;
}
.cid-uZTLcMzFsl .mbr-desc {
  color: #131c28;
}
.cid-uZXA2uWPNG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZXA2uWPNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZXA2uWPNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZXA2uWPNG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZXA2uWPNG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZXA2uWPNG .container {
    padding: 0 16px;
  }
}
.cid-uZXA2uWPNG .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZXA2uWPNG .row {
    margin: 0;
  }
}
.cid-uZXA2uWPNG .row .card {
  position: relative;
  padding: 0;
}
.cid-uZXA2uWPNG .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZXA2uWPNG .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZXA2uWPNG .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZXA2uWPNG .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZXA2uWPNG .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZXA2uWPNG .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZXA2uWPNG .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZYklhFuMF {
  background-color: #f7f7f7;
}
.cid-uZYklhFuMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYklhFuMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uZYklhFuMF .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uZYklhFuMF .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uZYklhFuMF .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uZYklhFuMF .card-wrapper {
  background: #ffffff;
}
.cid-uZYklhFuMF .mbr-text,
.cid-uZYklhFuMF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uZYklhFuMF .card-title,
.cid-uZYklhFuMF .card-box {
  text-align: left;
  color: #000000;
}
.cid-uZYklhFuMF .image-wrapper img {
  width: 100%;
}
.cid-uZYklhFuMF .mbr-section-subtitle {
  color: #de1111;
}
.cid-uZTLcMTmPa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTLcMTmPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTLcMTmPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTLcMTmPa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTLcMTmPa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTLcMTmPa .container {
    padding: 0 16px;
  }
}
.cid-uZTLcMTmPa .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTLcMTmPa .row {
    margin: 0;
  }
}
.cid-uZTLcMTmPa .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTLcMTmPa .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTLcMTmPa .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTLcMTmPa .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZTLcMTmPa .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTLcMTmPa .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTLcMTmPa .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTLcMTmPa .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZTLcNwBWU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZTLcNwBWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTLcNwBWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTLcNwBWU .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZTLcNwBWU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZTLcNwBWU .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZTLcNwBWU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZTLcNwBWU .container {
    padding: 0 14px;
  }
}
.cid-uZTLcNwBWU .row {
  justify-content: center;
}
.cid-uZTLcNwBWU .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZTLcNwBWU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZTLcNwBWU .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZTLcNwBWU .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZTLcNwBWU .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZTLcNwBWU .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZTLcNwBWU .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZTLcNwBWU .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZTLcNwBWU .nav-wrapper .list .item-wrap:hover,
.cid-uZTLcNwBWU .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZTLcNwBWU .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZTLcNwBWU .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZTLcNwBWU .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZTLcNwBWU .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZTLcNwBWU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZTLcNwBWU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZTLcNwBWU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZTLcNwBWU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZTLcNwBWU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZTLcNwBWU .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZTLcNwBWU .mbr-text,
.cid-uZTLcNwBWU .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZTLcNwBWU .mbr-list-title {
  color: #ffffff;
}
.cid-uZTLcNwBWU .list {
  color: #ffffff;
}
.cid-uZTLcNwBWU .mbr-contact {
  color: #ffffff;
}
.cid-uZTLcNwBWU .mbr-list-title,
.cid-uZTLcNwBWU .image-wrapper {
  color: #ffffff;
}
.cid-uZTLcNwBWU .list,
.cid-uZTLcNwBWU .item-wrap {
  color: #ffffff;
}
.cid-uZTLcNwBWU .mbr-contact,
.cid-uZTLcNwBWU .card-wrapper {
  color: #ffffff;
}
.cid-uZYlWEIokx {
  z-index: 1000;
  width: 100%;
}
.cid-uZYlWEIokx nav.navbar {
  position: fixed;
}
.cid-uZYlWEIokx .btn {
  line-height: 1.2;
}
.cid-uZYlWEIokx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZYlWEIokx .nav-link {
  position: relative;
}
.cid-uZYlWEIokx .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZYlWEIokx .nav-link:hover {
  color: #00adee !important;
}
.cid-uZYlWEIokx .nav-link:hover:before {
  width: 100%;
}
.cid-uZYlWEIokx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZYlWEIokx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZYlWEIokx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZYlWEIokx .dropdown-item:hover,
.cid-uZYlWEIokx .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZYlWEIokx .dropdown-item:hover span {
  color: white;
}
.cid-uZYlWEIokx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZYlWEIokx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZYlWEIokx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZYlWEIokx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZYlWEIokx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZYlWEIokx .container {
    flex-wrap: nowrap;
  }
}
.cid-uZYlWEIokx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZYlWEIokx .navbar-nav {
  margin: auto;
}
.cid-uZYlWEIokx .dropdown-menu,
.cid-uZYlWEIokx .navbar.opened {
  background: #ffffff !important;
}
.cid-uZYlWEIokx .nav-item:focus,
.cid-uZYlWEIokx .nav-link:focus {
  outline: none;
}
.cid-uZYlWEIokx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZYlWEIokx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZYlWEIokx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZYlWEIokx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZYlWEIokx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZYlWEIokx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZYlWEIokx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZYlWEIokx .navbar.opened {
  transition: all 0.3s;
}
.cid-uZYlWEIokx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZYlWEIokx .navbar .navbar-logo img {
  width: auto;
}
.cid-uZYlWEIokx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZYlWEIokx .navbar.collapsed {
  justify-content: center;
}
.cid-uZYlWEIokx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZYlWEIokx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZYlWEIokx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZYlWEIokx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZYlWEIokx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZYlWEIokx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZYlWEIokx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZYlWEIokx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZYlWEIokx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZYlWEIokx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZYlWEIokx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZYlWEIokx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZYlWEIokx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZYlWEIokx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZYlWEIokx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZYlWEIokx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZYlWEIokx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZYlWEIokx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZYlWEIokx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZYlWEIokx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZYlWEIokx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZYlWEIokx .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZYlWEIokx .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZYlWEIokx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZYlWEIokx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZYlWEIokx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZYlWEIokx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZYlWEIokx .dropdown-item.active,
.cid-uZYlWEIokx .dropdown-item:active {
  background-color: transparent;
}
.cid-uZYlWEIokx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZYlWEIokx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZYlWEIokx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZYlWEIokx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZYlWEIokx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZYlWEIokx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZYlWEIokx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZYlWEIokx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZYlWEIokx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZYlWEIokx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZYlWEIokx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZYlWEIokx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZYlWEIokx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZYlWEIokx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZYlWEIokx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZYlWEIokx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZYlWEIokx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZYlWEIokx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZYlWEIokx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZYlWEIokx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZYlWEIokx .navbar {
    height: 70px;
  }
  .cid-uZYlWEIokx .navbar.opened {
    height: auto;
  }
  .cid-uZYlWEIokx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZYlWFaUZC {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-sponsor.png-1768x656.png");
}
.cid-uZYlWFaUZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYlWFaUZC .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-uZYlWFaUZC .container {
    padding: 0 15px;
  }
}
.cid-uZYlWFaUZC .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZYlWFaUZC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZYlWFaUZC .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZYlWFaUZC .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZYlWFaUZC .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-uZYlWFaUZC .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZYlWFaUZC .mbr-section-title {
  color: #131c28;
}
.cid-uZYlWFaUZC .mbr-desc {
  color: #131c28;
}
.cid-uZYlWFSquA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZYlWFSquA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYlWFSquA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYlWFSquA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZYlWFSquA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZYlWFSquA .container {
    padding: 0 16px;
  }
}
.cid-uZYlWFSquA .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZYlWFSquA .row {
    margin: 0;
  }
}
.cid-uZYlWFSquA .row .card {
  position: relative;
  padding: 0;
}
.cid-uZYlWFSquA .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZYlWFSquA .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZYlWFSquA .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-uZYlWFSquA .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZYlWFSquA .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZYlWFSquA .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZYlWFSquA .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-v0FrJ4ZVV3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrJ4ZVV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrJ4ZVV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrJ4ZVV3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrJ4ZVV3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrJ4ZVV3 .container {
    padding: 0 16px;
  }
}
.cid-v0FrJ4ZVV3 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrJ4ZVV3 .row {
    margin: 0;
  }
}
.cid-v0FrJ4ZVV3 .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrJ4ZVV3 .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrJ4ZVV3 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrJ4ZVV3 .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrJ4ZVV3 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrJ4ZVV3 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrJ4ZVV3 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrJ4ZVV3 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZYlWGO0Py {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZYlWGO0Py .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYlWGO0Py .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYlWGO0Py .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZYlWGO0Py .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZYlWGO0Py .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZYlWGO0Py .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZYlWGO0Py .container {
    padding: 0 14px;
  }
}
.cid-uZYlWGO0Py .row {
  justify-content: center;
}
.cid-uZYlWGO0Py .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZYlWGO0Py .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZYlWGO0Py .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZYlWGO0Py .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZYlWGO0Py .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZYlWGO0Py .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZYlWGO0Py .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZYlWGO0Py .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZYlWGO0Py .nav-wrapper .list .item-wrap:hover,
.cid-uZYlWGO0Py .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZYlWGO0Py .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZYlWGO0Py .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZYlWGO0Py .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZYlWGO0Py .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZYlWGO0Py .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZYlWGO0Py .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZYlWGO0Py .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZYlWGO0Py .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZYlWGO0Py .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZYlWGO0Py .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZYlWGO0Py .mbr-text,
.cid-uZYlWGO0Py .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZYlWGO0Py .mbr-list-title {
  color: #ffffff;
}
.cid-uZYlWGO0Py .list {
  color: #ffffff;
}
.cid-uZYlWGO0Py .mbr-contact {
  color: #ffffff;
}
.cid-uZYlWGO0Py .mbr-list-title,
.cid-uZYlWGO0Py .image-wrapper {
  color: #ffffff;
}
.cid-uZYlWGO0Py .list,
.cid-uZYlWGO0Py .item-wrap {
  color: #ffffff;
}
.cid-uZYlWGO0Py .mbr-contact,
.cid-uZYlWGO0Py .card-wrapper {
  color: #ffffff;
}
.cid-v0hxzWHewn {
  z-index: 1000;
  width: 100%;
}
.cid-v0hxzWHewn nav.navbar {
  position: fixed;
}
.cid-v0hxzWHewn .btn {
  line-height: 1.2;
}
.cid-v0hxzWHewn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0hxzWHewn .nav-link {
  position: relative;
}
.cid-v0hxzWHewn .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-v0hxzWHewn .nav-link:hover {
  color: #00adee !important;
}
.cid-v0hxzWHewn .nav-link:hover:before {
  width: 100%;
}
.cid-v0hxzWHewn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0hxzWHewn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0hxzWHewn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0hxzWHewn .dropdown-item:hover,
.cid-v0hxzWHewn .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-v0hxzWHewn .dropdown-item:hover span {
  color: white;
}
.cid-v0hxzWHewn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0hxzWHewn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0hxzWHewn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0hxzWHewn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0hxzWHewn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0hxzWHewn .container {
    flex-wrap: nowrap;
  }
}
.cid-v0hxzWHewn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0hxzWHewn .navbar-nav {
  margin: auto;
}
.cid-v0hxzWHewn .dropdown-menu,
.cid-v0hxzWHewn .navbar.opened {
  background: #ffffff !important;
}
.cid-v0hxzWHewn .nav-item:focus,
.cid-v0hxzWHewn .nav-link:focus {
  outline: none;
}
.cid-v0hxzWHewn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0hxzWHewn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0hxzWHewn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0hxzWHewn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0hxzWHewn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0hxzWHewn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0hxzWHewn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-v0hxzWHewn .navbar.opened {
  transition: all 0.3s;
}
.cid-v0hxzWHewn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0hxzWHewn .navbar .navbar-logo img {
  width: auto;
}
.cid-v0hxzWHewn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0hxzWHewn .navbar.collapsed {
  justify-content: center;
}
.cid-v0hxzWHewn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0hxzWHewn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0hxzWHewn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v0hxzWHewn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0hxzWHewn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0hxzWHewn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0hxzWHewn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0hxzWHewn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0hxzWHewn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0hxzWHewn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0hxzWHewn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0hxzWHewn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0hxzWHewn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0hxzWHewn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0hxzWHewn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0hxzWHewn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0hxzWHewn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0hxzWHewn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0hxzWHewn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0hxzWHewn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0hxzWHewn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0hxzWHewn .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0hxzWHewn .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0hxzWHewn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0hxzWHewn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0hxzWHewn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0hxzWHewn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0hxzWHewn .dropdown-item.active,
.cid-v0hxzWHewn .dropdown-item:active {
  background-color: transparent;
}
.cid-v0hxzWHewn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0hxzWHewn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0hxzWHewn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0hxzWHewn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0hxzWHewn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0hxzWHewn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0hxzWHewn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0hxzWHewn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0hxzWHewn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v0hxzWHewn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0hxzWHewn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0hxzWHewn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0hxzWHewn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0hxzWHewn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0hxzWHewn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0hxzWHewn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0hxzWHewn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0hxzWHewn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0hxzWHewn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0hxzWHewn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0hxzWHewn .navbar {
    height: 70px;
  }
  .cid-v0hxzWHewn .navbar.opened {
    height: auto;
  }
  .cid-v0hxzWHewn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0hxzX54vB {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-sponsor.png-1768x656.png");
}
.cid-v0hxzX54vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hxzX54vB .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-v0hxzX54vB .container {
    padding: 0 15px;
  }
}
.cid-v0hxzX54vB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v0hxzX54vB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0hxzX54vB .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0hxzX54vB .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v0hxzX54vB .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-v0hxzX54vB .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v0hxzX54vB .mbr-section-title {
  color: #131c28;
}
.cid-v0hxzX54vB .mbr-desc {
  color: #131c28;
}
.cid-v0hxzXowH2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0hxzXowH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hxzXowH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hxzXowH2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0hxzXowH2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0hxzXowH2 .container {
    padding: 0 16px;
  }
}
.cid-v0hxzXowH2 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0hxzXowH2 .row {
    margin: 0;
  }
}
.cid-v0hxzXowH2 .row .card {
  position: relative;
  padding: 0;
}
.cid-v0hxzXowH2 .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0hxzXowH2 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0hxzXowH2 .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0hxzXowH2 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0hxzXowH2 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0hxzXowH2 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0hxzXowH2 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0hy25ttlx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v0hy25ttlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hy25ttlx .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v0hy25ttlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hy25ttlx .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v0hy25ttlx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0hy25ttlx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v0hy25ttlx .card-title,
.cid-v0hy25ttlx .iconfont-wrapper {
  color: #000000;
}
.cid-v0hy25ttlx .card-text {
  color: #0c2c68;
}
.cid-v0hy25ttlx .content-head {
  max-width: 800px;
}
.cid-v0hy25ttlx .mbr-section-title {
  color: #0c2c68;
}
.cid-v0hy25ttlx .card-title,
.cid-v0hy25ttlx .img-wrapper {
  color: #de1111;
}
.cid-v0hG8yxBqY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0hG8yxBqY .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v0hG8yxBqY .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v0hG8yxBqY .mbr-section-title {
  color: #de1111;
  font-weight: 700;
  text-align: center;
}
.cid-v0hG8yxBqY .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0hG8yxBqY .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #0c2c68;
}
.cid-v0hG8yxBqY .timelines-container {
  margin-top: 60px;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #de1111;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0hG8yxBqY .container-fluid {
  padding: 0 2rem;
}
.cid-v0hG8yxBqY .separline:before,
.cid-v0hG8yxBqY .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-v0hG8yxBqY .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-v0hG8yxBqY .container-fluid {
    padding: 0 1rem;
  }
  .cid-v0hG8yxBqY .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-v0hG8yxBqY .separline:before,
  .cid-v0hG8yxBqY .first-separline:before {
    left: -10px !important;
  }
  .cid-v0hG8yxBqY .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-v0hG8yxBqY .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-v0hG8yxBqY .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-v0hG8yxBqY .time-line-date-content p {
    float: left !important;
  }
  .cid-v0hG8yxBqY .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-v0hG8yxBqY .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-v0hG8yxBqY .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-v0hG8yxBqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hG8yxBqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #0c2c68;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #de1111;
}
.cid-v0hG8yxBqY .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #de1111;
}
.cid-v0hxzXCGtn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0hxzXCGtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hxzXCGtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hxzXCGtn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0hxzXCGtn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0hxzXCGtn .container {
    padding: 0 16px;
  }
}
.cid-v0hxzXCGtn .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0hxzXCGtn .row {
    margin: 0;
  }
}
.cid-v0hxzXCGtn .row .card {
  position: relative;
  padding: 0;
}
.cid-v0hxzXCGtn .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0hxzXCGtn .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0hxzXCGtn .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0hxzXCGtn .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0hxzXCGtn .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0hxzXCGtn .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0hxzXCGtn .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-v0hxzY6K3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-v0hxzY6K3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hxzY6K3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hxzY6K3z .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v0hxzY6K3z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0hxzY6K3z .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0hxzY6K3z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0hxzY6K3z .container {
    padding: 0 14px;
  }
}
.cid-v0hxzY6K3z .row {
  justify-content: center;
}
.cid-v0hxzY6K3z .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0hxzY6K3z .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0hxzY6K3z .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-v0hxzY6K3z .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0hxzY6K3z .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0hxzY6K3z .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0hxzY6K3z .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0hxzY6K3z .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v0hxzY6K3z .nav-wrapper .list .item-wrap:hover,
.cid-v0hxzY6K3z .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-v0hxzY6K3z .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0hxzY6K3z .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0hxzY6K3z .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0hxzY6K3z .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-v0hxzY6K3z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0hxzY6K3z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-v0hxzY6K3z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-v0hxzY6K3z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-v0hxzY6K3z .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0hxzY6K3z .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v0hxzY6K3z .mbr-text,
.cid-v0hxzY6K3z .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-v0hxzY6K3z .mbr-list-title {
  color: #ffffff;
}
.cid-v0hxzY6K3z .list {
  color: #ffffff;
}
.cid-v0hxzY6K3z .mbr-contact {
  color: #ffffff;
}
.cid-v0hxzY6K3z .mbr-list-title,
.cid-v0hxzY6K3z .image-wrapper {
  color: #ffffff;
}
.cid-v0hxzY6K3z .list,
.cid-v0hxzY6K3z .item-wrap {
  color: #ffffff;
}
.cid-v0hxzY6K3z .mbr-contact,
.cid-v0hxzY6K3z .card-wrapper {
  color: #ffffff;
}
.cid-v0z4tIORM9 {
  z-index: 1000;
  width: 100%;
}
.cid-v0z4tIORM9 nav.navbar {
  position: fixed;
}
.cid-v0z4tIORM9 .btn {
  line-height: 1.2;
}
.cid-v0z4tIORM9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0z4tIORM9 .nav-link {
  position: relative;
}
.cid-v0z4tIORM9 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-v0z4tIORM9 .nav-link:hover {
  color: #00adee !important;
}
.cid-v0z4tIORM9 .nav-link:hover:before {
  width: 100%;
}
.cid-v0z4tIORM9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0z4tIORM9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0z4tIORM9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0z4tIORM9 .dropdown-item:hover,
.cid-v0z4tIORM9 .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-v0z4tIORM9 .dropdown-item:hover span {
  color: white;
}
.cid-v0z4tIORM9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0z4tIORM9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0z4tIORM9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0z4tIORM9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0z4tIORM9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0z4tIORM9 .container {
    flex-wrap: nowrap;
  }
}
.cid-v0z4tIORM9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0z4tIORM9 .navbar-nav {
  margin: auto;
}
.cid-v0z4tIORM9 .dropdown-menu,
.cid-v0z4tIORM9 .navbar.opened {
  background: #ffffff !important;
}
.cid-v0z4tIORM9 .nav-item:focus,
.cid-v0z4tIORM9 .nav-link:focus {
  outline: none;
}
.cid-v0z4tIORM9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0z4tIORM9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0z4tIORM9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0z4tIORM9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0z4tIORM9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0z4tIORM9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0z4tIORM9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-v0z4tIORM9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v0z4tIORM9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0z4tIORM9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v0z4tIORM9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0z4tIORM9 .navbar.collapsed {
  justify-content: center;
}
.cid-v0z4tIORM9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0z4tIORM9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0z4tIORM9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v0z4tIORM9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0z4tIORM9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0z4tIORM9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0z4tIORM9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0z4tIORM9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0z4tIORM9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0z4tIORM9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0z4tIORM9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0z4tIORM9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0z4tIORM9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0z4tIORM9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0z4tIORM9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0z4tIORM9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0z4tIORM9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0z4tIORM9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0z4tIORM9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0z4tIORM9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0z4tIORM9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0z4tIORM9 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0z4tIORM9 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0z4tIORM9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0z4tIORM9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0z4tIORM9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0z4tIORM9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0z4tIORM9 .dropdown-item.active,
.cid-v0z4tIORM9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v0z4tIORM9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0z4tIORM9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0z4tIORM9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0z4tIORM9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0z4tIORM9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0z4tIORM9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0z4tIORM9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0z4tIORM9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0z4tIORM9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v0z4tIORM9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0z4tIORM9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0z4tIORM9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0z4tIORM9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0z4tIORM9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0z4tIORM9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0z4tIORM9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0z4tIORM9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0z4tIORM9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0z4tIORM9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0z4tIORM9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0z4tIORM9 .navbar {
    height: 70px;
  }
  .cid-v0z4tIORM9 .navbar.opened {
    height: auto;
  }
  .cid-v0z4tIORM9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0z4tJbzPE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/intstazione-pagine.png-1768x656.png");
}
.cid-v0z4tJbzPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z4tJbzPE .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-v0z4tJbzPE .container {
    padding: 0 15px;
  }
}
.cid-v0z4tJbzPE .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v0z4tJbzPE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0z4tJbzPE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0z4tJbzPE .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v0z4tJbzPE .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-v0z4tJbzPE .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v0z4tJbzPE .mbr-section-title {
  color: #131c28;
}
.cid-v0z4tJbzPE .mbr-desc {
  color: #131c28;
}
.cid-v0z4tJq3l6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0z4tJq3l6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z4tJq3l6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z4tJq3l6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0z4tJq3l6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0z4tJq3l6 .container {
    padding: 0 16px;
  }
}
.cid-v0z4tJq3l6 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0z4tJq3l6 .row {
    margin: 0;
  }
}
.cid-v0z4tJq3l6 .row .card {
  position: relative;
  padding: 0;
}
.cid-v0z4tJq3l6 .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0z4tJq3l6 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0z4tJq3l6 .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0z4tJq3l6 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0z4tJq3l6 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0z4tJq3l6 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0z4tJq3l6 .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0z5xALs87 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v0z5xALs87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z5xALs87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z5xALs87 .mbr-section-title {
  text-align: center;
  color: #de1111;
}
.cid-v0z5xALs87 .mbr-section-subtitle {
  text-align: center;
  color: #0c2c68;
}
.cid-v0z5xALs87 .card-title,
.cid-v0z5xALs87 .iconfont-wrapper {
  color: #0c2c68;
}
.cid-v0z8KmALAl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0z8KmALAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z8KmALAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z8KmALAl .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0z8KmALAl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0z8KmALAl .container {
    padding: 0 16px;
  }
}
.cid-v0z8KmALAl .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0z8KmALAl .row {
    margin: 0;
  }
}
.cid-v0z8KmALAl .row .card {
  position: relative;
  padding: 0;
}
.cid-v0z8KmALAl .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0z8KmALAl .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0z8KmALAl .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0z8KmALAl .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0z8KmALAl .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0z8KmALAl .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0z8KmALAl .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-v0z7xdG8CF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v0z7xdG8CF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z7xdG8CF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z7xdG8CF .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0z7xdG8CF .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v0z7xdG8CF .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v0z7xdG8CF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0z7xdG8CF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v0z7xdG8CF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0z7xdG8CF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0z7xdG8CF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v0z7xdG8CF .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v0z7xdG8CF .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #de1111;
  color: #de1111;
  font-size: 11px;
}
.cid-v0z7xdG8CF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v0z7xdG8CF .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0z7xdG8CF .list_2 {
    padding-left: 0;
  }
}
.cid-v0z7xdG8CF .mbr-section-title {
  color: #de1111;
  text-align: center;
}
.cid-v0z7xdG8CF .mbr-section-subtitle {
  color: #de1111;
  text-align: center;
}
.cid-v0z7xdG8CF .mbr-text,
.cid-v0z7xdG8CF .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v0z7xdG8CF .list {
  color: #666666;
}
.cid-v0z8SuEs7g {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0z8SuEs7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z8SuEs7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z8SuEs7g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0z8SuEs7g .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0z8SuEs7g .container {
    padding: 0 16px;
  }
}
.cid-v0z8SuEs7g .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0z8SuEs7g .row {
    margin: 0;
  }
}
.cid-v0z8SuEs7g .row .card {
  position: relative;
  padding: 0;
}
.cid-v0z8SuEs7g .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0z8SuEs7g .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0z8SuEs7g .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0z8SuEs7g .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0z8SuEs7g .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0z8SuEs7g .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0z8SuEs7g .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0z4tJX37m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-v0z4tJX37m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0z4tJX37m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0z4tJX37m .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v0z4tJX37m .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0z4tJX37m .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0z4tJX37m .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0z4tJX37m .container {
    padding: 0 14px;
  }
}
.cid-v0z4tJX37m .row {
  justify-content: center;
}
.cid-v0z4tJX37m .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0z4tJX37m .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0z4tJX37m .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-v0z4tJX37m .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0z4tJX37m .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0z4tJX37m .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0z4tJX37m .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0z4tJX37m .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v0z4tJX37m .nav-wrapper .list .item-wrap:hover,
.cid-v0z4tJX37m .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-v0z4tJX37m .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0z4tJX37m .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0z4tJX37m .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0z4tJX37m .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-v0z4tJX37m .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0z4tJX37m .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-v0z4tJX37m .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-v0z4tJX37m .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-v0z4tJX37m .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0z4tJX37m .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v0z4tJX37m .mbr-text,
.cid-v0z4tJX37m .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-v0z4tJX37m .mbr-list-title {
  color: #ffffff;
}
.cid-v0z4tJX37m .list {
  color: #ffffff;
}
.cid-v0z4tJX37m .mbr-contact {
  color: #ffffff;
}
.cid-v0z4tJX37m .mbr-list-title,
.cid-v0z4tJX37m .image-wrapper {
  color: #ffffff;
}
.cid-v0z4tJX37m .list,
.cid-v0z4tJX37m .item-wrap {
  color: #ffffff;
}
.cid-v0z4tJX37m .mbr-contact,
.cid-v0z4tJX37m .card-wrapper {
  color: #ffffff;
}
.cid-v0CGfOMMsW {
  z-index: 1000;
  width: 100%;
}
.cid-v0CGfOMMsW nav.navbar {
  position: fixed;
}
.cid-v0CGfOMMsW .btn {
  line-height: 1.2;
}
.cid-v0CGfOMMsW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0CGfOMMsW .nav-link {
  position: relative;
}
.cid-v0CGfOMMsW .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-v0CGfOMMsW .nav-link:hover {
  color: #00adee !important;
}
.cid-v0CGfOMMsW .nav-link:hover:before {
  width: 100%;
}
.cid-v0CGfOMMsW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0CGfOMMsW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0CGfOMMsW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0CGfOMMsW .dropdown-item:hover,
.cid-v0CGfOMMsW .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-v0CGfOMMsW .dropdown-item:hover span {
  color: white;
}
.cid-v0CGfOMMsW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0CGfOMMsW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0CGfOMMsW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0CGfOMMsW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0CGfOMMsW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0CGfOMMsW .container {
    flex-wrap: nowrap;
  }
}
.cid-v0CGfOMMsW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0CGfOMMsW .navbar-nav {
  margin: auto;
}
.cid-v0CGfOMMsW .dropdown-menu,
.cid-v0CGfOMMsW .navbar.opened {
  background: #ffffff !important;
}
.cid-v0CGfOMMsW .nav-item:focus,
.cid-v0CGfOMMsW .nav-link:focus {
  outline: none;
}
.cid-v0CGfOMMsW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0CGfOMMsW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0CGfOMMsW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0CGfOMMsW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0CGfOMMsW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0CGfOMMsW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0CGfOMMsW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-v0CGfOMMsW .navbar.opened {
  transition: all 0.3s;
}
.cid-v0CGfOMMsW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0CGfOMMsW .navbar .navbar-logo img {
  width: auto;
}
.cid-v0CGfOMMsW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0CGfOMMsW .navbar.collapsed {
  justify-content: center;
}
.cid-v0CGfOMMsW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0CGfOMMsW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0CGfOMMsW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v0CGfOMMsW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0CGfOMMsW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0CGfOMMsW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0CGfOMMsW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0CGfOMMsW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0CGfOMMsW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0CGfOMMsW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0CGfOMMsW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0CGfOMMsW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0CGfOMMsW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0CGfOMMsW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0CGfOMMsW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0CGfOMMsW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0CGfOMMsW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0CGfOMMsW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0CGfOMMsW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0CGfOMMsW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0CGfOMMsW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0CGfOMMsW .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0CGfOMMsW .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0CGfOMMsW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0CGfOMMsW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0CGfOMMsW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0CGfOMMsW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0CGfOMMsW .dropdown-item.active,
.cid-v0CGfOMMsW .dropdown-item:active {
  background-color: transparent;
}
.cid-v0CGfOMMsW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0CGfOMMsW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0CGfOMMsW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0CGfOMMsW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0CGfOMMsW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0CGfOMMsW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0CGfOMMsW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0CGfOMMsW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0CGfOMMsW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v0CGfOMMsW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0CGfOMMsW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0CGfOMMsW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0CGfOMMsW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0CGfOMMsW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0CGfOMMsW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0CGfOMMsW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0CGfOMMsW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0CGfOMMsW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0CGfOMMsW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0CGfOMMsW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0CGfOMMsW .navbar {
    height: 70px;
  }
  .cid-v0CGfOMMsW .navbar.opened {
    height: auto;
  }
  .cid-v0CGfOMMsW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0CGfPF1Rg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/intstazione-pagine.png-1768x656.png");
}
.cid-v0CGfPF1Rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CGfPF1Rg .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-v0CGfPF1Rg .container {
    padding: 0 15px;
  }
}
.cid-v0CGfPF1Rg .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v0CGfPF1Rg .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0CGfPF1Rg .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0CGfPF1Rg .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v0CGfPF1Rg .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-v0CGfPF1Rg .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v0CGfPF1Rg .mbr-section-title {
  color: #131c28;
}
.cid-v0CGfPF1Rg .mbr-desc {
  color: #131c28;
}
.cid-v0CGfQr7JK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0CGfQr7JK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CGfQr7JK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CGfQr7JK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0CGfQr7JK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0CGfQr7JK .container {
    padding: 0 16px;
  }
}
.cid-v0CGfQr7JK .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0CGfQr7JK .row {
    margin: 0;
  }
}
.cid-v0CGfQr7JK .row .card {
  position: relative;
  padding: 0;
}
.cid-v0CGfQr7JK .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0CGfQr7JK .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0CGfQr7JK .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0CGfQr7JK .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0CGfQr7JK .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0CGfQr7JK .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0CGfQr7JK .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0CT85HfrK {
  background-color: #ffffff;
}
.cid-v0CT85HfrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CT85HfrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v0CT85HfrK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0CT85HfrK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v0CT85HfrK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v0CT85HfrK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v0CT85HfrK .mbr-section-title {
  color: #de1111;
}
.cid-v0CT85HfrK .mbr-text,
.cid-v0CT85HfrK .mbr-section-btn {
  color: #000000;
}
.cid-v0CGfRDE3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0CGfRDE3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CGfRDE3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CGfRDE3k .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0CGfRDE3k .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0CGfRDE3k .container {
    padding: 0 16px;
  }
}
.cid-v0CGfRDE3k .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0CGfRDE3k .row {
    margin: 0;
  }
}
.cid-v0CGfRDE3k .row .card {
  position: relative;
  padding: 0;
}
.cid-v0CGfRDE3k .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0CGfRDE3k .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0CGfRDE3k .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0CGfRDE3k .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0CGfRDE3k .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0CGfRDE3k .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0CGfRDE3k .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-v0CGfTtkG9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-v0CGfTtkG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0CGfTtkG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0CGfTtkG9 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v0CGfTtkG9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0CGfTtkG9 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0CGfTtkG9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0CGfTtkG9 .container {
    padding: 0 14px;
  }
}
.cid-v0CGfTtkG9 .row {
  justify-content: center;
}
.cid-v0CGfTtkG9 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0CGfTtkG9 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0CGfTtkG9 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-v0CGfTtkG9 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0CGfTtkG9 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0CGfTtkG9 .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0CGfTtkG9 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0CGfTtkG9 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v0CGfTtkG9 .nav-wrapper .list .item-wrap:hover,
.cid-v0CGfTtkG9 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-v0CGfTtkG9 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0CGfTtkG9 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0CGfTtkG9 .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0CGfTtkG9 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-v0CGfTtkG9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0CGfTtkG9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-v0CGfTtkG9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-v0CGfTtkG9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-v0CGfTtkG9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0CGfTtkG9 .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v0CGfTtkG9 .mbr-text,
.cid-v0CGfTtkG9 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-v0CGfTtkG9 .mbr-list-title {
  color: #ffffff;
}
.cid-v0CGfTtkG9 .list {
  color: #ffffff;
}
.cid-v0CGfTtkG9 .mbr-contact {
  color: #ffffff;
}
.cid-v0CGfTtkG9 .mbr-list-title,
.cid-v0CGfTtkG9 .image-wrapper {
  color: #ffffff;
}
.cid-v0CGfTtkG9 .list,
.cid-v0CGfTtkG9 .item-wrap {
  color: #ffffff;
}
.cid-v0CGfTtkG9 .mbr-contact,
.cid-v0CGfTtkG9 .card-wrapper {
  color: #ffffff;
}
.cid-uT0CAtpul2 {
  z-index: 1000;
  width: 100%;
}
.cid-uT0CAtpul2 nav.navbar {
  position: fixed;
}
.cid-uT0CAtpul2 .btn {
  line-height: 1.2;
}
.cid-uT0CAtpul2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT0CAtpul2 .nav-link {
  position: relative;
}
.cid-uT0CAtpul2 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uT0CAtpul2 .nav-link:hover {
  color: #00adee !important;
}
.cid-uT0CAtpul2 .nav-link:hover:before {
  width: 100%;
}
.cid-uT0CAtpul2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0CAtpul2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0CAtpul2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT0CAtpul2 .dropdown-item:hover,
.cid-uT0CAtpul2 .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uT0CAtpul2 .dropdown-item:hover span {
  color: white;
}
.cid-uT0CAtpul2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT0CAtpul2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT0CAtpul2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uT0CAtpul2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uT0CAtpul2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uT0CAtpul2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uT0CAtpul2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uT0CAtpul2 .navbar-nav {
  margin: auto;
}
.cid-uT0CAtpul2 .dropdown-menu,
.cid-uT0CAtpul2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uT0CAtpul2 .nav-item:focus,
.cid-uT0CAtpul2 .nav-link:focus {
  outline: none;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT0CAtpul2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT0CAtpul2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT0CAtpul2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT0CAtpul2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uT0CAtpul2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uT0CAtpul2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT0CAtpul2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uT0CAtpul2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT0CAtpul2 .navbar.collapsed {
  justify-content: center;
}
.cid-uT0CAtpul2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT0CAtpul2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT0CAtpul2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uT0CAtpul2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT0CAtpul2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT0CAtpul2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT0CAtpul2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT0CAtpul2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uT0CAtpul2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT0CAtpul2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT0CAtpul2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT0CAtpul2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT0CAtpul2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT0CAtpul2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uT0CAtpul2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uT0CAtpul2 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT0CAtpul2 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uT0CAtpul2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT0CAtpul2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uT0CAtpul2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT0CAtpul2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT0CAtpul2 .dropdown-item.active,
.cid-uT0CAtpul2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uT0CAtpul2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT0CAtpul2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT0CAtpul2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT0CAtpul2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT0CAtpul2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT0CAtpul2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT0CAtpul2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT0CAtpul2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT0CAtpul2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT0CAtpul2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT0CAtpul2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT0CAtpul2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT0CAtpul2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uT0CAtpul2 .navbar {
    height: 70px;
  }
  .cid-uT0CAtpul2 .navbar.opened {
    height: auto;
  }
  .cid-uT0CAtpul2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-v0FA7i2waI.popup-builder {
  background-color: #ffffff;
}
.cid-v0FA7i2waI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0FA7i2waI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0FA7i2waI .modal-content,
.cid-v0FA7i2waI .modal-dialog {
  height: auto;
}
.cid-v0FA7i2waI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0FA7i2waI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0FA7i2waI .form-wrapper .mbr-form .form-group,
  .cid-v0FA7i2waI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0FA7i2waI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0FA7i2waI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0FA7i2waI .mbr-text {
  text-align: center;
  color: #0c2c68;
}
.cid-v0FA7i2waI .pt-0 {
  padding-top: 0 !important;
}
.cid-v0FA7i2waI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0FA7i2waI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0FA7i2waI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0FA7i2waI .modal-open {
  overflow: hidden;
}
.cid-v0FA7i2waI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0FA7i2waI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0FA7i2waI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0FA7i2waI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0FA7i2waI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0FA7i2waI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0FA7i2waI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0FA7i2waI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0FA7i2waI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0FA7i2waI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0FA7i2waI .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0FA7i2waI .modal-backdrop.show {
  opacity: .5;
}
.cid-v0FA7i2waI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0FA7i2waI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FA7i2waI .modal-header {
    padding: 1rem;
  }
}
.cid-v0FA7i2waI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0FA7i2waI .modal-header .close svg {
  fill: #353535;
}
.cid-v0FA7i2waI .modal-header .close:hover {
  opacity: 1;
}
.cid-v0FA7i2waI .modal-header .close:focus {
  outline: none;
}
.cid-v0FA7i2waI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #de1111;
}
.cid-v0FA7i2waI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0FA7i2waI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FA7i2waI .modal-body {
    padding: 1rem;
  }
}
.cid-v0FA7i2waI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0FA7i2waI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FA7i2waI .modal-footer {
    padding: 1rem;
  }
}
.cid-v0FA7i2waI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0FA7i2waI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0FA7i2waI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0FA7i2waI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0FA7i2waI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0FA7i2waI .modal-lg,
  .cid-v0FA7i2waI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0FA7i2waI .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0FA7i2waI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0FA7i2waI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0FA7i2waI .form-group {
  margin-bottom: 1rem;
}
.cid-v0FA7i2waI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0FA7i2waI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0FA7i2waI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0FA7i2waI .mbr-section-btn {
  margin: 0;
}
.cid-v0FA7i2waI .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0FIJtk6qq.popup-builder {
  background-color: #ffffff;
}
.cid-v0FIJtk6qq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0FIJtk6qq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0FIJtk6qq .modal-content,
.cid-v0FIJtk6qq .modal-dialog {
  height: auto;
}
.cid-v0FIJtk6qq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0FIJtk6qq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0FIJtk6qq .form-wrapper .mbr-form .form-group,
  .cid-v0FIJtk6qq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0FIJtk6qq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0FIJtk6qq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0FIJtk6qq .mbr-text {
  text-align: center;
  color: #0c2c68;
}
.cid-v0FIJtk6qq .pt-0 {
  padding-top: 0 !important;
}
.cid-v0FIJtk6qq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0FIJtk6qq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0FIJtk6qq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0FIJtk6qq .modal-open {
  overflow: hidden;
}
.cid-v0FIJtk6qq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0FIJtk6qq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0FIJtk6qq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0FIJtk6qq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0FIJtk6qq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0FIJtk6qq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0FIJtk6qq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0FIJtk6qq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0FIJtk6qq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0FIJtk6qq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0FIJtk6qq .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0FIJtk6qq .modal-backdrop.show {
  opacity: .5;
}
.cid-v0FIJtk6qq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0FIJtk6qq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FIJtk6qq .modal-header {
    padding: 1rem;
  }
}
.cid-v0FIJtk6qq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0FIJtk6qq .modal-header .close svg {
  fill: #353535;
}
.cid-v0FIJtk6qq .modal-header .close:hover {
  opacity: 1;
}
.cid-v0FIJtk6qq .modal-header .close:focus {
  outline: none;
}
.cid-v0FIJtk6qq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #de1111;
}
.cid-v0FIJtk6qq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0FIJtk6qq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FIJtk6qq .modal-body {
    padding: 1rem;
  }
}
.cid-v0FIJtk6qq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0FIJtk6qq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FIJtk6qq .modal-footer {
    padding: 1rem;
  }
}
.cid-v0FIJtk6qq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0FIJtk6qq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0FIJtk6qq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0FIJtk6qq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0FIJtk6qq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0FIJtk6qq .modal-lg,
  .cid-v0FIJtk6qq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0FIJtk6qq .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0FIJtk6qq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0FIJtk6qq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0FIJtk6qq .form-group {
  margin-bottom: 1rem;
}
.cid-v0FIJtk6qq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0FIJtk6qq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0FIJtk6qq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0FIJtk6qq .mbr-section-btn {
  margin: 0;
}
.cid-v0FIJtk6qq .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0FL51CaNQ.popup-builder {
  background-color: #ffffff;
}
.cid-v0FL51CaNQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0FL51CaNQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0FL51CaNQ .modal-content,
.cid-v0FL51CaNQ .modal-dialog {
  height: auto;
}
.cid-v0FL51CaNQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0FL51CaNQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0FL51CaNQ .form-wrapper .mbr-form .form-group,
  .cid-v0FL51CaNQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0FL51CaNQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0FL51CaNQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0FL51CaNQ .mbr-text {
  text-align: center;
  color: #0c2c68;
}
.cid-v0FL51CaNQ .pt-0 {
  padding-top: 0 !important;
}
.cid-v0FL51CaNQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0FL51CaNQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0FL51CaNQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0FL51CaNQ .modal-open {
  overflow: hidden;
}
.cid-v0FL51CaNQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0FL51CaNQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0FL51CaNQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0FL51CaNQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0FL51CaNQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0FL51CaNQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0FL51CaNQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0FL51CaNQ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0FL51CaNQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0FL51CaNQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0FL51CaNQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0FL51CaNQ .modal-backdrop.show {
  opacity: .5;
}
.cid-v0FL51CaNQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v0FL51CaNQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FL51CaNQ .modal-header {
    padding: 1rem;
  }
}
.cid-v0FL51CaNQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0FL51CaNQ .modal-header .close svg {
  fill: #353535;
}
.cid-v0FL51CaNQ .modal-header .close:hover {
  opacity: 1;
}
.cid-v0FL51CaNQ .modal-header .close:focus {
  outline: none;
}
.cid-v0FL51CaNQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #de1111;
}
.cid-v0FL51CaNQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v0FL51CaNQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FL51CaNQ .modal-body {
    padding: 1rem;
  }
}
.cid-v0FL51CaNQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0FL51CaNQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0FL51CaNQ .modal-footer {
    padding: 1rem;
  }
}
.cid-v0FL51CaNQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0FL51CaNQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0FL51CaNQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0FL51CaNQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0FL51CaNQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0FL51CaNQ .modal-lg,
  .cid-v0FL51CaNQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0FL51CaNQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0FL51CaNQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0FL51CaNQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0FL51CaNQ .form-group {
  margin-bottom: 1rem;
}
.cid-v0FL51CaNQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0FL51CaNQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0FL51CaNQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0FL51CaNQ .mbr-section-btn {
  margin: 0;
}
.cid-v0FL51CaNQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZNIIj6ZK0 {
  z-index: 1000;
  width: 100%;
}
.cid-uZNIIj6ZK0 nav.navbar {
  position: fixed;
}
.cid-uZNIIj6ZK0 .btn {
  line-height: 1.2;
}
.cid-uZNIIj6ZK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZNIIj6ZK0 .nav-link {
  position: relative;
}
.cid-uZNIIj6ZK0 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZNIIj6ZK0 .nav-link:hover {
  color: #00adee !important;
}
.cid-uZNIIj6ZK0 .nav-link:hover:before {
  width: 100%;
}
.cid-uZNIIj6ZK0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNIIj6ZK0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZNIIj6ZK0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZNIIj6ZK0 .dropdown-item:hover,
.cid-uZNIIj6ZK0 .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZNIIj6ZK0 .dropdown-item:hover span {
  color: white;
}
.cid-uZNIIj6ZK0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZNIIj6ZK0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZNIIj6ZK0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZNIIj6ZK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZNIIj6ZK0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZNIIj6ZK0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZNIIj6ZK0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZNIIj6ZK0 .navbar-nav {
  margin: auto;
}
.cid-uZNIIj6ZK0 .dropdown-menu,
.cid-uZNIIj6ZK0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZNIIj6ZK0 .nav-item:focus,
.cid-uZNIIj6ZK0 .nav-link:focus {
  outline: none;
}
.cid-uZNIIj6ZK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZNIIj6ZK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZNIIj6ZK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZNIIj6ZK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZNIIj6ZK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZNIIj6ZK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZNIIj6ZK0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZNIIj6ZK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZNIIj6ZK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZNIIj6ZK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZNIIj6ZK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZNIIj6ZK0 .navbar.collapsed {
  justify-content: center;
}
.cid-uZNIIj6ZK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZNIIj6ZK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZNIIj6ZK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZNIIj6ZK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZNIIj6ZK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZNIIj6ZK0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZNIIj6ZK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZNIIj6ZK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZNIIj6ZK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZNIIj6ZK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZNIIj6ZK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZNIIj6ZK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZNIIj6ZK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZNIIj6ZK0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZNIIj6ZK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZNIIj6ZK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZNIIj6ZK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZNIIj6ZK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZNIIj6ZK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZNIIj6ZK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZNIIj6ZK0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZNIIj6ZK0 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZNIIj6ZK0 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZNIIj6ZK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZNIIj6ZK0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZNIIj6ZK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZNIIj6ZK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZNIIj6ZK0 .dropdown-item.active,
.cid-uZNIIj6ZK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZNIIj6ZK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZNIIj6ZK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZNIIj6ZK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZNIIj6ZK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZNIIj6ZK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZNIIj6ZK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZNIIj6ZK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZNIIj6ZK0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZNIIj6ZK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZNIIj6ZK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZNIIj6ZK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNIIj6ZK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZNIIj6ZK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZNIIj6ZK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIIj6ZK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZNIIj6ZK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZNIIj6ZK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZNIIj6ZK0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZNIIj6ZK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZNIIj6ZK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZNIIj6ZK0 .navbar {
    height: 70px;
  }
  .cid-uZNIIj6ZK0 .navbar.opened {
    height: auto;
  }
  .cid-uZNIIj6ZK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZNIIkKUEI {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-pagine.png-3-1768x656.png");
}
.cid-uZNIIkKUEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIIkKUEI .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-uZNIIkKUEI .container {
    padding: 0 15px;
  }
}
.cid-uZNIIkKUEI .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZNIIkKUEI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZNIIkKUEI .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZNIIkKUEI .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZNIIkKUEI .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-uZNIIkKUEI .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZNIIkKUEI .mbr-section-title {
  color: #131c28;
}
.cid-uZNIIkKUEI .mbr-desc {
  color: #131c28;
}
.cid-uZTInePIPP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZTInePIPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTInePIPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTInePIPP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZTInePIPP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZTInePIPP .container {
    padding: 0 16px;
  }
}
.cid-uZTInePIPP .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZTInePIPP .row {
    margin: 0;
  }
}
.cid-uZTInePIPP .row .card {
  position: relative;
  padding: 0;
}
.cid-uZTInePIPP .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-uZTInePIPP .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-uZTInePIPP .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-uZTInePIPP .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uZTInePIPP .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZTInePIPP .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uZTInePIPP .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0nLMxudWJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-v0nLMxudWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0nLMxudWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-v0nLMxudWJ .container-fluid {
    padding: 0;
  }
}
.cid-v0nLMxudWJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-v0nLMxudWJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v0nLMxudWJ .embla__button--next,
.cid-v0nLMxudWJ .embla__button--prev {
  display: flex;
}
.cid-v0nLMxudWJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0nLMxudWJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0nLMxudWJ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0nLMxudWJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0nLMxudWJ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0nLMxudWJ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0nLMxudWJ .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0nLMxudWJ .embla {
  position: relative;
  width: 100%;
}
.cid-v0nLMxudWJ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0nLMxudWJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0nLMxudWJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0nLMxudWJ .embla__slide a {
  cursor: grab;
}
.cid-v0nLMxudWJ .embla__slide a:active {
  cursor: grabbing;
}
.cid-v0nLMxudWJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0nLMxudWJ .item-menu-overlay {
  border-radius: 2rem;
}
.cid-v0nLMxudWJ .mbr-section-title {
  color: #0c2c68;
}
.cid-v0nLMxudWJ .mbr-section-subtitle {
  color: #232323;
}
.cid-v0nLMxudWJ .mbr-box {
  color: #ffffff;
}
.cid-v0nLMxudWJ .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v0nLMxudWJ img,
.cid-v0nLMxudWJ .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v0nLMxudWJ .item-wrapper {
  position: relative;
}
.cid-v0nLMxudWJ .content-head {
  max-width: 800px;
}
.cid-uZNIIlIg2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNIIlIg2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNIIlIg2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNIIlIg2p .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNIIlIg2p .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNIIlIg2p .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNIIlIg2p .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNIIlIg2p .container {
    padding: 0 14px;
  }
}
.cid-uZNIIlIg2p .row {
  justify-content: center;
}
.cid-uZNIIlIg2p .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNIIlIg2p .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNIIlIg2p .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNIIlIg2p .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNIIlIg2p .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNIIlIg2p .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNIIlIg2p .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNIIlIg2p .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIIlIg2p .nav-wrapper .list .item-wrap:hover,
.cid-uZNIIlIg2p .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNIIlIg2p .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNIIlIg2p .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNIIlIg2p .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNIIlIg2p .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNIIlIg2p .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNIIlIg2p .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNIIlIg2p .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNIIlIg2p .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNIIlIg2p .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNIIlIg2p .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNIIlIg2p .mbr-text,
.cid-uZNIIlIg2p .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNIIlIg2p .mbr-list-title {
  color: #ffffff;
}
.cid-uZNIIlIg2p .list {
  color: #ffffff;
}
.cid-uZNIIlIg2p .mbr-contact {
  color: #ffffff;
}
.cid-uZNIIlIg2p .mbr-list-title,
.cid-uZNIIlIg2p .image-wrapper {
  color: #ffffff;
}
.cid-uZNIIlIg2p .list,
.cid-uZNIIlIg2p .item-wrap {
  color: #ffffff;
}
.cid-uZNIIlIg2p .mbr-contact,
.cid-uZNIIlIg2p .card-wrapper {
  color: #ffffff;
}
.cid-uZGh7qKPS2 {
  z-index: 1000;
  width: 100%;
}
.cid-uZGh7qKPS2 nav.navbar {
  position: fixed;
}
.cid-uZGh7qKPS2 .btn {
  line-height: 1.2;
}
.cid-uZGh7qKPS2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZGh7qKPS2 .nav-link {
  position: relative;
}
.cid-uZGh7qKPS2 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-uZGh7qKPS2 .nav-link:hover {
  color: #00adee !important;
}
.cid-uZGh7qKPS2 .nav-link:hover:before {
  width: 100%;
}
.cid-uZGh7qKPS2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZGh7qKPS2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZGh7qKPS2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZGh7qKPS2 .dropdown-item:hover,
.cid-uZGh7qKPS2 .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-uZGh7qKPS2 .dropdown-item:hover span {
  color: white;
}
.cid-uZGh7qKPS2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZGh7qKPS2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZGh7qKPS2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZGh7qKPS2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-uZGh7qKPS2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZGh7qKPS2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZGh7qKPS2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZGh7qKPS2 .navbar-nav {
  margin: auto;
}
.cid-uZGh7qKPS2 .dropdown-menu,
.cid-uZGh7qKPS2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uZGh7qKPS2 .nav-item:focus,
.cid-uZGh7qKPS2 .nav-link:focus {
  outline: none;
}
.cid-uZGh7qKPS2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZGh7qKPS2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZGh7qKPS2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZGh7qKPS2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZGh7qKPS2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZGh7qKPS2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZGh7qKPS2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-uZGh7qKPS2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZGh7qKPS2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZGh7qKPS2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZGh7qKPS2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZGh7qKPS2 .navbar.collapsed {
  justify-content: center;
}
.cid-uZGh7qKPS2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZGh7qKPS2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZGh7qKPS2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uZGh7qKPS2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZGh7qKPS2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZGh7qKPS2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZGh7qKPS2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZGh7qKPS2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZGh7qKPS2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZGh7qKPS2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZGh7qKPS2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZGh7qKPS2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZGh7qKPS2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZGh7qKPS2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZGh7qKPS2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZGh7qKPS2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZGh7qKPS2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZGh7qKPS2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZGh7qKPS2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZGh7qKPS2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uZGh7qKPS2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uZGh7qKPS2 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZGh7qKPS2 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-uZGh7qKPS2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZGh7qKPS2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZGh7qKPS2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZGh7qKPS2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZGh7qKPS2 .dropdown-item.active,
.cid-uZGh7qKPS2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZGh7qKPS2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZGh7qKPS2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZGh7qKPS2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZGh7qKPS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZGh7qKPS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZGh7qKPS2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZGh7qKPS2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZGh7qKPS2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZGh7qKPS2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-uZGh7qKPS2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZGh7qKPS2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZGh7qKPS2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZGh7qKPS2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZGh7qKPS2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZGh7qKPS2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZGh7qKPS2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZGh7qKPS2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZGh7qKPS2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZGh7qKPS2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZGh7qKPS2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZGh7qKPS2 .navbar {
    height: 70px;
  }
  .cid-uZGh7qKPS2 .navbar.opened {
    height: auto;
  }
  .cid-uZGh7qKPS2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZRR5iE7Y8 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-pagine.png-3-1768x656.png");
}
.cid-uZRR5iE7Y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRR5iE7Y8 .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-uZRR5iE7Y8 .container {
    padding: 0 15px;
  }
}
.cid-uZRR5iE7Y8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uZRR5iE7Y8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZRR5iE7Y8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uZRR5iE7Y8 .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uZRR5iE7Y8 .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-uZRR5iE7Y8 .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-uZRR5iE7Y8 .mbr-section-title {
  color: #131c28;
}
.cid-uZRR5iE7Y8 .mbr-desc {
  color: #131c28;
}
.cid-uZRXsXTg5e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uZRXsXTg5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRXsXTg5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZRXsXTg5e .mbr-section-title {
  color: #de1111;
}
.cid-uZRXsXTg5e .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-v0FrVn3IYg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrVn3IYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrVn3IYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrVn3IYg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrVn3IYg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrVn3IYg .container {
    padding: 0 16px;
  }
}
.cid-v0FrVn3IYg .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrVn3IYg .row {
    margin: 0;
  }
}
.cid-v0FrVn3IYg .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrVn3IYg .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrVn3IYg .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrVn3IYg .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrVn3IYg .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrVn3IYg .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrVn3IYg .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrVn3IYg .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZTt7xs0d5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-uZTt7xs0d5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTt7xs0d5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTt7xs0d5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uZTt7xs0d5 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uZTt7xs0d5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZTt7xs0d5 .items-wrapper {
  margin: 0 -5px;
}
.cid-uZTt7xs0d5 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uZTt7xs0d5 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
}
.cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZTt7xs0d5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZTt7xs0d5 .mbr-section-title {
  color: #093388;
}
.cid-uZTt7xs0d5 .item-title {
  color: #093388;
}
.cid-uZTt7xs0d5 .item-text {
  color: #58595b;
}
.cid-uZTt7xs0d5 .item-text,
.cid-uZTt7xs0d5 .text-wrapper {
  color: #0c2c68;
}
.cid-uZTt7xs0d5 .item-title,
.cid-uZTt7xs0d5 .mbr-section-btn,
.cid-uZTt7xs0d5 .icon-wrapper {
  color: #de1111;
}
.cid-v0FrX1XjR6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrX1XjR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrX1XjR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrX1XjR6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrX1XjR6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrX1XjR6 .container {
    padding: 0 16px;
  }
}
.cid-v0FrX1XjR6 .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrX1XjR6 .row {
    margin: 0;
  }
}
.cid-v0FrX1XjR6 .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrX1XjR6 .decor-wrapper_1 {
  height: 10px;
  background-color: #135e06;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrX1XjR6 .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrX1XjR6 .decor-wrapper_3 {
  height: 10px;
  background-color: #c60506;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrX1XjR6 .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrX1XjR6 .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrX1XjR6 .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrX1XjR6 .mbr-section-title {
  color: #c60506;
  text-align: center;
}
.cid-uZToNP16oa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZToNP16oa .item-img,
.cid-uZToNP16oa .img-wrap,
.cid-uZToNP16oa img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uZToNP16oa img,
.cid-uZToNP16oa .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uZToNP16oa img,
  .cid-uZToNP16oa .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uZToNP16oa .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uZToNP16oa .item:focus,
.cid-uZToNP16oa span:focus {
  outline: none;
}
.cid-uZToNP16oa .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uZToNP16oa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZToNP16oa .item {
    margin-bottom: 1rem;
  }
}
.cid-uZToNP16oa h5 {
  margin: 0;
}
.cid-uZToNP16oa .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uZToNP16oa .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uZToNP16oa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uZToNP16oa .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uZToNP16oa .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uZToNP16oa .item-wrapper {
    height: auto;
  }
}
.cid-uZToNP16oa .mbr-section-title {
  color: #de1111;
  text-align: left;
}
.cid-uZToNP16oa .item-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uZToNP16oa .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uZToNP16oa .mbr-text,
.cid-uZToNP16oa .item .mbr-section-btn {
  text-align: center;
}
.cid-uZToNP16oa .mbr-section-subtitle,
.cid-uZToNP16oa .mbr-section-head .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-v0FrTAat9e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0FrTAat9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0FrTAat9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0FrTAat9e .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0FrTAat9e .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0FrTAat9e .container {
    padding: 0 16px;
  }
}
.cid-v0FrTAat9e .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0FrTAat9e .row {
    margin: 0;
  }
}
.cid-v0FrTAat9e .row .card {
  position: relative;
  padding: 0;
}
.cid-v0FrTAat9e .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0FrTAat9e .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0FrTAat9e .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0FrTAat9e .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0FrTAat9e .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0FrTAat9e .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0FrTAat9e .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uZNi6MHhpv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-uZNi6MHhpv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZNi6MHhpv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZNi6MHhpv .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uZNi6MHhpv .container {
    padding: 0 14px;
  }
}
.cid-uZNi6MHhpv .row {
  justify-content: center;
}
.cid-uZNi6MHhpv .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uZNi6MHhpv .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:hover,
.cid-uZNi6MHhpv .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZNi6MHhpv .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZNi6MHhpv .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uZNi6MHhpv .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uZNi6MHhpv .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-text,
.cid-uZNi6MHhpv .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uZNi6MHhpv .mbr-list-title {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-list-title,
.cid-uZNi6MHhpv .image-wrapper {
  color: #ffffff;
}
.cid-uZNi6MHhpv .list,
.cid-uZNi6MHhpv .item-wrap {
  color: #ffffff;
}
.cid-uZNi6MHhpv .mbr-contact,
.cid-uZNi6MHhpv .card-wrapper {
  color: #ffffff;
}
.cid-v0X9ZphcZV {
  z-index: 1000;
  width: 100%;
}
.cid-v0X9ZphcZV nav.navbar {
  position: fixed;
}
.cid-v0X9ZphcZV .btn {
  line-height: 1.2;
}
.cid-v0X9ZphcZV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0X9ZphcZV .nav-link {
  position: relative;
}
.cid-v0X9ZphcZV .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-v0X9ZphcZV .nav-link:hover {
  color: #00adee !important;
}
.cid-v0X9ZphcZV .nav-link:hover:before {
  width: 100%;
}
.cid-v0X9ZphcZV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0X9ZphcZV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0X9ZphcZV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0X9ZphcZV .dropdown-item:hover,
.cid-v0X9ZphcZV .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-v0X9ZphcZV .dropdown-item:hover span {
  color: white;
}
.cid-v0X9ZphcZV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0X9ZphcZV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0X9ZphcZV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0X9ZphcZV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v0X9ZphcZV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0X9ZphcZV .container {
    flex-wrap: nowrap;
  }
}
.cid-v0X9ZphcZV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0X9ZphcZV .navbar-nav {
  margin: auto;
}
.cid-v0X9ZphcZV .dropdown-menu,
.cid-v0X9ZphcZV .navbar.opened {
  background: #ffffff !important;
}
.cid-v0X9ZphcZV .nav-item:focus,
.cid-v0X9ZphcZV .nav-link:focus {
  outline: none;
}
.cid-v0X9ZphcZV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0X9ZphcZV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0X9ZphcZV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0X9ZphcZV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0X9ZphcZV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0X9ZphcZV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0X9ZphcZV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-v0X9ZphcZV .navbar.opened {
  transition: all 0.3s;
}
.cid-v0X9ZphcZV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0X9ZphcZV .navbar .navbar-logo img {
  width: auto;
}
.cid-v0X9ZphcZV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0X9ZphcZV .navbar.collapsed {
  justify-content: center;
}
.cid-v0X9ZphcZV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0X9ZphcZV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0X9ZphcZV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v0X9ZphcZV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0X9ZphcZV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0X9ZphcZV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0X9ZphcZV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0X9ZphcZV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0X9ZphcZV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0X9ZphcZV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0X9ZphcZV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0X9ZphcZV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0X9ZphcZV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0X9ZphcZV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0X9ZphcZV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0X9ZphcZV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0X9ZphcZV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0X9ZphcZV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0X9ZphcZV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0X9ZphcZV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0X9ZphcZV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0X9ZphcZV .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0X9ZphcZV .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v0X9ZphcZV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0X9ZphcZV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0X9ZphcZV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0X9ZphcZV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0X9ZphcZV .dropdown-item.active,
.cid-v0X9ZphcZV .dropdown-item:active {
  background-color: transparent;
}
.cid-v0X9ZphcZV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0X9ZphcZV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0X9ZphcZV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0X9ZphcZV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0X9ZphcZV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0X9ZphcZV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0X9ZphcZV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0X9ZphcZV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0X9ZphcZV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v0X9ZphcZV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0X9ZphcZV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0X9ZphcZV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0X9ZphcZV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0X9ZphcZV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0X9ZphcZV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0X9ZphcZV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0X9ZphcZV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0X9ZphcZV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0X9ZphcZV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0X9ZphcZV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0X9ZphcZV .navbar {
    height: 70px;
  }
  .cid-v0X9ZphcZV .navbar.opened {
    height: auto;
  }
  .cid-v0X9ZphcZV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0X9ZpJJ8T {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/intstazione-blog.png-1768x656.png");
}
.cid-v0X9ZpJJ8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0X9ZpJJ8T .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-v0X9ZpJJ8T .container {
    padding: 0 15px;
  }
}
.cid-v0X9ZpJJ8T .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v0X9ZpJJ8T .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v0X9ZpJJ8T .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v0X9ZpJJ8T .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v0X9ZpJJ8T .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-v0X9ZpJJ8T .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v0X9ZpJJ8T .mbr-section-title {
  color: #131c28;
}
.cid-v0X9ZpJJ8T .mbr-desc {
  color: #131c28;
}
.cid-v0X9Zq6Cqs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0X9Zq6Cqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0X9Zq6Cqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0X9Zq6Cqs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v0X9Zq6Cqs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0X9Zq6Cqs .container {
    padding: 0 16px;
  }
}
.cid-v0X9Zq6Cqs .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0X9Zq6Cqs .row {
    margin: 0;
  }
}
.cid-v0X9Zq6Cqs .row .card {
  position: relative;
  padding: 0;
}
.cid-v0X9Zq6Cqs .decor-wrapper_1 {
  height: 10px;
  background-color: #0c2c68;
  border-radius: 20px 20px 0 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-v0X9Zq6Cqs .decor-wrapper_2 {
  height: 10px;
  background-color: #ffffff;
}
.cid-v0X9Zq6Cqs .decor-wrapper_3 {
  height: 10px;
  background-color: #00adee;
  border-radius: 0 0 20px 20px;
}
.cid-v0X9Zq6Cqs .title-wrapper {
  margin: 0 20px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-v0X9Zq6Cqs .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0X9Zq6Cqs .title-wrapper {
    margin: 0 10px;
  }
}
.cid-v0X9Zq6Cqs .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-v0X9Zqr5lL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-v0X9Zqr5lL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0X9Zqr5lL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0X9Zqr5lL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v0X9Zqr5lL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0X9Zqr5lL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0X9Zqr5lL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v0X9Zqr5lL .container {
    padding: 0 14px;
  }
}
.cid-v0X9Zqr5lL .row {
  justify-content: center;
}
.cid-v0X9Zqr5lL .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0X9Zqr5lL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0X9Zqr5lL .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-v0X9Zqr5lL .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0X9Zqr5lL .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0X9Zqr5lL .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0X9Zqr5lL .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v0X9Zqr5lL .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v0X9Zqr5lL .nav-wrapper .list .item-wrap:hover,
.cid-v0X9Zqr5lL .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-v0X9Zqr5lL .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v0X9Zqr5lL .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v0X9Zqr5lL .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v0X9Zqr5lL .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-v0X9Zqr5lL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0X9Zqr5lL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-v0X9Zqr5lL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-v0X9Zqr5lL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-v0X9Zqr5lL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v0X9Zqr5lL .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v0X9Zqr5lL .mbr-text,
.cid-v0X9Zqr5lL .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-v0X9Zqr5lL .mbr-list-title {
  color: #ffffff;
}
.cid-v0X9Zqr5lL .list {
  color: #ffffff;
}
.cid-v0X9Zqr5lL .mbr-contact {
  color: #ffffff;
}
.cid-v0X9Zqr5lL .mbr-list-title,
.cid-v0X9Zqr5lL .image-wrapper {
  color: #ffffff;
}
.cid-v0X9Zqr5lL .list,
.cid-v0X9Zqr5lL .item-wrap {
  color: #ffffff;
}
.cid-v0X9Zqr5lL .mbr-contact,
.cid-v0X9Zqr5lL .card-wrapper {
  color: #ffffff;
}
.cid-v1toyDqOtZ {
  z-index: 1000;
  width: 100%;
}
.cid-v1toyDqOtZ nav.navbar {
  position: fixed;
}
.cid-v1toyDqOtZ .btn {
  line-height: 1.2;
}
.cid-v1toyDqOtZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1toyDqOtZ .nav-link {
  position: relative;
}
.cid-v1toyDqOtZ .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #00adee;
}
.cid-v1toyDqOtZ .nav-link:hover {
  color: #00adee !important;
}
.cid-v1toyDqOtZ .nav-link:hover:before {
  width: 100%;
}
.cid-v1toyDqOtZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1toyDqOtZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1toyDqOtZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1toyDqOtZ .dropdown-item:hover,
.cid-v1toyDqOtZ .dropdown-item:focus {
  background: #de1111 !important;
  color: white !important;
}
.cid-v1toyDqOtZ .dropdown-item:hover span {
  color: white;
}
.cid-v1toyDqOtZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1toyDqOtZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1toyDqOtZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1toyDqOtZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-v1toyDqOtZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1toyDqOtZ .container {
    flex-wrap: nowrap;
  }
}
.cid-v1toyDqOtZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1toyDqOtZ .navbar-nav {
  margin: auto;
}
.cid-v1toyDqOtZ .dropdown-menu,
.cid-v1toyDqOtZ .navbar.opened {
  background: #ffffff !important;
}
.cid-v1toyDqOtZ .nav-item:focus,
.cid-v1toyDqOtZ .nav-link:focus {
  outline: none;
}
.cid-v1toyDqOtZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1toyDqOtZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1toyDqOtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1toyDqOtZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1toyDqOtZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1toyDqOtZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1toyDqOtZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #ffffff;
}
.cid-v1toyDqOtZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v1toyDqOtZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1toyDqOtZ .navbar .navbar-logo img {
  width: auto;
}
.cid-v1toyDqOtZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1toyDqOtZ .navbar.collapsed {
  justify-content: center;
}
.cid-v1toyDqOtZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1toyDqOtZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1toyDqOtZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v1toyDqOtZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1toyDqOtZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1toyDqOtZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1toyDqOtZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1toyDqOtZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1toyDqOtZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1toyDqOtZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1toyDqOtZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1toyDqOtZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1toyDqOtZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1toyDqOtZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1toyDqOtZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1toyDqOtZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1toyDqOtZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1toyDqOtZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1toyDqOtZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1toyDqOtZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1toyDqOtZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1toyDqOtZ .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1toyDqOtZ .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-v1toyDqOtZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1toyDqOtZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1toyDqOtZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1toyDqOtZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1toyDqOtZ .dropdown-item.active,
.cid-v1toyDqOtZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v1toyDqOtZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1toyDqOtZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1toyDqOtZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1toyDqOtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1toyDqOtZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1toyDqOtZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1toyDqOtZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1toyDqOtZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1toyDqOtZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c2c68;
}
.cid-v1toyDqOtZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1toyDqOtZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1toyDqOtZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1toyDqOtZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1toyDqOtZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1toyDqOtZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1toyDqOtZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1toyDqOtZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1toyDqOtZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1toyDqOtZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1toyDqOtZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1toyDqOtZ .navbar {
    height: 70px;
  }
  .cid-v1toyDqOtZ .navbar.opened {
    height: auto;
  }
  .cid-v1toyDqOtZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1toyDTioV {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/intstazione-pagine.png-3-1768x656.png");
}
.cid-v1toyDTioV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1toyDTioV .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-v1toyDTioV .container {
    padding: 0 15px;
  }
}
.cid-v1toyDTioV .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v1toyDTioV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-v1toyDTioV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-v1toyDTioV .content-wrapper .border-wrap {
  margin-top: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v1toyDTioV .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-v1toyDTioV .content-wrapper .border-wrap {
    margin-top: 40px;
  }
}
.cid-v1toyDTioV .mbr-section-title {
  color: #131c28;
}
.cid-v1toyDTioV .mbr-desc {
  color: #131c28;
}
.cid-v1txwhI0QA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1txwhI0QA .mbr-text {
  color: #0c2c68;
}
.cid-v1txwhI0QA .mbr-section-subtitle {
  color: #000000;
}
.cid-v1txwhI0QA .mbr-section-title {
  color: #de1111;
}
.cid-v1toyEkHtt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fother.png-2000x1238.png");
}
.cid-v1toyEkHtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1toyEkHtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1toyEkHtt .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v1toyEkHtt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v1toyEkHtt .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v1toyEkHtt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v1toyEkHtt .container {
    padding: 0 14px;
  }
}
.cid-v1toyEkHtt .row {
  justify-content: center;
}
.cid-v1toyEkHtt .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1toyEkHtt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1toyEkHtt .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-v1toyEkHtt .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1toyEkHtt .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1toyEkHtt .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v1toyEkHtt .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v1toyEkHtt .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v1toyEkHtt .nav-wrapper .list .item-wrap:hover,
.cid-v1toyEkHtt .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-v1toyEkHtt .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1toyEkHtt .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1toyEkHtt .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-v1toyEkHtt .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-v1toyEkHtt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v1toyEkHtt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-v1toyEkHtt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-v1toyEkHtt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-v1toyEkHtt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v1toyEkHtt .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-v1toyEkHtt .mbr-text,
.cid-v1toyEkHtt .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-v1toyEkHtt .mbr-list-title {
  color: #ffffff;
}
.cid-v1toyEkHtt .list {
  color: #ffffff;
}
.cid-v1toyEkHtt .mbr-contact {
  color: #ffffff;
}
.cid-v1toyEkHtt .mbr-list-title,
.cid-v1toyEkHtt .image-wrapper {
  color: #ffffff;
}
.cid-v1toyEkHtt .list,
.cid-v1toyEkHtt .item-wrap {
  color: #ffffff;
}
.cid-v1toyEkHtt .mbr-contact,
.cid-v1toyEkHtt .card-wrapper {
  color: #ffffff;
}
