@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.56rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.56rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !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: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s3irX2fn7J {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-s3irX2fn7J .nav-item,
.cid-s3irX2fn7J .nav-link,
.cid-s3irX2fn7J .navbar-caption {
  font-weight: normal;
}
.cid-s3irX2fn7J .container,
.cid-s3irX2fn7J .container-fluid {
  position: static;
}
.cid-s3irX2fn7J .navbar-nav {
  counter-reset: number;
}
.cid-s3irX2fn7J .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s3irX2fn7J .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s3irX2fn7J .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s3irX2fn7J .btn {
    white-space: nowrap;
  }
  .cid-s3irX2fn7J .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s3irX2fn7J .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s3irX2fn7J .dropdown-toggle::after,
  .cid-s3irX2fn7J .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s3irX2fn7J .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s3irX2fn7J .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s3irX2fn7J .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s3irX2fn7J .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s3irX2fn7J .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s3irX2fn7J .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s3irX2fn7J .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s3irX2fn7J .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s3irX2fn7J .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s3irX2fn7J .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s3irX2fn7J .nav-item:focus,
.cid-s3irX2fn7J .nav-link:focus {
  outline: none;
}
.cid-s3irX2fn7J .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-s3irX2fn7J .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s3irX2fn7J .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s3irX2fn7J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3irX2fn7J .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s3irX2fn7J ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3irX2fn7J ul.navbar-nav li {
  margin: auto;
}
.cid-s3irX2fn7J .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s3irX2fn7J .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s3irX2fn7J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3irX2fn7J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3irX2fn7J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3irX2fn7J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s3irX2fn7J .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3irX2fn7J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3irX2fn7J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s3irX2fn7J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3irX2fn7J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3irX2fn7J .navbar .container-fluid,
  .cid-s3irX2fn7J .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s3irX2fn7J .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3irX2fn7J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3irX2fn7J .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s3irX2fn7J .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s3irX2fn7J .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3irX2fn7J .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s3irX2fn7J .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s3irX2fn7J .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3irX2fn7J .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3irX2fn7J .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3irX2fn7J .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-s3irX2fn7J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3irX2fn7J .dropdown-item.active,
.cid-s3irX2fn7J .dropdown-item:active {
  background-color: transparent;
}
.cid-s3irX2fn7J .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3irX2fn7J .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s3irX2fn7J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s3irX2fn7J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s3irX2fn7J .navbar-buttons {
  text-align: center;
}
.cid-s3irX2fn7J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3irX2fn7J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s3irX2fn7J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3irX2fn7J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3irX2fn7J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3irX2fn7J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3irX2fn7J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3irX2fn7J nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3irX2fn7J nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3irX2fn7J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3irX2fn7J .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s3irX2fn7J a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s3irX2fn7J a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3irX2fn7J .navbar {
    height: 77px;
  }
  .cid-s3irX2fn7J .navbar.opened {
    height: auto;
  }
  .cid-s3irX2fn7J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3ipsy00ps {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-s3ipsy00ps .image {
  position: absolute;
  background-image: url("../../../assets/images/mbr.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 48vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-s3ipsy00ps .image {
    display: none;
  }
}
.cid-s3ipsy00ps .position {
  z-index: 10;
}
.cid-s3ipsy00ps .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s3ipsy00ps .mbr-section-title1,
.cid-s3ipsy00ps .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-s3ipsy00ps .mbr-section-text {
  margin-top: 30px;
}
.cid-s3ipsy00ps .mbr-section-btn {
  margin-top: 30px;
}
.cid-s3ipsy00ps .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s3ipsy00ps .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s3ipsy00ps .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s3ipsy00ps .info__block-item {
    margin-right: 10px;
  }
}
.cid-s3ipsy00ps .title__item,
.cid-s3ipsy00ps .text__item {
  margin-bottom: 0;
}
.cid-s3ipsy00ps .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s3ipsy00ps .animated-element {
  color: #d90a2c;
}
.cid-s3ipsy00ps .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s4OfSpHOtK {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s4OfSpHOtK .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-s4OfSpHOtK .image {
    margin-bottom: 30px;
  }
}
.cid-s4OfSpHOtK .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4OfSpHOtK .mbr-text {
  margin-bottom: 30px;
}
.cid-s4OfSpHOtK .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-s4OfSpHOtK .wrap {
  width: 110px;
  height: 110px;
}
.cid-s4OfSpHOtK .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-s4OfSpHOtK ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-s4OfSpHOtK path {
  stroke: #d90a2c;
}
.cid-s4OfSpHOtK .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-s4OfSpHOtK .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s4OfSpHOtK .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-s4OfSpHOtK .mbr-section-title {
  color: #d90a2c;
}
.cid-s4OmnCnXve {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s4OmnCnXve .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-s4OmnCnXve .price {
  margin-top: 5px;
  color: #d90a2c;
}
.cid-s4OmnCnXve .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
  color: #d90a2c;
}
.cid-s4OmnCnXve .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-s4OmnCnXve .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-s4OmnCnXve .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-s4OmnCnXve .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-s4OmnCnXve .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-s4OmnCnXve .content__block,
  .cid-s4OmnCnXve .price__block {
    margin-bottom: 30px;
  }
}
.cid-s4OmnCnXve .descr {
  color: #444345;
}
.cid-s4OmnCnXve .mbr-section-title {
  color: #000000;
}
.cid-s4OgmncXuq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s4OgmncXuq .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-s4OgmncXuq .price {
  margin-top: 5px;
  color: #d90a2c;
}
.cid-s4OgmncXuq .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
  color: #d90a2c;
}
.cid-s4OgmncXuq .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-s4OgmncXuq .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-s4OgmncXuq .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-s4OgmncXuq .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-s4OgmncXuq .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-s4OgmncXuq .content__block,
  .cid-s4OgmncXuq .price__block {
    margin-bottom: 30px;
  }
}
.cid-s4OgmncXuq .descr {
  color: #444345;
}
.cid-s4OgmncXuq .mbr-section-title {
  color: #000000;
}
.cid-s4OmDSkx5d {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-s4OmDSkx5d .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-s4OmDSkx5d .price {
  margin-top: 5px;
  color: #d90a2c;
}
.cid-s4OmDSkx5d .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
  color: #d90a2c;
}
.cid-s4OmDSkx5d .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-s4OmDSkx5d .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-s4OmDSkx5d .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-s4OmDSkx5d .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-s4OmDSkx5d .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-s4OmDSkx5d .content__block,
  .cid-s4OmDSkx5d .price__block {
    margin-bottom: 30px;
  }
}
.cid-s4OmDSkx5d .descr {
  color: #444345;
}
.cid-s4OmDSkx5d .mbr-section-title {
  color: #000000;
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4UCIaWOKX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4UCIaWOKX .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s4UCIaWOKX img {
    width: 90%;
  }
}
.cid-s4UCIaWOKX .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s4UCIaWOKX .items {
  margin-bottom: 0;
}
.cid-s4UCIaWOKX .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s4UCIaWOKX .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s4UCIaWOKX .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-s4UCIaWOKX .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s4UCIaWOKX .social-list {
    justify-content: center;
  }
}
.cid-s4UCIaWOKX .card-title {
  color: #d90a2c;
}
.cid-s3iqUpyQqn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s3iqUpyQqn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s3iqUpyQqn .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s3iqUpyQqn .wrap {
  align-items: center;
}
.cid-s3iqUpyQqn .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s3iqUpyQqn .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s3iqUpyQqn .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s3iqUpyQqn .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s3iqUpyQqn .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s3iqUpyQqn .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s3iqUpyQqn .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s3iqUpyQqn .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s3iqUpyQqn .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s3iqUpyQqn .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s3iqUpyQqn .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s3iqUpyQqn .card__content {
  padding: 20px;
}
.cid-s3iqUpyQqn .card__topic {
  margin-bottom: 15px;
}
.cid-s3iqUpyQqn .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s3iqUpyQqn .mbr-text {
  margin-bottom: 10px;
}
.cid-s3iqUpyQqn .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s3irsXaTRC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s3irsXaTRC .mbr-section-subtitle {
  color: #767676;
}
.cid-s3irsXaTRC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s3irsXaTRC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3irsXaTRC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3irsXaTRC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s3irsXaTRC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d90a2c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d90a2c, #4e84c2);
}
.cid-s3irsXaTRC .icon-focus,
.cid-s3irsXaTRC .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-s3irsXaTRC .icon-focus:before,
.cid-s3irsXaTRC .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3irsXaTRC .icon-video {
  font-size: 1.5rem !important;
}
.cid-s3irsXaTRC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s3irsXaTRC ul {
  font-size: 0;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul {
  text-align: left;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #d90a2c !important;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-s3irsXaTRC .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-s3irsXaTRC .mbr-gallery-filter ul li.active .btn.active:after,
.cid-s3irsXaTRC .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #d90a2c;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul li:first-child,
.cid-s3irsXaTRC .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-s3irsXaTRC .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #d90a2c;
}
.cid-s3irsXaTRC .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-s3irsXaTRC .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-s3irsXaTRC .mbr-section-title,
.cid-s3irsXaTRC .mbr-gallery-filter ul {
  color: #d90a2c;
}
#custom-html-2k {
  /* Type valid CSS here */
}
#custom-html-2k hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4UCnOzLWQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4UCnOzLWQ .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s4UCnOzLWQ img {
    width: 90%;
  }
}
.cid-s4UCnOzLWQ .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s4UCnOzLWQ .items {
  margin-bottom: 0;
}
.cid-s4UCnOzLWQ .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s4UCnOzLWQ .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s4UCnOzLWQ .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-s4UCnOzLWQ .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s4UCnOzLWQ .social-list {
    justify-content: center;
  }
}
.cid-s4UCnOzLWQ .card-title {
  color: #d90a2c;
}
.cid-s4UQ05aUWR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4UQ05aUWR h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s4UQ05aUWR .mbr-section-subtitle {
  color: #767676;
}
.cid-s4UQ05aUWR .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-s4UQ05aUWR .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-s4UQ05aUWR .mbr-text-right {
  color: #232226;
}
.cid-s4UQ05aUWR .interlinea {
  line-height: 1.5rem;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4OOCgE3TJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4OOCgE3TJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4OOCgE3TJ .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4OOCgE3TJ .wrap {
  align-items: center;
}
.cid-s4OOCgE3TJ .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4OOCgE3TJ .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4OOCgE3TJ .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4OOCgE3TJ .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4OOCgE3TJ .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4OOCgE3TJ .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4OOCgE3TJ .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4OOCgE3TJ .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4OOCgE3TJ .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4OOCgE3TJ .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4OOCgE3TJ .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4OOCgE3TJ .card__content {
  padding: 20px;
}
.cid-s4OOCgE3TJ .card__topic {
  margin-bottom: 15px;
}
.cid-s4OOCgE3TJ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4OOCgE3TJ .mbr-text {
  margin-bottom: 10px;
}
.cid-s4OOCgE3TJ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4OSQhHt4M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4OSQhHt4M .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4OSQhHt4M .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4OSQhHt4M .wrap {
  align-items: center;
}
.cid-s4OSQhHt4M .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4OSQhHt4M .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4OSQhHt4M .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4OSQhHt4M .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4OSQhHt4M .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4OSQhHt4M .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4OSQhHt4M .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4OSQhHt4M .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4OSQhHt4M .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4OSQhHt4M .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4OSQhHt4M .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4OSQhHt4M .card__content {
  padding: 20px;
}
.cid-s4OSQhHt4M .card__topic {
  margin-bottom: 15px;
}
.cid-s4OSQhHt4M .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4OSQhHt4M .mbr-text {
  margin-bottom: 10px;
}
.cid-s4OSQhHt4M .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
#custom-html-2i {
  /* Type valid CSS here */
}
#custom-html-2i hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4UPbxBV4j {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4UPbxBV4j .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s4UPbxBV4j img {
    width: 90%;
  }
}
.cid-s4UPbxBV4j .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s4UPbxBV4j .items {
  margin-bottom: 0;
}
.cid-s4UPbxBV4j .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s4UPbxBV4j .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s4UPbxBV4j .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-s4UPbxBV4j .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s4UPbxBV4j .social-list {
    justify-content: center;
  }
}
.cid-s4UPbxBV4j .card-title {
  color: #d90a2c;
}
.cid-sf6528Cxye {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sf6528Cxye .mbr-section-title,
.cid-sf6528Cxye .title__adress,
.cid-sf6528Cxye .title__social {
  margin-bottom: 20px;
}
.cid-sf6528Cxye .info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-sf6528Cxye .info__wrap {
    padding: 0 30px;
  }
}
.cid-sf6528Cxye .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-sf6528Cxye .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none;
  line-height: 1.3;
  border-radius: 4px;
  background-color: rgba(23, 22, 26, 0.04) !important;
}
.cid-sf6528Cxye .dragArea .jq-selectbox li:hover,
.cid-sf6528Cxye .dragArea .jq-selectbox li.selected {
  background-color: #4200ff;
  color: #ffffff;
}
.cid-sf6528Cxye .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a;
}
.cid-sf6528Cxye .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
}
.cid-sf6528Cxye .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: .8;
}
.cid-sf6528Cxye .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  border-color: #17161a;
}
.cid-sf6528Cxye .dragArea textarea {
  height: 160px !important;
}
.cid-sf6528Cxye .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6528Cxye .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6528Cxye .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6528Cxye .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6528Cxye .input-group-btn {
  padding: 0 10px;
}
.cid-sf6528Cxye .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-sf6528Cxye .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-sf6528Cxye .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-sf6528Cxye .form-group,
.cid-sf6528Cxye .input-group-btn {
  padding: 0;
}
.cid-sf6528Cxye .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-sf6528Cxye .divider {
    margin: 40px 15px 45px;
  }
  .cid-sf6528Cxye .form-group,
  .cid-sf6528Cxye .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sf6528Cxye .social,
  .cid-sf6528Cxye .adress,
  .cid-sf6528Cxye .info__wrap {
    margin-bottom: 30px;
  }
  .cid-sf6528Cxye .form-group {
    padding: 10px 15px;
  }
  .cid-sf6528Cxye .input-group-btn {
    padding: 0 15px;
  }
}
.cid-sf6528Cxye LABEL {
  color: #000000;
}
.cid-sf6528Cxye .mbr-section-title {
  color: #d90a2c;
}
.cid-sf6528Cxye .title__adress {
  color: #d90a2c;
}
#custom-html-2j {
  /* Type valid CSS here */
}
#custom-html-2j hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4UOPOPtuW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4UOPOPtuW .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s4UOPOPtuW img {
    width: 90%;
  }
}
.cid-s4UOPOPtuW .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s4UOPOPtuW .items {
  margin-bottom: 0;
}
.cid-s4UOPOPtuW .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s4UOPOPtuW .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s4UOPOPtuW .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-s4UOPOPtuW .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s4UOPOPtuW .social-list {
    justify-content: center;
  }
}
.cid-s4UOPOPtuW .card-title {
  color: #d90a2c;
}
.cid-s4UE6L79TX {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s4UE6L79TX .google-map {
  height: 25rem;
  position: relative;
}
.cid-s4UE6L79TX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s4UE6L79TX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s4UE6L79TX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s4UE6L79TX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-s4UE6L79TX .container-fluid {
  padding: 0;
}
.cid-s4UE6L79TX .relative {
  position: relative;
  width: 100%;
}
.cid-s4UE6L79TX .mbr-section-title {
  color: #656565;
}
.cid-s4UE6L79TX .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-s4UE6L79TX .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-s4UE6L79TX .title {
  text-align: center;
  color: #ffffff;
}
.cid-s4UE6L79TX .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-s4UE6L79TX .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sfoEJ3eRGB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #283742;
}
.cid-sfoEJ3eRGB p {
  text-align: center;
}
.cid-sfoEJ3eRGB .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sfoEJ3eRGB .social-list a:focus {
  text-decoration: none;
}
.cid-sfoEJ3eRGB .text-copyright {
  width: 100%;
  color: #ebeaed;
}
.cid-sfoEJ3eRGB .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sfoEJ3eRGB .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sfoEJ3eRGB .logo-footer {
  line-height: normal;
}
.cid-sfoEJ3eRGB .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfoEJ3eRGB .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfoEJ3eRGB .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4PauQp0zQ {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-s4PauQp0zQ .nav-item,
.cid-s4PauQp0zQ .nav-link,
.cid-s4PauQp0zQ .navbar-caption {
  font-weight: normal;
}
.cid-s4PauQp0zQ .container,
.cid-s4PauQp0zQ .container-fluid {
  position: static;
}
.cid-s4PauQp0zQ .navbar-nav {
  counter-reset: number;
}
.cid-s4PauQp0zQ .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s4PauQp0zQ .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s4PauQp0zQ .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s4PauQp0zQ .btn {
    white-space: nowrap;
  }
  .cid-s4PauQp0zQ .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s4PauQp0zQ .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s4PauQp0zQ .dropdown-toggle::after,
  .cid-s4PauQp0zQ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s4PauQp0zQ .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4PauQp0zQ .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4PauQp0zQ .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s4PauQp0zQ .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4PauQp0zQ .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s4PauQp0zQ .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s4PauQp0zQ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s4PauQp0zQ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s4PauQp0zQ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s4PauQp0zQ .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s4PauQp0zQ .nav-item:focus,
.cid-s4PauQp0zQ .nav-link:focus {
  outline: none;
}
.cid-s4PauQp0zQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-s4PauQp0zQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s4PauQp0zQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s4PauQp0zQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4PauQp0zQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s4PauQp0zQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4PauQp0zQ ul.navbar-nav li {
  margin: auto;
}
.cid-s4PauQp0zQ .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s4PauQp0zQ .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s4PauQp0zQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4PauQp0zQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4PauQp0zQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4PauQp0zQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s4PauQp0zQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s4PauQp0zQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4PauQp0zQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s4PauQp0zQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4PauQp0zQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4PauQp0zQ .navbar .container-fluid,
  .cid-s4PauQp0zQ .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s4PauQp0zQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4PauQp0zQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4PauQp0zQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s4PauQp0zQ .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s4PauQp0zQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4PauQp0zQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4PauQp0zQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s4PauQp0zQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4PauQp0zQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4PauQp0zQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4PauQp0zQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-s4PauQp0zQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4PauQp0zQ .dropdown-item.active,
.cid-s4PauQp0zQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s4PauQp0zQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4PauQp0zQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s4PauQp0zQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4PauQp0zQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s4PauQp0zQ .navbar-buttons {
  text-align: center;
}
.cid-s4PauQp0zQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4PauQp0zQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s4PauQp0zQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4PauQp0zQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4PauQp0zQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4PauQp0zQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4PauQp0zQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4PauQp0zQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4PauQp0zQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4PauQp0zQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4PauQp0zQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s4PauQp0zQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4PauQp0zQ a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4PauQp0zQ .navbar {
    height: 77px;
  }
  .cid-s4PauQp0zQ .navbar.opened {
    height: auto;
  }
  .cid-s4PauQp0zQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4PauQQ49n {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-s4PauQQ49n .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-s4PauQQ49n .image {
    display: none;
  }
}
.cid-s4PauQQ49n .position {
  z-index: 10;
}
.cid-s4PauQQ49n .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s4PauQQ49n .mbr-section-title1,
.cid-s4PauQQ49n .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-s4PauQQ49n .mbr-section-text {
  margin-top: 30px;
}
.cid-s4PauQQ49n .mbr-section-btn {
  margin-top: 30px;
}
.cid-s4PauQQ49n .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s4PauQQ49n .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s4PauQQ49n .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s4PauQQ49n .info__block-item {
    margin-right: 10px;
  }
}
.cid-s4PauQQ49n .title__item,
.cid-s4PauQQ49n .text__item {
  margin-bottom: 0;
}
.cid-s4PauQQ49n .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s4PauQQ49n .animated-element {
  color: #d90a2c;
}
.cid-s4PauQQ49n .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s4PauVqdfH {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4PauVqdfH .mbr-section-title {
  margin-bottom: 20px;
  color: #d90a2c;
}
.cid-s4PauVqdfH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4PauVqdfH .mbr-text {
  margin: 10px 0;
}
.cid-s4PauVqdfH .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s4PauVqdfH .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-s4PauVqdfH .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s4PauVqdfH table td {
  padding: .25rem .75rem .25rem .75rem  !important;
  font-family: 'Roboto', sans-serif;
}
.cid-s4PauVqdfH .servizi-terzi {
  color: #d90a2c;
  font-size: 2rem;
}
#custom-html-4b {
  /* Type valid CSS here */
}
#custom-html-4b hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-seZTJ4mIwe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seZTJ4mIwe .mbr-section-subtitle {
  color: #767676;
}
.cid-seZTJ4mIwe .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seZTJ4mIwe .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seZTJ4mIwe .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seZTJ4mIwe .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seZTJ4mIwe .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d90a2c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d90a2c, #4e84c2);
}
.cid-seZTJ4mIwe .icon-focus,
.cid-seZTJ4mIwe .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-seZTJ4mIwe .icon-focus:before,
.cid-seZTJ4mIwe .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seZTJ4mIwe .icon-video {
  font-size: 1.5rem !important;
}
.cid-seZTJ4mIwe .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-seZTJ4mIwe ul {
  font-size: 0;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul {
  text-align: left;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #d90a2c !important;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-seZTJ4mIwe .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-seZTJ4mIwe .mbr-gallery-filter ul li.active .btn.active:after,
.cid-seZTJ4mIwe .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #d90a2c;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul li:first-child,
.cid-seZTJ4mIwe .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-seZTJ4mIwe .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #d90a2c;
}
.cid-seZTJ4mIwe .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-seZTJ4mIwe .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-seZTJ4mIwe .mbr-section-title,
.cid-seZTJ4mIwe .mbr-gallery-filter ul {
  color: #d90a2c;
}
#custom-html-4c {
  /* Type valid CSS here */
}
#custom-html-4c hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-seH5ohmAMV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-seH5ohmAMV .mbr-section-title {
  margin-bottom: 20px;
  color: #d90a2c;
}
.cid-seH5ohmAMV .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-seH5ohmAMV .mbr-text {
  margin: 10px 0;
}
.cid-seH5ohmAMV .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-seH5ohmAMV .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-seH5ohmAMV .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-seH5ohmAMV table td {
  padding: .25rem .75rem .25rem .75rem  !important;
  font-family: 'Roboto', sans-serif;
}
.cid-seH5ohmAMV .servizi-terzi {
  color: #d90a2c;
  font-size: 2rem;
}
.cid-seH5ohmAMV H2 {
  color: #d90a2c;
}
#custom-html-4d {
  /* Type valid CSS here */
}
#custom-html-4d hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4Pav05x05 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4Pav05x05 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4Pav05x05 .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4Pav05x05 .wrap {
  align-items: center;
}
.cid-s4Pav05x05 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Pav05x05 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4Pav05x05 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Pav05x05 .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4Pav05x05 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4Pav05x05 .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4Pav05x05 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4Pav05x05 .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4Pav05x05 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4Pav05x05 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Pav05x05 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4Pav05x05 .card__content {
  padding: 20px;
}
.cid-s4Pav05x05 .card__topic {
  margin-bottom: 15px;
}
.cid-s4Pav05x05 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4Pav05x05 .mbr-text {
  margin-bottom: 10px;
}
.cid-s4Pav05x05 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4Pav0tZIh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4Pav0tZIh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4Pav0tZIh .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4Pav0tZIh .wrap {
  align-items: center;
}
.cid-s4Pav0tZIh .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Pav0tZIh .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4Pav0tZIh .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Pav0tZIh .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4Pav0tZIh .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4Pav0tZIh .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4Pav0tZIh .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4Pav0tZIh .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4Pav0tZIh .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4Pav0tZIh .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Pav0tZIh .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4Pav0tZIh .card__content {
  padding: 20px;
}
.cid-s4Pav0tZIh .card__topic {
  margin-bottom: 15px;
}
.cid-s4Pav0tZIh .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4Pav0tZIh .mbr-text {
  margin-bottom: 10px;
}
.cid-s4Pav0tZIh .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
#custom-html-2p {
  /* Type valid CSS here */
}
#custom-html-2p hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4Va3zsIOk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4Va3zsIOk .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s4Va3zsIOk img {
    width: 90%;
  }
}
.cid-s4Va3zsIOk .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s4Va3zsIOk .items {
  margin-bottom: 0;
}
.cid-s4Va3zsIOk .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s4Va3zsIOk .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s4Va3zsIOk .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-s4Va3zsIOk .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s4Va3zsIOk .social-list {
    justify-content: center;
  }
}
.cid-s4Va3zsIOk .card-title {
  color: #d90a2c;
}
.cid-sf69KX5ff4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sf69KX5ff4 .mbr-section-title,
.cid-sf69KX5ff4 .title__adress,
.cid-sf69KX5ff4 .title__social {
  margin-bottom: 20px;
}
.cid-sf69KX5ff4 .info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-sf69KX5ff4 .info__wrap {
    padding: 0 30px;
  }
}
.cid-sf69KX5ff4 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-sf69KX5ff4 .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none;
  line-height: 1.3;
  border-radius: 4px;
  background-color: rgba(23, 22, 26, 0.04) !important;
}
.cid-sf69KX5ff4 .dragArea .jq-selectbox li:hover,
.cid-sf69KX5ff4 .dragArea .jq-selectbox li.selected {
  background-color: #4200ff;
  color: #ffffff;
}
.cid-sf69KX5ff4 .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a;
}
.cid-sf69KX5ff4 .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
}
.cid-sf69KX5ff4 .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: .8;
}
.cid-sf69KX5ff4 .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  border-color: #17161a;
}
.cid-sf69KX5ff4 .dragArea textarea {
  height: 160px !important;
}
.cid-sf69KX5ff4 .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf69KX5ff4 .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf69KX5ff4 .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf69KX5ff4 .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf69KX5ff4 .input-group-btn {
  padding: 0 10px;
}
.cid-sf69KX5ff4 .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-sf69KX5ff4 .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-sf69KX5ff4 .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-sf69KX5ff4 .form-group,
.cid-sf69KX5ff4 .input-group-btn {
  padding: 0;
}
.cid-sf69KX5ff4 .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-sf69KX5ff4 .divider {
    margin: 40px 15px 45px;
  }
  .cid-sf69KX5ff4 .form-group,
  .cid-sf69KX5ff4 .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sf69KX5ff4 .social,
  .cid-sf69KX5ff4 .adress,
  .cid-sf69KX5ff4 .info__wrap {
    margin-bottom: 30px;
  }
  .cid-sf69KX5ff4 .form-group {
    padding: 10px 15px;
  }
  .cid-sf69KX5ff4 .input-group-btn {
    padding: 0 15px;
  }
}
.cid-sf69KX5ff4 LABEL {
  color: #000000;
}
.cid-sf69KX5ff4 .mbr-section-title {
  color: #d90a2c;
}
.cid-sf69KX5ff4 .title__adress {
  color: #d90a2c;
}
.cid-sfoEFqLIX4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #283742;
}
.cid-sfoEFqLIX4 p {
  text-align: center;
}
.cid-sfoEFqLIX4 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sfoEFqLIX4 .social-list a:focus {
  text-decoration: none;
}
.cid-sfoEFqLIX4 .text-copyright {
  width: 100%;
  color: #ebeaed;
}
.cid-sfoEFqLIX4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sfoEFqLIX4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sfoEFqLIX4 .logo-footer {
  line-height: normal;
}
.cid-sfoEFqLIX4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfoEFqLIX4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfoEFqLIX4 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfoDbSbyzC.popup-builder {
  background-color: #ffffff;
}
.cid-sfoDbSbyzC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sfoDbSbyzC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sfoDbSbyzC .modal-content,
.cid-sfoDbSbyzC .modal-dialog {
  height: auto;
}
.cid-sfoDbSbyzC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sfoDbSbyzC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sfoDbSbyzC .form-wrapper .mbr-form .form-group,
  .cid-sfoDbSbyzC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sfoDbSbyzC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sfoDbSbyzC .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-sfoDbSbyzC .mbr-text {
  text-align: center;
}
.cid-sfoDbSbyzC .pt-0 {
  padding-top: 0 !important;
}
.cid-sfoDbSbyzC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sfoDbSbyzC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sfoDbSbyzC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sfoDbSbyzC .modal-open {
  overflow: hidden;
}
.cid-sfoDbSbyzC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sfoDbSbyzC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sfoDbSbyzC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sfoDbSbyzC .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-sfoDbSbyzC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sfoDbSbyzC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sfoDbSbyzC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sfoDbSbyzC .modal-content {
  background: #f5f7fd;
  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-sfoDbSbyzC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sfoDbSbyzC .modal-backdrop.fade {
  opacity: 0;
}
.cid-sfoDbSbyzC .modal-backdrop.show {
  opacity: .5;
}
.cid-sfoDbSbyzC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sfoDbSbyzC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sfoDbSbyzC .modal-header .close:hover {
  opacity: 1;
}
.cid-sfoDbSbyzC .modal-header .close:focus {
  outline: none;
}
.cid-sfoDbSbyzC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d90a2c;
}
.cid-sfoDbSbyzC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sfoDbSbyzC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sfoDbSbyzC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sfoDbSbyzC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sfoDbSbyzC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sfoDbSbyzC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sfoDbSbyzC .modal-sm {
    max-width: 300px;
  }
  .cid-sfoDbSbyzC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sfoDbSbyzC .modal-lg,
  .cid-sfoDbSbyzC .modal-xl {
    max-width: 800px;
  }
  .cid-sfoDbSbyzC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sfoDbSbyzC .modal-xl {
    max-width: 1140px;
  }
  .cid-sfoDbSbyzC .container {
    max-width: 1140px;
  }
}
.cid-sfoDbSbyzC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sfoDbSbyzC .container {
    max-width: 720px;
  }
}
.cid-sfoDbSbyzC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sfoDbSbyzC .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-sfoDbSbyzC .form-group {
  margin-bottom: 1rem;
}
.cid-sfoDbSbyzC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sfoDbSbyzC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sfoDbSbyzC .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-s4UUxqiGMA {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-s4UUxqiGMA .nav-item,
.cid-s4UUxqiGMA .nav-link,
.cid-s4UUxqiGMA .navbar-caption {
  font-weight: normal;
}
.cid-s4UUxqiGMA .container,
.cid-s4UUxqiGMA .container-fluid {
  position: static;
}
.cid-s4UUxqiGMA .navbar-nav {
  counter-reset: number;
}
.cid-s4UUxqiGMA .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s4UUxqiGMA .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s4UUxqiGMA .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s4UUxqiGMA .btn {
    white-space: nowrap;
  }
  .cid-s4UUxqiGMA .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s4UUxqiGMA .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s4UUxqiGMA .dropdown-toggle::after,
  .cid-s4UUxqiGMA .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s4UUxqiGMA .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4UUxqiGMA .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4UUxqiGMA .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s4UUxqiGMA .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4UUxqiGMA .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s4UUxqiGMA .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s4UUxqiGMA .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s4UUxqiGMA .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s4UUxqiGMA .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s4UUxqiGMA .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s4UUxqiGMA .nav-item:focus,
.cid-s4UUxqiGMA .nav-link:focus {
  outline: none;
}
.cid-s4UUxqiGMA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-s4UUxqiGMA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s4UUxqiGMA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s4UUxqiGMA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4UUxqiGMA .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s4UUxqiGMA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4UUxqiGMA ul.navbar-nav li {
  margin: auto;
}
.cid-s4UUxqiGMA .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s4UUxqiGMA .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s4UUxqiGMA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4UUxqiGMA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4UUxqiGMA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4UUxqiGMA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s4UUxqiGMA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s4UUxqiGMA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4UUxqiGMA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s4UUxqiGMA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4UUxqiGMA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4UUxqiGMA .navbar .container-fluid,
  .cid-s4UUxqiGMA .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s4UUxqiGMA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4UUxqiGMA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4UUxqiGMA .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s4UUxqiGMA .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s4UUxqiGMA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4UUxqiGMA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4UUxqiGMA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s4UUxqiGMA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4UUxqiGMA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4UUxqiGMA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4UUxqiGMA .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-s4UUxqiGMA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4UUxqiGMA .dropdown-item.active,
.cid-s4UUxqiGMA .dropdown-item:active {
  background-color: transparent;
}
.cid-s4UUxqiGMA .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4UUxqiGMA .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s4UUxqiGMA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4UUxqiGMA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s4UUxqiGMA .navbar-buttons {
  text-align: center;
}
.cid-s4UUxqiGMA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4UUxqiGMA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s4UUxqiGMA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4UUxqiGMA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4UUxqiGMA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4UUxqiGMA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4UUxqiGMA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4UUxqiGMA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4UUxqiGMA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4UUxqiGMA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4UUxqiGMA .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s4UUxqiGMA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4UUxqiGMA a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4UUxqiGMA .navbar {
    height: 77px;
  }
  .cid-s4UUxqiGMA .navbar.opened {
    height: auto;
  }
  .cid-s4UUxqiGMA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4UUxqJ0jm {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-s4UUxqJ0jm .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-s4UUxqJ0jm .image {
    display: none;
  }
}
.cid-s4UUxqJ0jm .position {
  z-index: 10;
}
.cid-s4UUxqJ0jm .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s4UUxqJ0jm .mbr-section-title1,
.cid-s4UUxqJ0jm .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-s4UUxqJ0jm .mbr-section-text {
  margin-top: 30px;
}
.cid-s4UUxqJ0jm .mbr-section-btn {
  margin-top: 30px;
}
.cid-s4UUxqJ0jm .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s4UUxqJ0jm .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s4UUxqJ0jm .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s4UUxqJ0jm .info__block-item {
    margin-right: 10px;
  }
}
.cid-s4UUxqJ0jm .title__item,
.cid-s4UUxqJ0jm .text__item {
  margin-bottom: 0;
}
.cid-s4UUxqJ0jm .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s4UUxqJ0jm .animated-element {
  color: #d90a2c;
}
.cid-s4UUxqJ0jm .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s4UUxri3pa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s4UUxri3pa .mbr-section-title {
  margin-bottom: 20px;
  color: #d90a2c;
}
.cid-s4UUxri3pa .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4UUxri3pa .mbr-text {
  margin: 10px 0;
}
.cid-s4UUxri3pa .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s4UUxri3pa .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-s4UUxri3pa .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s4UUxri3pa table td {
  padding: .25rem .75rem .25rem .75rem  !important;
  font-family: 'Roboto', sans-serif;
}
.cid-s4UUxri3pa .servizi-terzi {
  color: #d90a2c;
  font-size: 2rem;
}
#custom-html-2t {
  /* Type valid CSS here */
}
#custom-html-2t hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4UUxrCsKD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4UUxrCsKD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4UUxrCsKD .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4UUxrCsKD .wrap {
  align-items: center;
}
.cid-s4UUxrCsKD .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4UUxrCsKD .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4UUxrCsKD .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4UUxrCsKD .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4UUxrCsKD .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4UUxrCsKD .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4UUxrCsKD .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4UUxrCsKD .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4UUxrCsKD .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4UUxrCsKD .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4UUxrCsKD .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4UUxrCsKD .card__content {
  padding: 20px;
}
.cid-s4UUxrCsKD .card__topic {
  margin-bottom: 15px;
}
.cid-s4UUxrCsKD .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4UUxrCsKD .mbr-text {
  margin-bottom: 10px;
}
.cid-s4UUxrCsKD .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4UUxsjq7j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4UUxsjq7j .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4UUxsjq7j .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4UUxsjq7j .wrap {
  align-items: center;
}
.cid-s4UUxsjq7j .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4UUxsjq7j .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4UUxsjq7j .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4UUxsjq7j .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4UUxsjq7j .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4UUxsjq7j .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4UUxsjq7j .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4UUxsjq7j .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4UUxsjq7j .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4UUxsjq7j .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4UUxsjq7j .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4UUxsjq7j .card__content {
  padding: 20px;
}
.cid-s4UUxsjq7j .card__topic {
  margin-bottom: 15px;
}
.cid-s4UUxsjq7j .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4UUxsjq7j .mbr-text {
  margin-bottom: 10px;
}
.cid-s4UUxsjq7j .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
#custom-html-2r {
  /* Type valid CSS here */
}
#custom-html-2r hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4VabdJ4Jh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4VabdJ4Jh .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s4VabdJ4Jh img {
    width: 90%;
  }
}
.cid-s4VabdJ4Jh .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s4VabdJ4Jh .items {
  margin-bottom: 0;
}
.cid-s4VabdJ4Jh .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s4VabdJ4Jh .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s4VabdJ4Jh .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-s4VabdJ4Jh .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s4VabdJ4Jh .social-list {
    justify-content: center;
  }
}
.cid-s4VabdJ4Jh .card-title {
  color: #d90a2c;
}
.cid-s4VacyyLf8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-s4VacyyLf8 .mbr-section-title,
.cid-s4VacyyLf8 .title__adress,
.cid-s4VacyyLf8 .title__social {
  margin-bottom: 20px;
}
.cid-s4VacyyLf8 .info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-s4VacyyLf8 .info__wrap {
    padding: 0 30px;
  }
}
.cid-s4VacyyLf8 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-s4VacyyLf8 .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none;
  line-height: 1.3;
  border-radius: 4px;
  background-color: rgba(23, 22, 26, 0.04) !important;
}
.cid-s4VacyyLf8 .dragArea .jq-selectbox li:hover,
.cid-s4VacyyLf8 .dragArea .jq-selectbox li.selected {
  background-color: #4200ff;
  color: #ffffff;
}
.cid-s4VacyyLf8 .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a;
}
.cid-s4VacyyLf8 .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
}
.cid-s4VacyyLf8 .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: .8;
}
.cid-s4VacyyLf8 .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  border-color: #17161a;
}
.cid-s4VacyyLf8 .dragArea textarea {
  height: 160px !important;
}
.cid-s4VacyyLf8 .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-s4VacyyLf8 .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-s4VacyyLf8 .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-s4VacyyLf8 .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-s4VacyyLf8 .input-group-btn {
  padding: 0 10px;
}
.cid-s4VacyyLf8 .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-s4VacyyLf8 .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-s4VacyyLf8 .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-s4VacyyLf8 .form-group,
.cid-s4VacyyLf8 .input-group-btn {
  padding: 0;
}
.cid-s4VacyyLf8 .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-s4VacyyLf8 .divider {
    margin: 40px 15px 45px;
  }
  .cid-s4VacyyLf8 .form-group,
  .cid-s4VacyyLf8 .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-s4VacyyLf8 .social,
  .cid-s4VacyyLf8 .adress,
  .cid-s4VacyyLf8 .info__wrap {
    margin-bottom: 30px;
  }
  .cid-s4VacyyLf8 .form-group {
    padding: 10px 15px;
  }
  .cid-s4VacyyLf8 .input-group-btn {
    padding: 0 15px;
  }
}
.cid-s4VacyyLf8 LABEL {
  color: #000000;
}
.cid-s4VacyyLf8 .mbr-section-title {
  color: #d90a2c;
}
.cid-s4VacyyLf8 .title__adress {
  color: #d90a2c;
}
.cid-s4Zc1euRMJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #888888;
}
.cid-s4Zc1euRMJ p {
  text-align: center;
}
.cid-s4Zc1euRMJ .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-s4Zc1euRMJ .social-list a:focus {
  text-decoration: none;
}
.cid-s4Zc1euRMJ .text-copyright {
  width: 100%;
}
.cid-s4Zc1euRMJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-s4Zc1euRMJ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s4Zc1euRMJ .logo-footer {
  line-height: normal;
}
.cid-s4Zc1euRMJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4Zc1euRMJ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4Zc1euRMJ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4Z5FbnSSR {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-s4Z5FbnSSR .nav-item,
.cid-s4Z5FbnSSR .nav-link,
.cid-s4Z5FbnSSR .navbar-caption {
  font-weight: normal;
}
.cid-s4Z5FbnSSR .container,
.cid-s4Z5FbnSSR .container-fluid {
  position: static;
}
.cid-s4Z5FbnSSR .navbar-nav {
  counter-reset: number;
}
.cid-s4Z5FbnSSR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s4Z5FbnSSR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s4Z5FbnSSR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s4Z5FbnSSR .btn {
    white-space: nowrap;
  }
  .cid-s4Z5FbnSSR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s4Z5FbnSSR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s4Z5FbnSSR .dropdown-toggle::after,
  .cid-s4Z5FbnSSR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s4Z5FbnSSR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Z5FbnSSR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Z5FbnSSR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s4Z5FbnSSR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Z5FbnSSR .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-s4Z5FbnSSR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s4Z5FbnSSR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s4Z5FbnSSR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s4Z5FbnSSR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s4Z5FbnSSR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s4Z5FbnSSR .nav-item:focus,
.cid-s4Z5FbnSSR .nav-link:focus {
  outline: none;
}
.cid-s4Z5FbnSSR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-s4Z5FbnSSR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s4Z5FbnSSR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s4Z5FbnSSR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4Z5FbnSSR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s4Z5FbnSSR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4Z5FbnSSR ul.navbar-nav li {
  margin: auto;
}
.cid-s4Z5FbnSSR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s4Z5FbnSSR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s4Z5FbnSSR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s4Z5FbnSSR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4Z5FbnSSR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4Z5FbnSSR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s4Z5FbnSSR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s4Z5FbnSSR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4Z5FbnSSR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s4Z5FbnSSR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4Z5FbnSSR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4Z5FbnSSR .navbar .container-fluid,
  .cid-s4Z5FbnSSR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s4Z5FbnSSR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s4Z5FbnSSR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4Z5FbnSSR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s4Z5FbnSSR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s4Z5FbnSSR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s4Z5FbnSSR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s4Z5FbnSSR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s4Z5FbnSSR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4Z5FbnSSR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4Z5FbnSSR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4Z5FbnSSR .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-s4Z5FbnSSR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4Z5FbnSSR .dropdown-item.active,
.cid-s4Z5FbnSSR .dropdown-item:active {
  background-color: transparent;
}
.cid-s4Z5FbnSSR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4Z5FbnSSR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s4Z5FbnSSR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4Z5FbnSSR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s4Z5FbnSSR .navbar-buttons {
  text-align: center;
}
.cid-s4Z5FbnSSR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4Z5FbnSSR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s4Z5FbnSSR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4Z5FbnSSR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4Z5FbnSSR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4Z5FbnSSR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4Z5FbnSSR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4Z5FbnSSR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4Z5FbnSSR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4Z5FbnSSR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4Z5FbnSSR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s4Z5FbnSSR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Z5FbnSSR a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4Z5FbnSSR .navbar {
    height: 77px;
  }
  .cid-s4Z5FbnSSR .navbar.opened {
    height: auto;
  }
  .cid-s4Z5FbnSSR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4Z5FbCJDj {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-s4Z5FbCJDj .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-s4Z5FbCJDj .image {
    display: none;
  }
}
.cid-s4Z5FbCJDj .position {
  z-index: 10;
}
.cid-s4Z5FbCJDj .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-s4Z5FbCJDj .mbr-section-title1,
.cid-s4Z5FbCJDj .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-s4Z5FbCJDj .mbr-section-text {
  margin-top: 30px;
}
.cid-s4Z5FbCJDj .mbr-section-btn {
  margin-top: 30px;
}
.cid-s4Z5FbCJDj .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-s4Z5FbCJDj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-s4Z5FbCJDj .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-s4Z5FbCJDj .info__block-item {
    margin-right: 10px;
  }
}
.cid-s4Z5FbCJDj .title__item,
.cid-s4Z5FbCJDj .text__item {
  margin-bottom: 0;
}
.cid-s4Z5FbCJDj .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-s4Z5FbCJDj .animated-element {
  color: #d90a2c;
}
.cid-s4Z5FbCJDj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s4Z5Fc7c4H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s4Z5Fc7c4H .mbr-section-title {
  margin-bottom: 20px;
  color: #d90a2c;
}
.cid-s4Z5Fc7c4H .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-s4Z5Fc7c4H .mbr-text {
  margin: 10px 0;
}
.cid-s4Z5Fc7c4H .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-s4Z5Fc7c4H .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-s4Z5Fc7c4H .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-s4Z5Fc7c4H table td {
  padding: .25rem .75rem .25rem .75rem  !important;
  font-family: 'Roboto', sans-serif;
}
.cid-s4Z5Fc7c4H .servizi-terzi {
  color: #d90a2c;
  font-size: 2rem;
}
#custom-html-59 {
  /* Type valid CSS here */
}
#custom-html-59 hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-sfcwFIglbZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sfcwFIglbZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sfcwFIglbZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfcwFIglbZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfcwFIglbZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfcwFIglbZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfcwFIglbZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d90a2c;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #d90a2c, #4e84c2);
}
.cid-sfcwFIglbZ .icon-focus,
.cid-sfcwFIglbZ .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sfcwFIglbZ .icon-focus:before,
.cid-sfcwFIglbZ .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfcwFIglbZ .icon-video {
  font-size: 1.5rem !important;
}
.cid-sfcwFIglbZ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sfcwFIglbZ ul {
  font-size: 0;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #d90a2c !important;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sfcwFIglbZ .mbr-gallery-filter ul li.active .btn:not(.active):after,
.cid-sfcwFIglbZ .mbr-gallery-filter ul li.active .btn.active:after,
.cid-sfcwFIglbZ .mbr-gallery-filter ul li:not(.active) .btn.active:after {
  border-color: #d90a2c;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul li:first-child,
.cid-sfcwFIglbZ .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sfcwFIglbZ .mbr-gallery-filter ul .mbr-gallery-filter-all .btn:after {
  opacity: 1;
  border-color: #d90a2c;
}
.cid-sfcwFIglbZ .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sfcwFIglbZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sfcwFIglbZ .mbr-section-title,
.cid-sfcwFIglbZ .mbr-gallery-filter ul {
  color: #d90a2c;
}
#custom-html-5c {
  /* Type valid CSS here */
}
#custom-html-5c hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-sfcx0l6ICW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sfcx0l6ICW .mbr-section-title {
  margin-bottom: 20px;
  color: #d90a2c;
}
.cid-sfcx0l6ICW .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sfcx0l6ICW .mbr-text {
  margin: 10px 0;
}
.cid-sfcx0l6ICW .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sfcx0l6ICW .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
@media (max-width: 767px) {
  .cid-sfcx0l6ICW .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sfcx0l6ICW table td {
  padding: .25rem .75rem .25rem .75rem  !important;
  font-family: 'Roboto', sans-serif;
}
.cid-sfcx0l6ICW .servizi-terzi {
  color: #d90a2c;
  font-size: 2rem;
}
.cid-sfcx0l6ICW H2 {
  color: #d90a2c;
}
#custom-html-5b {
  /* Type valid CSS here */
}
#custom-html-5b hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4Z5FcuF76 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4Z5FcuF76 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4Z5FcuF76 .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4Z5FcuF76 .wrap {
  align-items: center;
}
.cid-s4Z5FcuF76 .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Z5FcuF76 .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4Z5FcuF76 .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Z5FcuF76 .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4Z5FcuF76 .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4Z5FcuF76 .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4Z5FcuF76 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4Z5FcuF76 .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4Z5FcuF76 .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4Z5FcuF76 .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Z5FcuF76 .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4Z5FcuF76 .card__content {
  padding: 20px;
}
.cid-s4Z5FcuF76 .card__topic {
  margin-bottom: 15px;
}
.cid-s4Z5FcuF76 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4Z5FcuF76 .mbr-text {
  margin-bottom: 10px;
}
.cid-s4Z5FcuF76 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-s4Z5Fdjc5g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-s4Z5Fdjc5g .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-s4Z5Fdjc5g .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-s4Z5Fdjc5g .wrap {
  align-items: center;
}
.cid-s4Z5Fdjc5g .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Z5Fdjc5g .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-s4Z5Fdjc5g .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-s4Z5Fdjc5g .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-s4Z5Fdjc5g .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-s4Z5Fdjc5g .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-s4Z5Fdjc5g .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-s4Z5Fdjc5g .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-s4Z5Fdjc5g .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-s4Z5Fdjc5g .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s4Z5Fdjc5g .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-s4Z5Fdjc5g .card__content {
  padding: 20px;
}
.cid-s4Z5Fdjc5g .card__topic {
  margin-bottom: 15px;
}
.cid-s4Z5Fdjc5g .mbr-section-title {
  margin-bottom: 20px;
}
.cid-s4Z5Fdjc5g .mbr-text {
  margin-bottom: 10px;
}
.cid-s4Z5Fdjc5g .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
#custom-html-38 {
  /* Type valid CSS here */
}
#custom-html-38 hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-s4Z5FeA1k1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4Z5FeA1k1 .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-s4Z5FeA1k1 img {
    width: 90%;
  }
}
.cid-s4Z5FeA1k1 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-s4Z5FeA1k1 .items {
  margin-bottom: 0;
}
.cid-s4Z5FeA1k1 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-s4Z5FeA1k1 .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-s4Z5FeA1k1 .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-s4Z5FeA1k1 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-s4Z5FeA1k1 .social-list {
    justify-content: center;
  }
}
.cid-s4Z5FeA1k1 .card-title {
  color: #d90a2c;
}
.cid-sf6a1n01Mz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sf6a1n01Mz .mbr-section-title,
.cid-sf6a1n01Mz .title__adress,
.cid-sf6a1n01Mz .title__social {
  margin-bottom: 20px;
}
.cid-sf6a1n01Mz .info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-sf6a1n01Mz .info__wrap {
    padding: 0 30px;
  }
}
.cid-sf6a1n01Mz .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-sf6a1n01Mz .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none;
  line-height: 1.3;
  border-radius: 4px;
  background-color: rgba(23, 22, 26, 0.04) !important;
}
.cid-sf6a1n01Mz .dragArea .jq-selectbox li:hover,
.cid-sf6a1n01Mz .dragArea .jq-selectbox li.selected {
  background-color: #4200ff;
  color: #ffffff;
}
.cid-sf6a1n01Mz .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a;
}
.cid-sf6a1n01Mz .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
}
.cid-sf6a1n01Mz .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: .8;
}
.cid-sf6a1n01Mz .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  border-color: #17161a;
}
.cid-sf6a1n01Mz .dragArea textarea {
  height: 160px !important;
}
.cid-sf6a1n01Mz .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6a1n01Mz .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6a1n01Mz .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6a1n01Mz .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sf6a1n01Mz .input-group-btn {
  padding: 0 10px;
}
.cid-sf6a1n01Mz .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-sf6a1n01Mz .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-sf6a1n01Mz .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
.cid-sf6a1n01Mz .form-group,
.cid-sf6a1n01Mz .input-group-btn {
  padding: 0;
}
.cid-sf6a1n01Mz .dragArea .form-control {
  border: none;
}
@media (max-width: 991px) {
  .cid-sf6a1n01Mz .divider {
    margin: 40px 15px 45px;
  }
  .cid-sf6a1n01Mz .form-group,
  .cid-sf6a1n01Mz .input-group-btn {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-sf6a1n01Mz .social,
  .cid-sf6a1n01Mz .adress,
  .cid-sf6a1n01Mz .info__wrap {
    margin-bottom: 30px;
  }
  .cid-sf6a1n01Mz .form-group {
    padding: 10px 15px;
  }
  .cid-sf6a1n01Mz .input-group-btn {
    padding: 0 15px;
  }
}
.cid-sf6a1n01Mz LABEL {
  color: #000000;
}
.cid-sf6a1n01Mz .mbr-section-title {
  color: #d90a2c;
}
.cid-sf6a1n01Mz .title__adress {
  color: #d90a2c;
}
.cid-sfoET48cn9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #283742;
}
.cid-sfoET48cn9 p {
  text-align: center;
}
.cid-sfoET48cn9 .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sfoET48cn9 .social-list a:focus {
  text-decoration: none;
}
.cid-sfoET48cn9 .text-copyright {
  width: 100%;
  color: #ebeaed;
}
.cid-sfoET48cn9 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sfoET48cn9 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sfoET48cn9 .logo-footer {
  line-height: normal;
}
.cid-sfoET48cn9 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfoET48cn9 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfoET48cn9 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfoL7NbGym.popup-builder {
  background-color: #ffffff;
}
.cid-sfoL7NbGym.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sfoL7NbGym.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sfoL7NbGym .modal-content,
.cid-sfoL7NbGym .modal-dialog {
  height: auto;
}
.cid-sfoL7NbGym .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sfoL7NbGym .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sfoL7NbGym .form-wrapper .mbr-form .form-group,
  .cid-sfoL7NbGym .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sfoL7NbGym .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sfoL7NbGym .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-sfoL7NbGym .mbr-text {
  text-align: center;
}
.cid-sfoL7NbGym .pt-0 {
  padding-top: 0 !important;
}
.cid-sfoL7NbGym .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sfoL7NbGym .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sfoL7NbGym .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sfoL7NbGym .modal-open {
  overflow: hidden;
}
.cid-sfoL7NbGym .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sfoL7NbGym .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sfoL7NbGym .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sfoL7NbGym .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-sfoL7NbGym .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sfoL7NbGym .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sfoL7NbGym .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sfoL7NbGym .modal-content {
  background: #f5f7fd;
  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-sfoL7NbGym .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sfoL7NbGym .modal-backdrop.fade {
  opacity: 0;
}
.cid-sfoL7NbGym .modal-backdrop.show {
  opacity: .5;
}
.cid-sfoL7NbGym .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sfoL7NbGym .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sfoL7NbGym .modal-header .close:hover {
  opacity: 1;
}
.cid-sfoL7NbGym .modal-header .close:focus {
  outline: none;
}
.cid-sfoL7NbGym .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d90a2c;
}
.cid-sfoL7NbGym .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sfoL7NbGym .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sfoL7NbGym .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sfoL7NbGym .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sfoL7NbGym .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sfoL7NbGym .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sfoL7NbGym .modal-sm {
    max-width: 300px;
  }
  .cid-sfoL7NbGym .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sfoL7NbGym .modal-lg,
  .cid-sfoL7NbGym .modal-xl {
    max-width: 800px;
  }
  .cid-sfoL7NbGym .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sfoL7NbGym .modal-xl {
    max-width: 1140px;
  }
  .cid-sfoL7NbGym .container {
    max-width: 1140px;
  }
}
.cid-sfoL7NbGym .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sfoL7NbGym .container {
    max-width: 720px;
  }
}
.cid-sfoL7NbGym .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sfoL7NbGym .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-sfoL7NbGym .form-group {
  margin-bottom: 1rem;
}
.cid-sfoL7NbGym .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sfoL7NbGym .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sfoL7NbGym .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-sf6fswQ8Ih {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-sf6fswQ8Ih .nav-item,
.cid-sf6fswQ8Ih .nav-link,
.cid-sf6fswQ8Ih .navbar-caption {
  font-weight: normal;
}
.cid-sf6fswQ8Ih .container,
.cid-sf6fswQ8Ih .container-fluid {
  position: static;
}
.cid-sf6fswQ8Ih .navbar-nav {
  counter-reset: number;
}
.cid-sf6fswQ8Ih .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sf6fswQ8Ih .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sf6fswQ8Ih .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sf6fswQ8Ih .btn {
    white-space: nowrap;
  }
  .cid-sf6fswQ8Ih .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sf6fswQ8Ih .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sf6fswQ8Ih .dropdown-toggle::after,
  .cid-sf6fswQ8Ih .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sf6fswQ8Ih .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sf6fswQ8Ih .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sf6fswQ8Ih .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sf6fswQ8Ih .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sf6fswQ8Ih .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sf6fswQ8Ih .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sf6fswQ8Ih .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sf6fswQ8Ih .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sf6fswQ8Ih .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sf6fswQ8Ih .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sf6fswQ8Ih .nav-item:focus,
.cid-sf6fswQ8Ih .nav-link:focus {
  outline: none;
}
.cid-sf6fswQ8Ih .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sf6fswQ8Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sf6fswQ8Ih .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sf6fswQ8Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sf6fswQ8Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sf6fswQ8Ih ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sf6fswQ8Ih ul.navbar-nav li {
  margin: auto;
}
.cid-sf6fswQ8Ih .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sf6fswQ8Ih .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sf6fswQ8Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sf6fswQ8Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sf6fswQ8Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sf6fswQ8Ih .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sf6fswQ8Ih .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sf6fswQ8Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sf6fswQ8Ih .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sf6fswQ8Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sf6fswQ8Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sf6fswQ8Ih .navbar .container-fluid,
  .cid-sf6fswQ8Ih .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sf6fswQ8Ih .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sf6fswQ8Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sf6fswQ8Ih .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sf6fswQ8Ih .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sf6fswQ8Ih .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sf6fswQ8Ih .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sf6fswQ8Ih .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sf6fswQ8Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sf6fswQ8Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sf6fswQ8Ih .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sf6fswQ8Ih .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sf6fswQ8Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sf6fswQ8Ih .dropdown-item.active,
.cid-sf6fswQ8Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-sf6fswQ8Ih .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sf6fswQ8Ih .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sf6fswQ8Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sf6fswQ8Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sf6fswQ8Ih .navbar-buttons {
  text-align: center;
}
.cid-sf6fswQ8Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sf6fswQ8Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sf6fswQ8Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sf6fswQ8Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sf6fswQ8Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sf6fswQ8Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sf6fswQ8Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sf6fswQ8Ih nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sf6fswQ8Ih nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sf6fswQ8Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sf6fswQ8Ih .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sf6fswQ8Ih a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sf6fswQ8Ih a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sf6fswQ8Ih .navbar {
    height: 77px;
  }
  .cid-sf6fswQ8Ih .navbar.opened {
    height: auto;
  }
  .cid-sf6fswQ8Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-4n {
  /* Type valid CSS here */
}
#custom-html-4n hr {
  padding: 20px 0;
  color: #777;
  text-align: center;
  width: 80%;
}
.cid-sf6fszvOr4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sf6fszvOr4 .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-sf6fszvOr4 img {
    width: 90%;
  }
}
.cid-sf6fszvOr4 .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sf6fszvOr4 .items {
  margin-bottom: 0;
}
.cid-sf6fszvOr4 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sf6fszvOr4 .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-sf6fszvOr4 .soc-item:hover span {
  color: #d90a2c !important;
}
.cid-sf6fszvOr4 .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sf6fszvOr4 .social-list {
    justify-content: center;
  }
}
.cid-sf6fszvOr4 .card-title {
  color: #d90a2c;
}
.cid-sf6kRpALZT .main_wrapper {
  position: relative;
  height: 660px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-sf6kRpALZT .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-sf6kRpALZT .block_wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-sf6kRpALZT .title__address {
  margin-bottom: 20px;
}
.cid-sf6kRpALZT .work__address {
  margin: 10px 0 40px;
}
.cid-sf6kRpALZT .work__phone {
  margin-bottom: 20px;
}
.cid-sf6kRpALZT .mbr-section-btn {
  margin-top: 40px;
}
.cid-sf6kRpALZT .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sf6kRpALZT .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-sf6kRpALZT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sf6kRpALZT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sf6kRpALZT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sf6kRpALZT .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sf6kRpALZT .container {
    max-width: 100%;
  }
  .cid-sf6kRpALZT .container .row {
    margin: 0;
  }
  .cid-sf6kRpALZT .block_wrapper {
    height: 100%;
    background-color: #ffffff;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-sf6kRpALZT .title__address,
.cid-sf6kRpALZT .mbr-section-btn {
  color: #d90a2c;
}
#custom-html-55 {
  /* Type valid CSS here */
}
#custom-html-55 div {
  padding: 50px 0;
}
.cid-sfoMhnBMSN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #283742;
}
.cid-sfoMhnBMSN p {
  text-align: center;
}
.cid-sfoMhnBMSN .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sfoMhnBMSN .social-list a:focus {
  text-decoration: none;
}
.cid-sfoMhnBMSN .text-copyright {
  width: 100%;
  color: #ebeaed;
}
.cid-sfoMhnBMSN .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sfoMhnBMSN .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sfoMhnBMSN .logo-footer {
  line-height: normal;
}
.cid-sfoMhnBMSN .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfoMhnBMSN .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfoMhnBMSN .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
