.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.48rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.92rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff7815 !important;
}
.bg-success {
  background-color: #ff7815 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7815 !important;
  border-color: #ff7815 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #bd5000 !important;
  border-color: #bd5000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bd5000 !important;
  border-color: #bd5000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7815 !important;
  border-color: #ff7815 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #bd5000 !important;
  border-color: #bd5000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bd5000 !important;
  border-color: #bd5000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff7815;
  color: #ff7815;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bd5000 !important;
  background-color: transparent!important;
  border-color: #bd5000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7815 !important;
  border-color: #ff7815 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff7815;
  color: #ff7815;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bd5000 !important;
  background-color: transparent!important;
  border-color: #bd5000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7815 !important;
  border-color: #ff7815 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff7815 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ff7815 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ae4a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ae4a00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff7815;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7815;
  border-color: #ff7815;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff7815;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeee1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffeee1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff7815 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff7815;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7815;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7815;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7815;
  border-bottom-color: #ff7815;
}
.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: #000000 !important;
  background-color: #ff7815 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff7815' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uRfg1jZnzo .navbar {
  background: #1a2c36;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uRfg1jZnzo .navbar-dropdown.bg-color.transparent.opened {
  background: #1a2c36;
}
.cid-uRfg1jZnzo a {
  font-style: normal;
}
.cid-uRfg1jZnzo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRfg1jZnzo .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uRfg1jZnzo .nav-item:focus,
.cid-uRfg1jZnzo .nav-link:focus {
  outline: none;
}
.cid-uRfg1jZnzo .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uRfg1jZnzo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRfg1jZnzo .menu-logo {
  margin-right: auto;
}
.cid-uRfg1jZnzo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uRfg1jZnzo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uRfg1jZnzo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRfg1jZnzo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRfg1jZnzo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRfg1jZnzo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRfg1jZnzo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 3rem;
  width: auto;
}
.cid-uRfg1jZnzo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRfg1jZnzo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRfg1jZnzo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRfg1jZnzo .dropdown .dropdown-menu {
  background: #1a2c36;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRfg1jZnzo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRfg1jZnzo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRfg1jZnzo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRfg1jZnzo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRfg1jZnzo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uRfg1jZnzo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRfg1jZnzo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRfg1jZnzo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRfg1jZnzo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRfg1jZnzo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRfg1jZnzo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRfg1jZnzo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRfg1jZnzo button.navbar-toggler:focus {
  outline: none;
}
.cid-uRfg1jZnzo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRfg1jZnzo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRfg1jZnzo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRfg1jZnzo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRfg1jZnzo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRfg1jZnzo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRfg1jZnzo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRfg1jZnzo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRfg1jZnzo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRfg1jZnzo .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uRfg1jZnzo .collapsed .btn {
  display: flex;
}
.cid-uRfg1jZnzo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRfg1jZnzo .collapsed .navbar-collapse.collapsing,
.cid-uRfg1jZnzo .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRfg1jZnzo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRfg1jZnzo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRfg1jZnzo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRfg1jZnzo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRfg1jZnzo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRfg1jZnzo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRfg1jZnzo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRfg1jZnzo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uRfg1jZnzo .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRfg1jZnzo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRfg1jZnzo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRfg1jZnzo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uRfg1jZnzo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRfg1jZnzo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRfg1jZnzo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uRfg1jZnzo.navbar-expand {
    flex-direction: column;
  }
  .cid-uRfg1jZnzo img {
    height: 3.8rem !important;
  }
  .cid-uRfg1jZnzo .btn {
    display: flex;
  }
  .cid-uRfg1jZnzo button.navbar-toggler {
    display: block;
  }
  .cid-uRfg1jZnzo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRfg1jZnzo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRfg1jZnzo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRfg1jZnzo .navbar-collapse.collapsing,
  .cid-uRfg1jZnzo .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRfg1jZnzo .navbar-collapse.collapsing .navbar-nav,
  .cid-uRfg1jZnzo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRfg1jZnzo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRfg1jZnzo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRfg1jZnzo .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRfg1jZnzo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRfg1jZnzo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRfg1jZnzo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRfg1jZnzo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uRfg1jZnzo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRfg1jZnzo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRfg1jZnzo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uRfg1jZnzo .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uRfg1jZnzo .navbar-collapse {
  flex-basis: auto;
}
.cid-uRfg1jZnzo .nav-link:hover,
.cid-uRfg1jZnzo .dropdown-item:hover {
  color: #ff7815 !important;
}
.cid-uRfhCiWLLQ .modal-body .close {
  background: #1b1b1b;
}
.cid-uRfhCiWLLQ .modal-body .close span {
  font-style: normal;
}
.cid-uRfhCiWLLQ .carousel-inner > .active,
.cid-uRfhCiWLLQ .carousel-inner > .next,
.cid-uRfhCiWLLQ .carousel-inner > .prev {
  display: table;
}
.cid-uRfhCiWLLQ .carousel-control .icon-next,
.cid-uRfhCiWLLQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uRfhCiWLLQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRfhCiWLLQ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRfhCiWLLQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uRfhCiWLLQ .boxed-slider > div {
  position: relative;
}
.cid-uRfhCiWLLQ .container img {
  width: 100%;
}
.cid-uRfhCiWLLQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uRfhCiWLLQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uRfhCiWLLQ .mbr-table-cell {
  padding: 0;
}
.cid-uRfhCiWLLQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uRfhCiWLLQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRfhCiWLLQ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uRfhCiWLLQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uRfhCiWLLQ .carousel-item .container {
    width: 100%;
  }
}
.cid-uRfhCiWLLQ .carousel-item-next.carousel-item-left,
.cid-uRfhCiWLLQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uRfhCiWLLQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-indicators li.active,
.cid-uRfhCiWLLQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-indicators li::after,
.cid-uRfhCiWLLQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uRfhCiWLLQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uRfhCiWLLQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uRfhCiWLLQ .mbr-slider > .container img {
  width: 100%;
}
.cid-uRfhCiWLLQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRfhCiWLLQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uRfhCiWLLQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRfhCiWLLQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uRfhCiWLLQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uRfhCiWLLQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uRfhCiWLLQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uRfhCiWLLQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uRfhCiWLLQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uRfhCiWLLQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uRfhCiWLLQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uRfhCiWLLQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uRfhCiWLLQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uRfhCiWLLQ H2 {
  color: #ff7815;
  text-align: center;
}
.cid-uRfgqcix3z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRfgqcix3z .mbr-text {
  color: #5b666d;
}
.cid-uRfgo4ItM9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uRfgo4ItM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfgo4ItM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uRfgo4ItM9 .container {
    max-width: 1400px;
  }
}
.cid-uRfgo4ItM9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff7815;
  margin-bottom: 2rem;
}
.cid-uRfgo4ItM9 .row {
  justify-content: center;
}
.cid-uRfgo4ItM9 .card-text {
  color: #5b666d;
  text-align: left;
}
.cid-uRfgo4ItM9 .card-title,
.cid-uRfgo4ItM9 .iconfont-wrapper {
  color: #5b666d;
}
.cid-uRNS6M3dxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNS6M3dxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/video-azienda.jpg");
}
.cid-uRNS6M3dxG .mbr-section-title {
  color: #ffffff;
}
.cid-uRNS6M3dxG .mbr-text,
.cid-uRNS6M3dxG .mbr-section-btn {
  color: #ffffff;
}
.cid-uRNS6M3dxG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRrEveWCLH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uRrEveWCLH .mbr-text {
  color: #5b666d;
}
.cid-uRrEveWCLH .mbr-section-title {
  color: #5b666d;
}
.cid-uRNXH8YHPX {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uRNXH8YHPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNXH8YHPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/video-servizi.jpg");
}
.cid-uRNXH8YHPX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRNXH8YHPX .mbr-text,
.cid-uRNXH8YHPX .mbr-section-btn {
  color: #ffffff;
}
.cid-uRNXH8YHPX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRNNRhJXhg {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #353c40;
}
.cid-uRNNRhJXhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRNNRhJXhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uRNNRhJXhg .container {
    max-width: 1400px;
  }
}
.cid-uRNNRhJXhg .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff7815;
  margin-bottom: 2rem;
}
.cid-uRNNRhJXhg .row {
  justify-content: center;
}
.cid-uRNNRhJXhg .card-text {
  color: #c8c8c8;
  text-align: left;
}
.cid-uRNNRhJXhg .card-title,
.cid-uRNNRhJXhg .iconfont-wrapper {
  color: #fafafa;
}
.cid-uRUfEdAP5c {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uRUfEdAP5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUfEdAP5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/video-prodotti.jpg");
}
.cid-uRUfEdAP5c .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uRUfEdAP5c .mbr-text,
.cid-uRUfEdAP5c .mbr-section-btn {
  color: #ffffff;
}
.cid-uRUfEdAP5c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSRhfFGR30 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSRhfFGR30 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSRhfFGR30 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uSRhfFGR30 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSRhfFGR30 .embla__slide .slide-content {
  width: 100%;
}
.cid-uSRhfFGR30 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uSRhfFGR30 .embla__button--next,
.cid-uSRhfFGR30 .embla__button--prev {
  display: flex;
}
.cid-uSRhfFGR30 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uSRhfFGR30 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uSRhfFGR30 .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uSRhfFGR30 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uSRhfFGR30 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uSRhfFGR30 .embla__button.embla__button--next {
  right: 0;
}
.cid-uSRhfFGR30 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uSRhfFGR30 .embla {
  position: relative;
  width: 100%;
}
.cid-uSRhfFGR30 .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSRhfFGR30 .embla::before {
    display: none;
  }
}
.cid-uSRhfFGR30 .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uSRhfFGR30 .embla::after {
    display: none;
  }
}
.cid-uSRhfFGR30 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSRhfFGR30 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSRhfFGR30 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSRhfFGR30 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSRhfFGR30 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRONRDA17b {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uRONRDA17b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRONRDA17b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRONRDA17b .container {
  max-width: 1140px;
}
.cid-uRONRDA17b .row {
  justify-content: center;
}
.cid-uRONRDA17b .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uRONRDA17b .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uRONRDA17b .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uRONRDA17b .toggle-panel {
  width: 100%;
}
.cid-uRONRDA17b .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #bbbbbb;
}
.cid-uRONRDA17b .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRONRDA17b .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRONRDA17b .panel-title {
    align-items: flex-start;
  }
}
.cid-uRONRDA17b .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #bbbbbb;
  background-color: #fafafa;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uRONRDA17b .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uRONRDA17b .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uRONRDA17b .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uRONRDA17b .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uRONRDA17b .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uRONRDA17b .panel-body {
    width: 100%;
  }
}
.cid-uRONRDA17b .panel-title-edit {
  color: #5b666d;
}
.cid-uRONRDA17b .panel-text {
  color: #5b666d;
  margin-bottom: 0;
}
.cid-uRUiPoz6xc {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #efefef;
}
.cid-uRUiPoz6xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRUiPoz6xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRUiPoz6xc .container {
  max-width: 1140px;
}
.cid-uRUiPoz6xc .row {
  justify-content: center;
}
.cid-uRUiPoz6xc .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUiPoz6xc .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-uRUiPoz6xc .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-uRUiPoz6xc .toggle-panel {
  width: 100%;
}
.cid-uRUiPoz6xc .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #bbbbbb;
}
.cid-uRUiPoz6xc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uRUiPoz6xc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uRUiPoz6xc .panel-title {
    align-items: flex-start;
  }
}
.cid-uRUiPoz6xc .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #bbbbbb;
  background-color: #fafafa;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-uRUiPoz6xc .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-uRUiPoz6xc .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-uRUiPoz6xc .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-uRUiPoz6xc .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-uRUiPoz6xc .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-uRUiPoz6xc .panel-body {
    width: 100%;
  }
}
.cid-uRUiPoz6xc .panel-title-edit {
  color: #5b666d;
}
.cid-uRUiPoz6xc .panel-text {
  color: #5b666d;
  margin-bottom: 0;
}
.cid-uSrDtZVqPZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/bg-gazzetta.jpg");
}
@media (min-width: 992px) {
  .cid-uSrDtZVqPZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrDtZVqPZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uSrDtZVqPZ .mbr-text {
    text-align: center;
  }
}
.cid-uSrDtZVqPZ .mbr-text,
.cid-uSrDtZVqPZ .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-uSrDtZVqPZ H1 {
  color: #ffffff;
  text-align: left;
}
.cid-uSrDtZVqPZ .mbr-text,
.cid-uSrDtZVqPZ .mbr-section-btn B {
  color: #5b686b;
}
.cid-uSrDtZVqPZ H3 {
  color: #ffffff;
}
#RSContactFormRC2-w H3 {
  color: #ffffff;
}
#RSContactFormRC2-w P {
  color: #ffffff;
}
#custom-html-i {
  /* Type valid CSS here */
}
#custom-html-i div {
  padding: 0;
  background-color: #efefef;
  text-align: center;
  line-height: 0;
}
.cid-uRre94ycmD {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #353c40;
}
.cid-uRre94ycmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRre94ycmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRre94ycmD .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRre94ycmD .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-uRre94ycmD .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRre94ycmD .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uRre94ycmD .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff7815;
}
.cid-uRre94ycmD .card-title {
  color: #5b666d;
}
.cid-uRre94ycmD .mbr-section-title {
  color: #6c6c78;
}
.cid-uRre94ycmD P {
  color: #353535;
}
.cid-uRrhDnRNl1 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #353c40;
}
.cid-uRrhDnRNl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrhDnRNl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrhDnRNl1 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRrhDnRNl1 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRrhDnRNl1 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uRrhDnRNl1 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uRrhDnRNl1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uRrhDnRNl1 [class^="socicon-"]:before,
.cid-uRrhDnRNl1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uRfhFDZyLR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #25292b;
}
.cid-uRfhFDZyLR .display-7 {
  font-size: 0.8rem !important;
  color: #c1c1c1 !important;
}
