@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 5.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bbbbbb !important;
}
.bg-success {
  background-color: #baace7 !important;
}
.bg-info {
  background-color: #01dc94 !important;
}
.bg-warning {
  background-color: #f9da58 !important;
}
.bg-danger {
  background-color: #f96458 !important;
}
.btn-primary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e33f32 !important;
  border-color: #e33f32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e75c51 !important;
  border-color: #e75c51 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e75c51 !important;
  border-color: #e75c51 !important;
}
.btn-info .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #01dc94 !important;
  border-color: #01dc94 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #03feab !important;
  border-color: #03feab !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #03feab !important;
  border-color: #03feab !important;
}
.btn-success .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #baace7 !important;
  border-color: #baace7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1c8ef !important;
  border-color: #d1c8ef !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1c8ef !important;
  border-color: #d1c8ef !important;
}
.btn-warning .mbr-iconfont::after {
  border: 1px solid #4f4003;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9da58 !important;
  border-color: #f9da58 !important;
  color: #4f4003 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fae27a !important;
  border-color: #fae27a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4f4003 !important;
  background-color: #fae27a !important;
  border-color: #fae27a !important;
}
.btn-danger .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #f96458 !important;
  border-color: #f96458 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa847a !important;
  border-color: #fa847a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa847a !important;
  border-color: #fa847a !important;
}
.btn-white .mbr-iconfont::after {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #353535 !important;
  border-color: #353535 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 1px solid #bbbbbb;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent !important;
  border-color: #909090 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 1px solid #e33f32;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e33f32;
  color: #e33f32;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a72117 !important;
  background-color: transparent !important;
  border-color: #a72117 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e33f32 !important;
  border-color: #e33f32 !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 1px solid #01dc94;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01dc94;
  color: #01dc94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #01865a !important;
  background-color: transparent !important;
  border-color: #01865a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01dc94 !important;
  border-color: #01dc94 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 1px solid #baace7;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #baace7;
  color: #baace7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8269d4 !important;
  background-color: transparent !important;
  border-color: #8269d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #baace7 !important;
  border-color: #baace7 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 1px solid #f9da58;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9da58;
  color: #f9da58;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f2c509 !important;
  background-color: transparent !important;
  border-color: #f2c509 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4f4003 !important;
  background-color: #f9da58 !important;
  border-color: #f9da58 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 1px solid #f96458;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f96458;
  color: #f96458;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f21a09 !important;
  background-color: transparent !important;
  border-color: #f21a09 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f96458 !important;
  border-color: #f96458 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 1px solid #232323;
}
.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 .mbr-iconfont::after {
  border: 1px solid #fafafa;
}
.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: #bbbbbb !important;
}
.text-secondary {
  color: #e33f32 !important;
}
.text-success {
  color: #baace7 !important;
}
.text-info {
  color: #01dc94 !important;
}
.text-warning {
  color: #f9da58 !important;
}
.text-danger {
  color: #f96458 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9a1f15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #785dd0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #017650 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e3b908 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e31808 !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: #bbbbbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01dc94;
}
.alert-warning {
  background-color: #f9da58;
}
.alert-danger {
  background-color: #f96458;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaffe3;
}
.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: 'Source Sans 3', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #bbbbbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #bbbbbb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.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: #bbbbbb !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: #e33f32 !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='%23bbbbbb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 17px 22px;
  font-weight: 400 !important;
  border-width: 1px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 22.5px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after,
.mbr-section-btn-main .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 48px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.image-wrapper,
.item-content,
.address-wrapper,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .content-wrapper,
  .image-wrapper,
  .item-content,
  .address-wrapper,
  .form-wrapper {
    border-radius: 35px !important;
  }
}
.tags-wrapper .list .item-wrap {
  border-radius: 100px !important;
}
.content-wrapper .mbr-section-title span {
  border-radius: 100px !important;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 35px !important;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px !important;
}
.form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  .form-wrapper .dragArea.row .form-group textarea {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
.cid-uo4lhMt2Df {
  z-index: 1000;
  width: 100%;
}
.cid-uo4lhMt2Df nav.navbar {
  position: fixed;
}
.cid-uo4lhMt2Df .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo4lhMt2Df .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo4lhMt2Df .dropdown-item:hover,
.cid-uo4lhMt2Df .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uo4lhMt2Df .dropdown-item:hover span {
  color: white;
}
.cid-uo4lhMt2Df .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo4lhMt2Df .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo4lhMt2Df .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo4lhMt2Df .nav-link {
  position: relative;
}
.cid-uo4lhMt2Df .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .container {
    flex-wrap: nowrap;
  }
}
.cid-uo4lhMt2Df .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uo4lhMt2Df .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uo4lhMt2Df .dropdown-menu,
.cid-uo4lhMt2Df .navbar.opened {
  background: #000000 !important;
}
.cid-uo4lhMt2Df .nav-item:focus,
.cid-uo4lhMt2Df .nav-link:focus {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo4lhMt2Df .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo4lhMt2Df .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df .navbar.opened {
  transition: all 0.3s;
}
.cid-uo4lhMt2Df .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo4lhMt2Df .navbar .navbar-logo img {
  width: auto;
}
.cid-uo4lhMt2Df .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo4lhMt2Df .navbar.collapsed {
  justify-content: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo4lhMt2Df .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uo4lhMt2Df .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo4lhMt2Df .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uo4lhMt2Df .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo4lhMt2Df .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo4lhMt2Df .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uo4lhMt2Df .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo4lhMt2Df .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4lhMt2Df .navbar.navbar-short {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown-item.active,
.cid-uo4lhMt2Df .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4lhMt2Df .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo4lhMt2Df .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4lhMt2Df ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uo4lhMt2Df ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uo4lhMt2Df .navbar-buttons {
  text-align: center;
}
.cid-uo4lhMt2Df .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uo4lhMt2Df .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uo4lhMt2Df .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uo4lhMt2Df .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uo4lhMt2Df button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo4lhMt2Df a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo4lhMt2Df .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo4lhMt2Df .navbar {
    height: 70px;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    height: auto;
  }
  .cid-uo4lhMt2Df .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4lhMt2Df .navbar-nav {
  margin: 0 auto;
}
.cid-uo4lhMt2Df .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uo4lhMt2Df .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uo4lhMt2Df .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uo4lhMt2Df .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uo4lhMt2Df .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uo4lhMt2Df .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar {
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uo4lhMt2Df .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uo4lhW8l1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image7.jpg");
}
.cid-uo4lhW8l1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4lhW8l1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4lhW8l1V .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uo4lhW8l1V .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uo4lhW8l1V .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uo4lhW8l1V .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo4lhW8l1V .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uo4lhW8l1V .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uo4lhW8l1V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uo4lhW8l1V .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uo4lhW8l1V .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uo4lhW8l1V .mbr-section-title {
  color: #191c25;
}
.cid-uo4lhW8l1V .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uo4lhW8l1V .mbr-section-title,
.cid-uo4lhW8l1V .mbr-section-btn,
.cid-uo4lhW8l1V .title-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uo4lhW8l1V .mbr-section-title,
.cid-uo4lhW8l1V .mbr-section-btn,
.cid-uo4lhW8l1V .title-wrapper DIV {
  text-align: left;
}
.cid-uvg98C6nSV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvg98C6nSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvg98C6nSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvg98C6nSV .content-wrapper {
  justify-content: center;
}
.cid-uvg98C6nSV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvg98C6nSV .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvg98C6nSV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvg98C6nSV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvg98C6nSV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvg98C6nSV .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvg98C6nSV .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvg98C6nSV .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvg98C6nSV .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvg98C6nSV .video-wrapper:hover,
.cid-uvg98C6nSV .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvg98C6nSV .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvg98C6nSV .box .mbr-media {
    height: 350px;
  }
}
.cid-uvg98C6nSV .box .mbr-media:hover img,
.cid-uvg98C6nSV .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvg98C6nSV .box .mbr-media:hover .icon-wrapper,
.cid-uvg98C6nSV .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvg98C6nSV .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvg98C6nSV .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvg98C6nSV .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvg98C6nSV .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvg98C6nSV .mbr-media {
  position: relative;
}
.cid-uvg98C6nSV .mbr-media img {
  object-fit: cover;
}
.cid-uvg98C6nSV a:hover {
  background-image: none !important;
}
.cid-uvg98C6nSV .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvg98C6nSV .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvg98C6nSV .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvg98C6nSV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvg98C6nSV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvg98C6nSV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvg98C6nSV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvg98C6nSV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvg98C6nSV .mbr-section-title {
  color: #ffffff;
}
.cid-uvg98C6nSV .mbr-text,
.cid-uvg98C6nSV .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvg98C6nSV .mbr-desc,
.cid-uvg98C6nSV .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvg98C6nSV .mbr-section-title,
.cid-uvg98C6nSV .mbr-section-btn {
  text-align: center;
}
.cid-uvHi99Dpvz {
  background-color: #eeeef7;
}
.cid-uvHi99Dpvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvHi99Dpvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvHi99Dpvz .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvHi99Dpvz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvHi99Dpvz .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uvHi99Dpvz .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uvHi99Dpvz .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uvHi99Dpvz .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uvHi99Dpvz .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uvHi99Dpvz .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uvHi99Dpvz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvHi99Dpvz .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uvHi99Dpvz .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uvHi99Dpvz .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uvHi99Dpvz .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uvHi99Dpvz .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uvHi99Dpvz .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uvHi99Dpvz .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uvHi99Dpvz .item:hover .item-wrapper .item-img img,
.cid-uvHi99Dpvz .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uvHi99Dpvz .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uvHi99Dpvz .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uvHi99Dpvz .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uvHi99Dpvz .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uvHi99Dpvz .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uvHi99Dpvz .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uvHi99Dpvz .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uvHi99Dpvz .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uvHi99Dpvz .list {
  color: #191c25;
}
.cid-uvHi99Dpvz .mbr-text {
  color: #191c25;
}
.cid-uvHi99Dpvz .item-title {
  color: #191c25;
}
.cid-uvHi99Dpvz .item-text {
  color: #191c25;
}
.cid-uo4lmT9FfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uo4lmT9FfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4lmT9FfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4lmT9FfG .items-wrap {
  justify-content: space-between;
}
.cid-uo4lmT9FfG .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uo4lmT9FfG .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uo4lmT9FfG .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uo4lmT9FfG .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo4lmT9FfG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo4lmT9FfG .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-uo4lmT9FfG .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uo4lmT9FfG .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uo4lmT9FfG .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uo4lmT9FfG .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4lmT9FfG .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uo4lmT9FfG .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uo4lmT9FfG .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uo4lmT9FfG .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uo4lmT9FfG .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4lmT9FfG .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo4lmT9FfG .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uo4lmT9FfG .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uo4lmT9FfG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uo4lmT9FfG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uo4lmT9FfG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uo4lmT9FfG .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uo4lmT9FfG .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uo4lmT9FfG .mbr-section-title {
  color: #191c25;
}
.cid-uo4lmT9FfG .item-title {
  color: #191c25;
}
.cid-uo4lmT9FfG .item-text {
  color: #ffffff;
}
.cid-uo4lmT9FfG .tabs-wrapper {
  text-align: right;
}
.cid-uo4lmT9FfG .mbr-section-title,
.cid-uo4lmT9FfG .title-wrapper,
.cid-uo4lmT9FfG .tabs-wrapper {
  color: #ffffff;
}
.cid-uo4ljKGcmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uo4ljKGcmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4ljKGcmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4ljKGcmJ .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uo4ljKGcmJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo4ljKGcmJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uo4ljKGcmJ .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #baace7;
}
@media (max-width: 992px) {
  .cid-uo4ljKGcmJ .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #baace7;
    padding: 0 32px;
  }
}
.cid-uo4ljKGcmJ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #eeeef7;
  border-radius: 100%;
  background-color: #191c25;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uo4ljKGcmJ .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uo4ljKGcmJ .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uo4ljKGcmJ .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uo4ljKGcmJ .mbr-section-title {
  color: #191c25;
}
.cid-uo4ljKGcmJ .mbr-desc {
  color: #858585;
  text-align: center;
}
.cid-uo4ljKGcmJ .mbr-section-title,
.cid-uo4ljKGcmJ .title-wrapper,
.cid-uo4ljKGcmJ .icon-wrapper {
  text-align: center;
}
.cid-uo4ljKGcmJ .mbr-section-title,
.cid-uo4ljKGcmJ .icon-wrapper,
.cid-uo4ljKGcmJ .title-wrapper {
  text-align: center;
}
.cid-uo4lkMJTxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uo4lkMJTxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4lkMJTxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4lkMJTxl .items-wrap {
  justify-content: space-between;
}
.cid-uo4lkMJTxl .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uo4lkMJTxl .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uo4lkMJTxl .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uo4lkMJTxl .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo4lkMJTxl .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uo4lkMJTxl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uo4lkMJTxl .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uo4lkMJTxl .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uo4lkMJTxl .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uo4lkMJTxl .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uo4lkMJTxl .google-map {
  height: 100%;
}
.cid-uo4lkMJTxl .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uo4lkMJTxl .google-map iframe {
    height: 350px;
  }
}
.cid-uo4lkMJTxl .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uo4lkMJTxl .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uo4lkMJTxl .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uo4lkMJTxl .mbr-section-title {
  color: #191c25;
}
.cid-uo4lkMJTxl .mbr-text {
  color: #ffffff;
}
.cid-uo4lkMJTxl .mbr-address {
  color: #ffffff;
}
.cid-uo4lkMJTxl .mbr-number_2,
.cid-uo4lkMJTxl .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uo4lkMJTxl .mbr-section-title,
.cid-uo4lkMJTxl .mbr-section-btn {
  color: #ffffff;
}
.cid-uvOWSgadgX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #191c25;
}
.cid-uvOWSgadgX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uvOWSgadgX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bbbbbb;
}
.cid-uvOWSgadgX .svg-top .st0 {
  fill: #191c25;
}
@media (max-width: 992px) {
  .cid-uvOWSgadgX .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uvOWSgadgX .text-content {
    max-width: none;
  }
}
.cid-uvOWSgadgX .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uvOWSgadgX .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uvOWSgadgX .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvOWSgadgX .icons {
    justify-content: center !important;
  }
  .cid-uvOWSgadgX .text-content * {
    text-align: center;
  }
}
.cid-uvOWSgadgX P {
  color: #ffffff;
}
.cid-uvOWSgadgX .mbr-section-title {
  color: #ffffff;
}
.cid-uo4lpcEzN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo4lpcEzN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4lpcEzN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4lpcEzN5 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uo4lpcEzN5 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo4lpcEzN5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uo4lpcEzN5 .mbr-section-title {
  color: #191c25;
}
.cid-uo4lpcEzN5 .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uo4lpcEzN5 .mbr-section-title,
.cid-uo4lpcEzN5 .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvJ95pyZeS {
  z-index: 1000;
  width: 100%;
}
.cid-uvJ95pyZeS nav.navbar {
  position: fixed;
}
.cid-uvJ95pyZeS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ95pyZeS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvJ95pyZeS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvJ95pyZeS .dropdown-item:hover,
.cid-uvJ95pyZeS .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvJ95pyZeS .dropdown-item:hover span {
  color: white;
}
.cid-uvJ95pyZeS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvJ95pyZeS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvJ95pyZeS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvJ95pyZeS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvJ95pyZeS .nav-link {
  position: relative;
}
.cid-uvJ95pyZeS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvJ95pyZeS .container {
    flex-wrap: nowrap;
  }
}
.cid-uvJ95pyZeS .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ95pyZeS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvJ95pyZeS .dropdown-menu,
.cid-uvJ95pyZeS .navbar.opened {
  background: #000000 !important;
}
.cid-uvJ95pyZeS .nav-item:focus,
.cid-uvJ95pyZeS .nav-link:focus {
  outline: none;
}
.cid-uvJ95pyZeS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvJ95pyZeS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvJ95pyZeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvJ95pyZeS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ95pyZeS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvJ95pyZeS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvJ95pyZeS .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvJ95pyZeS .navbar.opened {
  transition: all 0.3s;
}
.cid-uvJ95pyZeS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvJ95pyZeS .navbar .navbar-logo img {
  width: auto;
}
.cid-uvJ95pyZeS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvJ95pyZeS .navbar.collapsed {
  justify-content: center;
}
.cid-uvJ95pyZeS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvJ95pyZeS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvJ95pyZeS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvJ95pyZeS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvJ95pyZeS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvJ95pyZeS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvJ95pyZeS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvJ95pyZeS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvJ95pyZeS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvJ95pyZeS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvJ95pyZeS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvJ95pyZeS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvJ95pyZeS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvJ95pyZeS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvJ95pyZeS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvJ95pyZeS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvJ95pyZeS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvJ95pyZeS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvJ95pyZeS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvJ95pyZeS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvJ95pyZeS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvJ95pyZeS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvJ95pyZeS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvJ95pyZeS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvJ95pyZeS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvJ95pyZeS .dropdown-item.active,
.cid-uvJ95pyZeS .dropdown-item:active {
  background-color: transparent;
}
.cid-uvJ95pyZeS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvJ95pyZeS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvJ95pyZeS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvJ95pyZeS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvJ95pyZeS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvJ95pyZeS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvJ95pyZeS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvJ95pyZeS ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvJ95pyZeS .navbar-buttons {
  text-align: center;
}
.cid-uvJ95pyZeS .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvJ95pyZeS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvJ95pyZeS .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvJ95pyZeS .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvJ95pyZeS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvJ95pyZeS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvJ95pyZeS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvJ95pyZeS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ95pyZeS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ95pyZeS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvJ95pyZeS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ95pyZeS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvJ95pyZeS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvJ95pyZeS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ95pyZeS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvJ95pyZeS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvJ95pyZeS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvJ95pyZeS .navbar {
    height: 70px;
  }
  .cid-uvJ95pyZeS .navbar.opened {
    height: auto;
  }
  .cid-uvJ95pyZeS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvJ95pyZeS .navbar-nav {
  margin: 0 auto;
}
.cid-uvJ95pyZeS .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvJ95pyZeS .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvJ95pyZeS .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvJ95pyZeS .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvJ95pyZeS .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvJ95pyZeS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvJ95pyZeS .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvJ95pyZeS .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvJ95pyZeS .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvJ95pyZeS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvJ95pyZeS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvJ95pyZeS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvJ95pyZeS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvJ95pyZeS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvJ95pyZeS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvJ95pyZeS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvJ95pyZeS .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvJ95qbOA6 {
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ95qbOA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ95qbOA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ95qbOA6 .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ95qbOA6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvJ95qbOA6 .mbr-text,
.cid-uvJ95qbOA6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ95qbOA6 H2 {
  color: #ffffff;
}
.cid-uvJ95qbOA6 H3 {
  color: #ffffff;
}
.cid-uvJ95qGFkY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ95qGFkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ95qGFkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ95qGFkY .content-wrapper {
  justify-content: center;
}
.cid-uvJ95qGFkY .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ95qGFkY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvJ95qGFkY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvJ95qGFkY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ95qGFkY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvJ95qGFkY .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvJ95qGFkY .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvJ95qGFkY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvJ95qGFkY .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvJ95qGFkY .video-wrapper:hover,
.cid-uvJ95qGFkY .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvJ95qGFkY .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvJ95qGFkY .box .mbr-media {
    height: 350px;
  }
}
.cid-uvJ95qGFkY .box .mbr-media:hover img,
.cid-uvJ95qGFkY .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvJ95qGFkY .box .mbr-media:hover .icon-wrapper,
.cid-uvJ95qGFkY .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvJ95qGFkY .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ95qGFkY .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvJ95qGFkY .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvJ95qGFkY .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvJ95qGFkY .mbr-media {
  position: relative;
}
.cid-uvJ95qGFkY .mbr-media img {
  object-fit: cover;
}
.cid-uvJ95qGFkY a:hover {
  background-image: none !important;
}
.cid-uvJ95qGFkY .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvJ95qGFkY .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvJ95qGFkY .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvJ95qGFkY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvJ95qGFkY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvJ95qGFkY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvJ95qGFkY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvJ95qGFkY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvJ95qGFkY .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ95qGFkY .mbr-text,
.cid-uvJ95qGFkY .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvJ95qGFkY .mbr-desc,
.cid-uvJ95qGFkY .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvJ95qGFkY .mbr-section-title,
.cid-uvJ95qGFkY .mbr-section-btn {
  text-align: center;
}
.cid-uvJ95roxgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvJ95roxgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ95roxgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ95roxgB .items-wrap {
  justify-content: space-between;
}
.cid-uvJ95roxgB .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uvJ95roxgB .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ95roxgB .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvJ95roxgB .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ95roxgB .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ95roxgB .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-uvJ95roxgB .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvJ95roxgB .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ95roxgB .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uvJ95roxgB .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uvJ95roxgB .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uvJ95roxgB .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uvJ95roxgB .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uvJ95roxgB .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uvJ95roxgB .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvJ95roxgB .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ95roxgB .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ95roxgB .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvJ95roxgB .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uvJ95roxgB .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ95roxgB .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uvJ95roxgB .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uvJ95roxgB .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uvJ95roxgB .mbr-section-title {
  color: #191c25;
}
.cid-uvJ95roxgB .item-title {
  color: #191c25;
}
.cid-uvJ95roxgB .item-text {
  color: #191c25;
}
.cid-uvJ95roxgB .tabs-wrapper {
  text-align: right;
}
.cid-uvJ95roxgB .mbr-section-title,
.cid-uvJ95roxgB .title-wrapper,
.cid-uvJ95roxgB .tabs-wrapper {
  color: #ffffff;
}
.cid-uvJ95rXlGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uvJ95rXlGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ95rXlGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ95rXlGy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ95rXlGy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ95rXlGy .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uvJ95rXlGy .items-wrap .item {
  padding: 0 46px;
}
.cid-uvJ95rXlGy .item {
  margin-bottom: 32px;
}
.cid-uvJ95rXlGy .item:hover .item-wrapper .item-img img,
.cid-uvJ95rXlGy .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uvJ95rXlGy .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uvJ95rXlGy .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uvJ95rXlGy .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-uvJ95rXlGy .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ95rXlGy .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uvJ95rXlGy .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvJ95rXlGy .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uvJ95rXlGy .mbr-section-title {
  color: #191c25;
}
.cid-uvJ95rXlGy .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uvJ95rXlGy .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uvJ95rXlGy .item-title,
.cid-uvJ95rXlGy .mbr-section-btn {
  text-align: center;
}
.cid-uvJ95rXlGy .item-price {
  color: #191c25;
  text-align: center;
}
.cid-uvJ95sy26j {
  background-color: #eeeef7;
}
.cid-uvJ95sy26j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ95sy26j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ95sy26j .items-wrap {
  justify-content: space-between;
}
.cid-uvJ95sy26j .content-wrapper {
  padding: 96px;
  background-color: #191c25;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ95sy26j .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ95sy26j .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ95sy26j .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ95sy26j .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ95sy26j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ95sy26j .content-wrap {
  height: 100%;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #bbbbbb;
}
@media (max-width: 1440px) {
  .cid-uvJ95sy26j .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ95sy26j .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ95sy26j .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uvJ95sy26j .mbr-section-title {
  color: #191c25;
}
.cid-uvJ95sy26j .mbr-text {
  color: #f5f5fb;
}
.cid-uvJ95sy26j label {
  color: #191c25;
}
.cid-uvJ95sy26j .mbr-section-title,
.cid-uvJ95sy26j .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ95t9hA0 {
  background-color: #454545;
}
.cid-uvJ95t9hA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ95t9hA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ95t9hA0 .items-wrap {
  justify-content: space-between;
}
.cid-uvJ95t9hA0 .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ95t9hA0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ95t9hA0 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ95t9hA0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ95t9hA0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ95t9hA0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ95t9hA0 .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uvJ95t9hA0 .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ95t9hA0 .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uvJ95t9hA0 .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uvJ95t9hA0 .google-map {
  height: 100%;
}
.cid-uvJ95t9hA0 .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvJ95t9hA0 .google-map iframe {
    height: 350px;
  }
}
.cid-uvJ95t9hA0 .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvJ95t9hA0 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvJ95t9hA0 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uvJ95t9hA0 .mbr-section-title {
  color: #191c25;
}
.cid-uvJ95t9hA0 .mbr-text {
  color: #ffffff;
}
.cid-uvJ95t9hA0 .mbr-address {
  color: #ffffff;
}
.cid-uvJ95t9hA0 .mbr-number_2,
.cid-uvJ95t9hA0 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uvJ95t9hA0 .mbr-section-title,
.cid-uvJ95t9hA0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ95tIIfe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvJ95tIIfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ95tIIfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ95tIIfe .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvJ95tIIfe .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvJ95tIIfe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvJ95tIIfe .mbr-section-title {
  color: #191c25;
}
.cid-uvJ95tIIfe .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvJ95tIIfe .mbr-section-title,
.cid-uvJ95tIIfe .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvJ66OJ8Jy {
  z-index: 1000;
  width: 100%;
}
.cid-uvJ66OJ8Jy nav.navbar {
  position: fixed;
}
.cid-uvJ66OJ8Jy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ66OJ8Jy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvJ66OJ8Jy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvJ66OJ8Jy .dropdown-item:hover,
.cid-uvJ66OJ8Jy .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvJ66OJ8Jy .dropdown-item:hover span {
  color: white;
}
.cid-uvJ66OJ8Jy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvJ66OJ8Jy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvJ66OJ8Jy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvJ66OJ8Jy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvJ66OJ8Jy .nav-link {
  position: relative;
}
.cid-uvJ66OJ8Jy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvJ66OJ8Jy .container {
    flex-wrap: nowrap;
  }
}
.cid-uvJ66OJ8Jy .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ66OJ8Jy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvJ66OJ8Jy .dropdown-menu,
.cid-uvJ66OJ8Jy .navbar.opened {
  background: #000000 !important;
}
.cid-uvJ66OJ8Jy .nav-item:focus,
.cid-uvJ66OJ8Jy .nav-link:focus {
  outline: none;
}
.cid-uvJ66OJ8Jy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvJ66OJ8Jy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvJ66OJ8Jy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvJ66OJ8Jy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ66OJ8Jy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvJ66OJ8Jy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvJ66OJ8Jy .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvJ66OJ8Jy .navbar.opened {
  transition: all 0.3s;
}
.cid-uvJ66OJ8Jy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvJ66OJ8Jy .navbar .navbar-logo img {
  width: auto;
}
.cid-uvJ66OJ8Jy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvJ66OJ8Jy .navbar.collapsed {
  justify-content: center;
}
.cid-uvJ66OJ8Jy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvJ66OJ8Jy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvJ66OJ8Jy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvJ66OJ8Jy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvJ66OJ8Jy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvJ66OJ8Jy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvJ66OJ8Jy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvJ66OJ8Jy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvJ66OJ8Jy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvJ66OJ8Jy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvJ66OJ8Jy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvJ66OJ8Jy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvJ66OJ8Jy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvJ66OJ8Jy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvJ66OJ8Jy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvJ66OJ8Jy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvJ66OJ8Jy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvJ66OJ8Jy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvJ66OJ8Jy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvJ66OJ8Jy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvJ66OJ8Jy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvJ66OJ8Jy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvJ66OJ8Jy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvJ66OJ8Jy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvJ66OJ8Jy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvJ66OJ8Jy .dropdown-item.active,
.cid-uvJ66OJ8Jy .dropdown-item:active {
  background-color: transparent;
}
.cid-uvJ66OJ8Jy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvJ66OJ8Jy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvJ66OJ8Jy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvJ66OJ8Jy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvJ66OJ8Jy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvJ66OJ8Jy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvJ66OJ8Jy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvJ66OJ8Jy ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvJ66OJ8Jy .navbar-buttons {
  text-align: center;
}
.cid-uvJ66OJ8Jy .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvJ66OJ8Jy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvJ66OJ8Jy .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvJ66OJ8Jy .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvJ66OJ8Jy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvJ66OJ8Jy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvJ66OJ8Jy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvJ66OJ8Jy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ66OJ8Jy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ66OJ8Jy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvJ66OJ8Jy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ66OJ8Jy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvJ66OJ8Jy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvJ66OJ8Jy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ66OJ8Jy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvJ66OJ8Jy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvJ66OJ8Jy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvJ66OJ8Jy .navbar {
    height: 70px;
  }
  .cid-uvJ66OJ8Jy .navbar.opened {
    height: auto;
  }
  .cid-uvJ66OJ8Jy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvJ66OJ8Jy .navbar-nav {
  margin: 0 auto;
}
.cid-uvJ66OJ8Jy .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvJ66OJ8Jy .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvJ66OJ8Jy .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvJ66OJ8Jy .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvJ66OJ8Jy .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvJ66OJ8Jy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvJ66OJ8Jy .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvJ66OJ8Jy .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvJ66OJ8Jy .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvJ66OJ8Jy .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvJ66OJ8Jy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvJ66OJ8Jy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvJ66OJ8Jy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvJ66OJ8Jy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvJ66OJ8Jy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvJ66OJ8Jy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvJ66OJ8Jy .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvJ66PGIMd {
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ66PGIMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ66PGIMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ66PGIMd .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ66PGIMd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvJ66PGIMd .mbr-text,
.cid-uvJ66PGIMd .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ66PGIMd H2 {
  color: #ffffff;
}
.cid-uvJ66PGIMd H3 {
  color: #ffffff;
}
.cid-uvJ66Qtak3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ66Qtak3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ66Qtak3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ66Qtak3 .content-wrapper {
  justify-content: center;
}
.cid-uvJ66Qtak3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ66Qtak3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvJ66Qtak3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvJ66Qtak3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ66Qtak3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvJ66Qtak3 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvJ66Qtak3 .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvJ66Qtak3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvJ66Qtak3 .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvJ66Qtak3 .video-wrapper:hover,
.cid-uvJ66Qtak3 .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvJ66Qtak3 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvJ66Qtak3 .box .mbr-media {
    height: 350px;
  }
}
.cid-uvJ66Qtak3 .box .mbr-media:hover img,
.cid-uvJ66Qtak3 .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvJ66Qtak3 .box .mbr-media:hover .icon-wrapper,
.cid-uvJ66Qtak3 .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvJ66Qtak3 .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ66Qtak3 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvJ66Qtak3 .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvJ66Qtak3 .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvJ66Qtak3 .mbr-media {
  position: relative;
}
.cid-uvJ66Qtak3 .mbr-media img {
  object-fit: cover;
}
.cid-uvJ66Qtak3 a:hover {
  background-image: none !important;
}
.cid-uvJ66Qtak3 .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvJ66Qtak3 .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvJ66Qtak3 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvJ66Qtak3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvJ66Qtak3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvJ66Qtak3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvJ66Qtak3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvJ66Qtak3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvJ66Qtak3 .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ66Qtak3 .mbr-text,
.cid-uvJ66Qtak3 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvJ66Qtak3 .mbr-desc,
.cid-uvJ66Qtak3 .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvJ66Qtak3 .mbr-section-title,
.cid-uvJ66Qtak3 .mbr-section-btn {
  text-align: center;
}
.cid-uvJ66RyMHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvJ66RyMHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ66RyMHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ66RyMHS .items-wrap {
  justify-content: space-between;
}
.cid-uvJ66RyMHS .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uvJ66RyMHS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ66RyMHS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvJ66RyMHS .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ66RyMHS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ66RyMHS .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-uvJ66RyMHS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvJ66RyMHS .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ66RyMHS .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uvJ66RyMHS .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uvJ66RyMHS .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uvJ66RyMHS .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uvJ66RyMHS .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uvJ66RyMHS .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uvJ66RyMHS .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvJ66RyMHS .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ66RyMHS .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ66RyMHS .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvJ66RyMHS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uvJ66RyMHS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ66RyMHS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uvJ66RyMHS .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uvJ66RyMHS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uvJ66RyMHS .mbr-section-title {
  color: #191c25;
}
.cid-uvJ66RyMHS .item-title {
  color: #191c25;
}
.cid-uvJ66RyMHS .item-text {
  color: #191c25;
}
.cid-uvJ66RyMHS .tabs-wrapper {
  text-align: right;
}
.cid-uvJ66RyMHS .mbr-section-title,
.cid-uvJ66RyMHS .title-wrapper,
.cid-uvJ66RyMHS .tabs-wrapper {
  color: #ffffff;
}
.cid-uvJ66SxW7G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uvJ66SxW7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ66SxW7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ66SxW7G .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ66SxW7G .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ66SxW7G .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uvJ66SxW7G .items-wrap .item {
  padding: 0 46px;
}
.cid-uvJ66SxW7G .item {
  margin-bottom: 32px;
}
.cid-uvJ66SxW7G .item:hover .item-wrapper .item-img img,
.cid-uvJ66SxW7G .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uvJ66SxW7G .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uvJ66SxW7G .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uvJ66SxW7G .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-uvJ66SxW7G .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ66SxW7G .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uvJ66SxW7G .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvJ66SxW7G .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uvJ66SxW7G .mbr-section-title {
  color: #191c25;
}
.cid-uvJ66SxW7G .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uvJ66SxW7G .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uvJ66SxW7G .item-title,
.cid-uvJ66SxW7G .mbr-section-btn {
  text-align: center;
}
.cid-uvJ66SxW7G .item-price {
  color: #191c25;
  text-align: center;
}
.cid-uvJ66TqC7V {
  background-color: #eeeef7;
}
.cid-uvJ66TqC7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ66TqC7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ66TqC7V .items-wrap {
  justify-content: space-between;
}
.cid-uvJ66TqC7V .content-wrapper {
  padding: 96px;
  background-color: #191c25;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ66TqC7V .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ66TqC7V .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ66TqC7V .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ66TqC7V .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ66TqC7V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ66TqC7V .content-wrap {
  height: 100%;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #bbbbbb;
}
@media (max-width: 1440px) {
  .cid-uvJ66TqC7V .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ66TqC7V .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ66TqC7V .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uvJ66TqC7V .mbr-section-title {
  color: #191c25;
}
.cid-uvJ66TqC7V .mbr-text {
  color: #f5f5fb;
}
.cid-uvJ66TqC7V label {
  color: #191c25;
}
.cid-uvJ66TqC7V .mbr-section-title,
.cid-uvJ66TqC7V .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ66UklTq {
  background-color: #454545;
}
.cid-uvJ66UklTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ66UklTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ66UklTq .items-wrap {
  justify-content: space-between;
}
.cid-uvJ66UklTq .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ66UklTq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ66UklTq .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ66UklTq .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ66UklTq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ66UklTq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ66UklTq .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uvJ66UklTq .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ66UklTq .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uvJ66UklTq .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uvJ66UklTq .google-map {
  height: 100%;
}
.cid-uvJ66UklTq .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvJ66UklTq .google-map iframe {
    height: 350px;
  }
}
.cid-uvJ66UklTq .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvJ66UklTq .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvJ66UklTq .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uvJ66UklTq .mbr-section-title {
  color: #191c25;
}
.cid-uvJ66UklTq .mbr-text {
  color: #ffffff;
}
.cid-uvJ66UklTq .mbr-address {
  color: #ffffff;
}
.cid-uvJ66UklTq .mbr-number_2,
.cid-uvJ66UklTq .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uvJ66UklTq .mbr-section-title,
.cid-uvJ66UklTq .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ66ViVQJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvJ66ViVQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ66ViVQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ66ViVQJ .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvJ66ViVQJ .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvJ66ViVQJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvJ66ViVQJ .mbr-section-title {
  color: #191c25;
}
.cid-uvJ66ViVQJ .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvJ66ViVQJ .mbr-section-title,
.cid-uvJ66ViVQJ .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvJ1tppdkX {
  z-index: 1000;
  width: 100%;
}
.cid-uvJ1tppdkX nav.navbar {
  position: fixed;
}
.cid-uvJ1tppdkX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ1tppdkX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvJ1tppdkX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvJ1tppdkX .dropdown-item:hover,
.cid-uvJ1tppdkX .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvJ1tppdkX .dropdown-item:hover span {
  color: white;
}
.cid-uvJ1tppdkX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvJ1tppdkX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvJ1tppdkX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvJ1tppdkX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvJ1tppdkX .nav-link {
  position: relative;
}
.cid-uvJ1tppdkX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvJ1tppdkX .container {
    flex-wrap: nowrap;
  }
}
.cid-uvJ1tppdkX .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ1tppdkX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvJ1tppdkX .dropdown-menu,
.cid-uvJ1tppdkX .navbar.opened {
  background: #000000 !important;
}
.cid-uvJ1tppdkX .nav-item:focus,
.cid-uvJ1tppdkX .nav-link:focus {
  outline: none;
}
.cid-uvJ1tppdkX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvJ1tppdkX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvJ1tppdkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvJ1tppdkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ1tppdkX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvJ1tppdkX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvJ1tppdkX .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvJ1tppdkX .navbar.opened {
  transition: all 0.3s;
}
.cid-uvJ1tppdkX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvJ1tppdkX .navbar .navbar-logo img {
  width: auto;
}
.cid-uvJ1tppdkX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvJ1tppdkX .navbar.collapsed {
  justify-content: center;
}
.cid-uvJ1tppdkX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvJ1tppdkX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvJ1tppdkX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvJ1tppdkX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvJ1tppdkX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvJ1tppdkX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvJ1tppdkX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvJ1tppdkX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvJ1tppdkX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvJ1tppdkX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvJ1tppdkX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvJ1tppdkX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvJ1tppdkX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvJ1tppdkX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvJ1tppdkX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvJ1tppdkX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvJ1tppdkX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvJ1tppdkX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvJ1tppdkX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvJ1tppdkX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvJ1tppdkX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvJ1tppdkX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvJ1tppdkX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvJ1tppdkX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvJ1tppdkX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvJ1tppdkX .dropdown-item.active,
.cid-uvJ1tppdkX .dropdown-item:active {
  background-color: transparent;
}
.cid-uvJ1tppdkX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvJ1tppdkX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvJ1tppdkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvJ1tppdkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvJ1tppdkX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvJ1tppdkX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvJ1tppdkX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvJ1tppdkX ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvJ1tppdkX .navbar-buttons {
  text-align: center;
}
.cid-uvJ1tppdkX .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvJ1tppdkX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvJ1tppdkX .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvJ1tppdkX .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvJ1tppdkX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvJ1tppdkX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvJ1tppdkX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvJ1tppdkX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ1tppdkX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ1tppdkX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvJ1tppdkX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ1tppdkX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvJ1tppdkX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvJ1tppdkX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ1tppdkX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvJ1tppdkX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvJ1tppdkX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvJ1tppdkX .navbar {
    height: 70px;
  }
  .cid-uvJ1tppdkX .navbar.opened {
    height: auto;
  }
  .cid-uvJ1tppdkX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvJ1tppdkX .navbar-nav {
  margin: 0 auto;
}
.cid-uvJ1tppdkX .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvJ1tppdkX .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvJ1tppdkX .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvJ1tppdkX .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvJ1tppdkX .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvJ1tppdkX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvJ1tppdkX .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvJ1tppdkX .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvJ1tppdkX .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvJ1tppdkX .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvJ1tppdkX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvJ1tppdkX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvJ1tppdkX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvJ1tppdkX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvJ1tppdkX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvJ1tppdkX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvJ1tppdkX .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvJ1tqhrOy {
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ1tqhrOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ1tqhrOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ1tqhrOy .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ1tqhrOy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvJ1tqhrOy .mbr-text,
.cid-uvJ1tqhrOy .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ1tqhrOy H2 {
  color: #ffffff;
}
.cid-uvJ1tqhrOy H3 {
  color: #ffffff;
}
.cid-uvJ1traW4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ1traW4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ1traW4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ1traW4Y .content-wrapper {
  justify-content: center;
}
.cid-uvJ1traW4Y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ1traW4Y .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvJ1traW4Y .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvJ1traW4Y .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ1traW4Y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvJ1traW4Y .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvJ1traW4Y .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvJ1traW4Y .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvJ1traW4Y .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvJ1traW4Y .video-wrapper:hover,
.cid-uvJ1traW4Y .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvJ1traW4Y .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvJ1traW4Y .box .mbr-media {
    height: 350px;
  }
}
.cid-uvJ1traW4Y .box .mbr-media:hover img,
.cid-uvJ1traW4Y .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvJ1traW4Y .box .mbr-media:hover .icon-wrapper,
.cid-uvJ1traW4Y .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvJ1traW4Y .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ1traW4Y .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvJ1traW4Y .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvJ1traW4Y .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvJ1traW4Y .mbr-media {
  position: relative;
}
.cid-uvJ1traW4Y .mbr-media img {
  object-fit: cover;
}
.cid-uvJ1traW4Y a:hover {
  background-image: none !important;
}
.cid-uvJ1traW4Y .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvJ1traW4Y .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvJ1traW4Y .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvJ1traW4Y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvJ1traW4Y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvJ1traW4Y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvJ1traW4Y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvJ1traW4Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvJ1traW4Y .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ1traW4Y .mbr-text,
.cid-uvJ1traW4Y .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvJ1traW4Y .mbr-desc,
.cid-uvJ1traW4Y .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvJ1traW4Y .mbr-section-title,
.cid-uvJ1traW4Y .mbr-section-btn {
  text-align: center;
}
.cid-uvJ1tsdwIX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvJ1tsdwIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ1tsdwIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ1tsdwIX .items-wrap {
  justify-content: space-between;
}
.cid-uvJ1tsdwIX .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uvJ1tsdwIX .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ1tsdwIX .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ1tsdwIX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ1tsdwIX .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-uvJ1tsdwIX .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvJ1tsdwIX .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uvJ1tsdwIX .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uvJ1tsdwIX .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uvJ1tsdwIX .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uvJ1tsdwIX .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvJ1tsdwIX .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ1tsdwIX .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvJ1tsdwIX .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uvJ1tsdwIX .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ1tsdwIX .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uvJ1tsdwIX .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uvJ1tsdwIX .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uvJ1tsdwIX .mbr-section-title {
  color: #191c25;
}
.cid-uvJ1tsdwIX .item-title {
  color: #191c25;
}
.cid-uvJ1tsdwIX .item-text {
  color: #191c25;
}
.cid-uvJ1tsdwIX .tabs-wrapper {
  text-align: right;
}
.cid-uvJ1tsdwIX .mbr-section-title,
.cid-uvJ1tsdwIX .title-wrapper,
.cid-uvJ1tsdwIX .tabs-wrapper {
  color: #ffffff;
}
.cid-uvJ1ttbl4b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uvJ1ttbl4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ1ttbl4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ1ttbl4b .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ1ttbl4b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ1ttbl4b .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uvJ1ttbl4b .items-wrap .item {
  padding: 0 46px;
}
.cid-uvJ1ttbl4b .item {
  margin-bottom: 32px;
}
.cid-uvJ1ttbl4b .item:hover .item-wrapper .item-img img,
.cid-uvJ1ttbl4b .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uvJ1ttbl4b .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uvJ1ttbl4b .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uvJ1ttbl4b .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-uvJ1ttbl4b .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ1ttbl4b .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uvJ1ttbl4b .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvJ1ttbl4b .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uvJ1ttbl4b .mbr-section-title {
  color: #191c25;
}
.cid-uvJ1ttbl4b .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uvJ1ttbl4b .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uvJ1ttbl4b .item-title,
.cid-uvJ1ttbl4b .mbr-section-btn {
  text-align: center;
}
.cid-uvJ1ttbl4b .item-price {
  color: #191c25;
  text-align: center;
}
.cid-uvJ1tu5wll {
  background-color: #eeeef7;
}
.cid-uvJ1tu5wll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ1tu5wll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ1tu5wll .items-wrap {
  justify-content: space-between;
}
.cid-uvJ1tu5wll .content-wrapper {
  padding: 96px;
  background-color: #191c25;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ1tu5wll .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ1tu5wll .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ1tu5wll .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ1tu5wll .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ1tu5wll .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ1tu5wll .content-wrap {
  height: 100%;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #bbbbbb;
}
@media (max-width: 1440px) {
  .cid-uvJ1tu5wll .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ1tu5wll .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ1tu5wll .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uvJ1tu5wll .mbr-section-title {
  color: #191c25;
}
.cid-uvJ1tu5wll .mbr-text {
  color: #f5f5fb;
}
.cid-uvJ1tu5wll label {
  color: #191c25;
}
.cid-uvJ1tu5wll .mbr-section-title,
.cid-uvJ1tu5wll .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ1tuVq4y {
  background-color: #454545;
}
.cid-uvJ1tuVq4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ1tuVq4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ1tuVq4y .items-wrap {
  justify-content: space-between;
}
.cid-uvJ1tuVq4y .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ1tuVq4y .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ1tuVq4y .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ1tuVq4y .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ1tuVq4y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ1tuVq4y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ1tuVq4y .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uvJ1tuVq4y .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ1tuVq4y .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uvJ1tuVq4y .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uvJ1tuVq4y .google-map {
  height: 100%;
}
.cid-uvJ1tuVq4y .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvJ1tuVq4y .google-map iframe {
    height: 350px;
  }
}
.cid-uvJ1tuVq4y .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvJ1tuVq4y .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvJ1tuVq4y .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uvJ1tuVq4y .mbr-section-title {
  color: #191c25;
}
.cid-uvJ1tuVq4y .mbr-text {
  color: #ffffff;
}
.cid-uvJ1tuVq4y .mbr-address {
  color: #ffffff;
}
.cid-uvJ1tuVq4y .mbr-number_2,
.cid-uvJ1tuVq4y .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uvJ1tuVq4y .mbr-section-title,
.cid-uvJ1tuVq4y .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ1tvU8Rr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvJ1tvU8Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ1tvU8Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ1tvU8Rr .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvJ1tvU8Rr .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvJ1tvU8Rr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvJ1tvU8Rr .mbr-section-title {
  color: #191c25;
}
.cid-uvJ1tvU8Rr .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvJ1tvU8Rr .mbr-section-title,
.cid-uvJ1tvU8Rr .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvJ9Ebn0fS {
  z-index: 1000;
  width: 100%;
}
.cid-uvJ9Ebn0fS nav.navbar {
  position: fixed;
}
.cid-uvJ9Ebn0fS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ9Ebn0fS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvJ9Ebn0fS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvJ9Ebn0fS .dropdown-item:hover,
.cid-uvJ9Ebn0fS .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvJ9Ebn0fS .dropdown-item:hover span {
  color: white;
}
.cid-uvJ9Ebn0fS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvJ9Ebn0fS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvJ9Ebn0fS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvJ9Ebn0fS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvJ9Ebn0fS .nav-link {
  position: relative;
}
.cid-uvJ9Ebn0fS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvJ9Ebn0fS .container {
    flex-wrap: nowrap;
  }
}
.cid-uvJ9Ebn0fS .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ9Ebn0fS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvJ9Ebn0fS .dropdown-menu,
.cid-uvJ9Ebn0fS .navbar.opened {
  background: #000000 !important;
}
.cid-uvJ9Ebn0fS .nav-item:focus,
.cid-uvJ9Ebn0fS .nav-link:focus {
  outline: none;
}
.cid-uvJ9Ebn0fS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvJ9Ebn0fS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvJ9Ebn0fS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvJ9Ebn0fS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJ9Ebn0fS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvJ9Ebn0fS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvJ9Ebn0fS .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvJ9Ebn0fS .navbar.opened {
  transition: all 0.3s;
}
.cid-uvJ9Ebn0fS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvJ9Ebn0fS .navbar .navbar-logo img {
  width: auto;
}
.cid-uvJ9Ebn0fS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvJ9Ebn0fS .navbar.collapsed {
  justify-content: center;
}
.cid-uvJ9Ebn0fS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvJ9Ebn0fS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvJ9Ebn0fS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvJ9Ebn0fS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvJ9Ebn0fS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvJ9Ebn0fS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvJ9Ebn0fS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvJ9Ebn0fS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvJ9Ebn0fS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvJ9Ebn0fS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvJ9Ebn0fS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvJ9Ebn0fS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvJ9Ebn0fS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvJ9Ebn0fS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvJ9Ebn0fS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvJ9Ebn0fS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvJ9Ebn0fS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvJ9Ebn0fS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvJ9Ebn0fS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvJ9Ebn0fS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvJ9Ebn0fS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvJ9Ebn0fS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvJ9Ebn0fS .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvJ9Ebn0fS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvJ9Ebn0fS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvJ9Ebn0fS .dropdown-item.active,
.cid-uvJ9Ebn0fS .dropdown-item:active {
  background-color: transparent;
}
.cid-uvJ9Ebn0fS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvJ9Ebn0fS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvJ9Ebn0fS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvJ9Ebn0fS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvJ9Ebn0fS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvJ9Ebn0fS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvJ9Ebn0fS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvJ9Ebn0fS ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvJ9Ebn0fS .navbar-buttons {
  text-align: center;
}
.cid-uvJ9Ebn0fS .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvJ9Ebn0fS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvJ9Ebn0fS .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvJ9Ebn0fS .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvJ9Ebn0fS button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvJ9Ebn0fS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvJ9Ebn0fS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvJ9Ebn0fS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ9Ebn0fS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJ9Ebn0fS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvJ9Ebn0fS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ9Ebn0fS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvJ9Ebn0fS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvJ9Ebn0fS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJ9Ebn0fS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvJ9Ebn0fS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvJ9Ebn0fS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvJ9Ebn0fS .navbar {
    height: 70px;
  }
  .cid-uvJ9Ebn0fS .navbar.opened {
    height: auto;
  }
  .cid-uvJ9Ebn0fS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvJ9Ebn0fS .navbar-nav {
  margin: 0 auto;
}
.cid-uvJ9Ebn0fS .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvJ9Ebn0fS .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvJ9Ebn0fS .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvJ9Ebn0fS .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvJ9Ebn0fS .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvJ9Ebn0fS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvJ9Ebn0fS .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvJ9Ebn0fS .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvJ9Ebn0fS .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvJ9Ebn0fS .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvJ9Ebn0fS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvJ9Ebn0fS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvJ9Ebn0fS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvJ9Ebn0fS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvJ9Ebn0fS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvJ9Ebn0fS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvJ9Ebn0fS .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvJ9EbSHno {
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ9EbSHno .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ9EbSHno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ9EbSHno .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ9EbSHno .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvJ9EbSHno .mbr-text,
.cid-uvJ9EbSHno .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ9EbSHno H2 {
  color: #ffffff;
}
.cid-uvJ9EbSHno H3 {
  color: #ffffff;
}
.cid-uvJ9Eci9SN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJ9Eci9SN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ9Eci9SN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ9Eci9SN .content-wrapper {
  justify-content: center;
}
.cid-uvJ9Eci9SN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ9Eci9SN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvJ9Eci9SN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvJ9Eci9SN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ9Eci9SN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvJ9Eci9SN .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvJ9Eci9SN .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvJ9Eci9SN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvJ9Eci9SN .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvJ9Eci9SN .video-wrapper:hover,
.cid-uvJ9Eci9SN .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvJ9Eci9SN .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvJ9Eci9SN .box .mbr-media {
    height: 350px;
  }
}
.cid-uvJ9Eci9SN .box .mbr-media:hover img,
.cid-uvJ9Eci9SN .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvJ9Eci9SN .box .mbr-media:hover .icon-wrapper,
.cid-uvJ9Eci9SN .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvJ9Eci9SN .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ9Eci9SN .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvJ9Eci9SN .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvJ9Eci9SN .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvJ9Eci9SN .mbr-media {
  position: relative;
}
.cid-uvJ9Eci9SN .mbr-media img {
  object-fit: cover;
}
.cid-uvJ9Eci9SN a:hover {
  background-image: none !important;
}
.cid-uvJ9Eci9SN .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvJ9Eci9SN .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvJ9Eci9SN .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvJ9Eci9SN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvJ9Eci9SN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvJ9Eci9SN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvJ9Eci9SN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvJ9Eci9SN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvJ9Eci9SN .mbr-section-title {
  color: #ffffff;
}
.cid-uvJ9Eci9SN .mbr-text,
.cid-uvJ9Eci9SN .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvJ9Eci9SN .mbr-desc,
.cid-uvJ9Eci9SN .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvJ9Eci9SN .mbr-section-title,
.cid-uvJ9Eci9SN .mbr-section-btn {
  text-align: center;
}
.cid-uvJ9EcVjwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvJ9EcVjwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ9EcVjwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ9EcVjwW .items-wrap {
  justify-content: space-between;
}
.cid-uvJ9EcVjwW .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uvJ9EcVjwW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ9EcVjwW .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ9EcVjwW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJ9EcVjwW .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-uvJ9EcVjwW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvJ9EcVjwW .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uvJ9EcVjwW .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uvJ9EcVjwW .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uvJ9EcVjwW .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uvJ9EcVjwW .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvJ9EcVjwW .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ9EcVjwW .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvJ9EcVjwW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uvJ9EcVjwW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uvJ9EcVjwW .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uvJ9EcVjwW .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uvJ9EcVjwW .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uvJ9EcVjwW .mbr-section-title {
  color: #191c25;
}
.cid-uvJ9EcVjwW .item-title {
  color: #191c25;
}
.cid-uvJ9EcVjwW .item-text {
  color: #191c25;
}
.cid-uvJ9EcVjwW .tabs-wrapper {
  text-align: right;
}
.cid-uvJ9EcVjwW .mbr-section-title,
.cid-uvJ9EcVjwW .title-wrapper,
.cid-uvJ9EcVjwW .tabs-wrapper {
  color: #ffffff;
}
.cid-uvJ9Edwc9n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uvJ9Edwc9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ9Edwc9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ9Edwc9n .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ9Edwc9n .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ9Edwc9n .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uvJ9Edwc9n .items-wrap .item {
  padding: 0 46px;
}
.cid-uvJ9Edwc9n .item {
  margin-bottom: 32px;
}
.cid-uvJ9Edwc9n .item:hover .item-wrapper .item-img img,
.cid-uvJ9Edwc9n .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uvJ9Edwc9n .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uvJ9Edwc9n .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uvJ9Edwc9n .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-uvJ9Edwc9n .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJ9Edwc9n .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uvJ9Edwc9n .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvJ9Edwc9n .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uvJ9Edwc9n .mbr-section-title {
  color: #191c25;
}
.cid-uvJ9Edwc9n .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uvJ9Edwc9n .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uvJ9Edwc9n .item-title,
.cid-uvJ9Edwc9n .mbr-section-btn {
  text-align: center;
}
.cid-uvJ9Edwc9n .item-price {
  color: #191c25;
  text-align: center;
}
.cid-uvJ9Ee4Egr {
  background-color: #eeeef7;
}
.cid-uvJ9Ee4Egr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ9Ee4Egr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ9Ee4Egr .items-wrap {
  justify-content: space-between;
}
.cid-uvJ9Ee4Egr .content-wrapper {
  padding: 96px;
  background-color: #191c25;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ9Ee4Egr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ9Ee4Egr .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ9Ee4Egr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ9Ee4Egr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ9Ee4Egr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ9Ee4Egr .content-wrap {
  height: 100%;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #bbbbbb;
}
@media (max-width: 1440px) {
  .cid-uvJ9Ee4Egr .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ9Ee4Egr .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJ9Ee4Egr .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uvJ9Ee4Egr .mbr-section-title {
  color: #191c25;
}
.cid-uvJ9Ee4Egr .mbr-text {
  color: #f5f5fb;
}
.cid-uvJ9Ee4Egr label {
  color: #191c25;
}
.cid-uvJ9Ee4Egr .mbr-section-title,
.cid-uvJ9Ee4Egr .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ9Eez6p3 {
  background-color: #454545;
}
.cid-uvJ9Eez6p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ9Eez6p3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ9Eez6p3 .items-wrap {
  justify-content: space-between;
}
.cid-uvJ9Eez6p3 .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJ9Eez6p3 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ9Eez6p3 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJ9Eez6p3 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJ9Eez6p3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJ9Eez6p3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJ9Eez6p3 .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uvJ9Eez6p3 .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJ9Eez6p3 .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uvJ9Eez6p3 .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uvJ9Eez6p3 .google-map {
  height: 100%;
}
.cid-uvJ9Eez6p3 .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvJ9Eez6p3 .google-map iframe {
    height: 350px;
  }
}
.cid-uvJ9Eez6p3 .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvJ9Eez6p3 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvJ9Eez6p3 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uvJ9Eez6p3 .mbr-section-title {
  color: #191c25;
}
.cid-uvJ9Eez6p3 .mbr-text {
  color: #ffffff;
}
.cid-uvJ9Eez6p3 .mbr-address {
  color: #ffffff;
}
.cid-uvJ9Eez6p3 .mbr-number_2,
.cid-uvJ9Eez6p3 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uvJ9Eez6p3 .mbr-section-title,
.cid-uvJ9Eez6p3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvJ9Ef9l59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvJ9Ef9l59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJ9Ef9l59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJ9Ef9l59 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvJ9Ef9l59 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvJ9Ef9l59 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvJ9Ef9l59 .mbr-section-title {
  color: #191c25;
}
.cid-uvJ9Ef9l59 .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvJ9Ef9l59 .mbr-section-title,
.cid-uvJ9Ef9l59 .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvJblxQsIQ {
  z-index: 1000;
  width: 100%;
}
.cid-uvJblxQsIQ nav.navbar {
  position: fixed;
}
.cid-uvJblxQsIQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJblxQsIQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvJblxQsIQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvJblxQsIQ .dropdown-item:hover,
.cid-uvJblxQsIQ .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvJblxQsIQ .dropdown-item:hover span {
  color: white;
}
.cid-uvJblxQsIQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvJblxQsIQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvJblxQsIQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvJblxQsIQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvJblxQsIQ .nav-link {
  position: relative;
}
.cid-uvJblxQsIQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvJblxQsIQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uvJblxQsIQ .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvJblxQsIQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvJblxQsIQ .dropdown-menu,
.cid-uvJblxQsIQ .navbar.opened {
  background: #000000 !important;
}
.cid-uvJblxQsIQ .nav-item:focus,
.cid-uvJblxQsIQ .nav-link:focus {
  outline: none;
}
.cid-uvJblxQsIQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvJblxQsIQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvJblxQsIQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvJblxQsIQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvJblxQsIQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvJblxQsIQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvJblxQsIQ .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvJblxQsIQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uvJblxQsIQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvJblxQsIQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uvJblxQsIQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvJblxQsIQ .navbar.collapsed {
  justify-content: center;
}
.cid-uvJblxQsIQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvJblxQsIQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvJblxQsIQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvJblxQsIQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvJblxQsIQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvJblxQsIQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvJblxQsIQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvJblxQsIQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvJblxQsIQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvJblxQsIQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvJblxQsIQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvJblxQsIQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvJblxQsIQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvJblxQsIQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvJblxQsIQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvJblxQsIQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvJblxQsIQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvJblxQsIQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvJblxQsIQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvJblxQsIQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvJblxQsIQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvJblxQsIQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvJblxQsIQ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvJblxQsIQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvJblxQsIQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvJblxQsIQ .dropdown-item.active,
.cid-uvJblxQsIQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uvJblxQsIQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvJblxQsIQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvJblxQsIQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvJblxQsIQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvJblxQsIQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvJblxQsIQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvJblxQsIQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvJblxQsIQ ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvJblxQsIQ .navbar-buttons {
  text-align: center;
}
.cid-uvJblxQsIQ .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvJblxQsIQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvJblxQsIQ .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvJblxQsIQ .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvJblxQsIQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvJblxQsIQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvJblxQsIQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvJblxQsIQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJblxQsIQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvJblxQsIQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvJblxQsIQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJblxQsIQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvJblxQsIQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvJblxQsIQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvJblxQsIQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvJblxQsIQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvJblxQsIQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvJblxQsIQ .navbar {
    height: 70px;
  }
  .cid-uvJblxQsIQ .navbar.opened {
    height: auto;
  }
  .cid-uvJblxQsIQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvJblxQsIQ .navbar-nav {
  margin: 0 auto;
}
.cid-uvJblxQsIQ .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvJblxQsIQ .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvJblxQsIQ .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvJblxQsIQ .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvJblxQsIQ .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvJblxQsIQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvJblxQsIQ .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvJblxQsIQ .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvJblxQsIQ .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvJblxQsIQ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvJblxQsIQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvJblxQsIQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvJblxQsIQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvJblxQsIQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvJblxQsIQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvJblxQsIQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvJblxQsIQ .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvJblyocrU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvJblyocrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJblyocrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJblyocrU .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uvJblyocrU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJblyocrU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvJblyocrU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJblyocrU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-uvJblyocrU .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uvJblyocrU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvJblyocrU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uvJblyocrU .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uvJblyocrU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvJblyocrU .mbr-section-title {
  color: #191c25;
}
.cid-uvJblyocrU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvJblyocrU .mbr-section-title,
.cid-uvJblyocrU .mbr-section-btn,
.cid-uvJblyocrU .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uvJblyocrU .mbr-section-title,
.cid-uvJblyocrU .mbr-section-btn,
.cid-uvJblyocrU .title-wrapper DIV {
  text-align: left;
}
.cid-uwgr3m1CvU {
  background-color: #191c25;
}
.cid-uwgr3m1CvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwgr3m1CvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwgr3m1CvU .items-wrap {
  justify-content: space-between;
}
.cid-uwgr3m1CvU .title-wrapper {
  margin-bottom: 32px;
}
.cid-uwgr3m1CvU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwgr3m1CvU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwgr3m1CvU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwgr3m1CvU .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uwgr3m1CvU .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwgr3m1CvU .video-block {
    margin-bottom: 24px;
  }
}
.cid-uwgr3m1CvU .mbr-figure__img {
  object-fit: cover;
}
.cid-uwgr3m1CvU .app-video-wrapper::before {
  color: #e33f32;
  box-shadow: none;
}
.cid-uwgr3m1CvU .mbr-section-title {
  color: #000000;
}
.cid-uwgr3m1CvU .mbr-text {
  color: #000000;
}
.cid-uwgr3m1CvU .mbr-section-title,
.cid-uwgr3m1CvU .mbr-section-btn {
  color: #ffffff;
}
.cid-uwgr3m1CvU .mbr-text,
.cid-uwgr3m1CvU .text-wrapper {
  color: #f5f5fb;
}
.cid-uwhmfvu8Sj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191c25;
}
.cid-uwhmfvu8Sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwhmfvu8Sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwhmfvu8Sj .items-wrap {
  justify-content: space-between;
}
.cid-uwhmfvu8Sj .title-wrapper {
  margin-bottom: 32px;
}
.cid-uwhmfvu8Sj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwhmfvu8Sj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwhmfvu8Sj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwhmfvu8Sj .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uwhmfvu8Sj .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwhmfvu8Sj .video-block {
    margin-bottom: 24px;
  }
}
.cid-uwhmfvu8Sj .mbr-figure__img {
  object-fit: cover;
}
.cid-uwhmfvu8Sj .app-video-wrapper::before {
  color: #e33f32;
  box-shadow: none;
}
.cid-uwhmfvu8Sj .mbr-section-title {
  color: #000000;
}
.cid-uwhmfvu8Sj .mbr-text {
  color: #000000;
}
.cid-uwhmfvu8Sj .mbr-section-title,
.cid-uwhmfvu8Sj .mbr-section-btn {
  color: #ffffff;
}
.cid-uwhmfvu8Sj .mbr-text,
.cid-uwhmfvu8Sj .text-wrapper {
  color: #f5f5fb;
}
.cid-uvJblyNGGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvJblyNGGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJblyNGGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJblyNGGv .content-wrapper {
  justify-content: center;
}
.cid-uvJblyNGGv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJblyNGGv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvJblyNGGv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvJblyNGGv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvJblyNGGv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvJblyNGGv .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvJblyNGGv .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvJblyNGGv .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvJblyNGGv .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvJblyNGGv .video-wrapper:hover,
.cid-uvJblyNGGv .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvJblyNGGv .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvJblyNGGv .box .mbr-media {
    height: 350px;
  }
}
.cid-uvJblyNGGv .box .mbr-media:hover img,
.cid-uvJblyNGGv .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvJblyNGGv .box .mbr-media:hover .icon-wrapper,
.cid-uvJblyNGGv .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvJblyNGGv .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvJblyNGGv .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvJblyNGGv .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvJblyNGGv .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvJblyNGGv .mbr-media {
  position: relative;
}
.cid-uvJblyNGGv .mbr-media img {
  object-fit: cover;
}
.cid-uvJblyNGGv a:hover {
  background-image: none !important;
}
.cid-uvJblyNGGv .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvJblyNGGv .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvJblyNGGv .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvJblyNGGv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvJblyNGGv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvJblyNGGv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvJblyNGGv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvJblyNGGv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvJblyNGGv .mbr-section-title {
  color: #ffffff;
}
.cid-uvJblyNGGv .mbr-text,
.cid-uvJblyNGGv .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvJblyNGGv .mbr-desc,
.cid-uvJblyNGGv .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvJblyNGGv .mbr-section-title,
.cid-uvJblyNGGv .mbr-section-btn {
  text-align: center;
}
.cid-uvJblBM1jD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #454545;
}
.cid-uvJblBM1jD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJblBM1jD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJblBM1jD .items-wrap {
  justify-content: space-between;
}
.cid-uvJblBM1jD .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvJblBM1jD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJblBM1jD .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvJblBM1jD .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvJblBM1jD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvJblBM1jD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvJblBM1jD .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uvJblBM1jD .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvJblBM1jD .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uvJblBM1jD .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uvJblBM1jD .google-map {
  height: 100%;
}
.cid-uvJblBM1jD .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvJblBM1jD .google-map iframe {
    height: 350px;
  }
}
.cid-uvJblBM1jD .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvJblBM1jD .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvJblBM1jD .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uvJblBM1jD .mbr-section-title {
  color: #191c25;
}
.cid-uvJblBM1jD .mbr-text {
  color: #ffffff;
}
.cid-uvJblBM1jD .mbr-address {
  color: #ffffff;
}
.cid-uvJblBM1jD .mbr-number_2,
.cid-uvJblBM1jD .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uvJblBM1jD .mbr-section-title,
.cid-uvJblBM1jD .mbr-section-btn {
  color: #ffffff;
}
.cid-uwfZ0pttux {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #191c25;
}
.cid-uwfZ0pttux .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uwfZ0pttux .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bbbbbb;
}
.cid-uwfZ0pttux .svg-top .st0 {
  fill: #191c25;
}
@media (max-width: 992px) {
  .cid-uwfZ0pttux .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uwfZ0pttux .text-content {
    max-width: none;
  }
}
.cid-uwfZ0pttux .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uwfZ0pttux .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uwfZ0pttux .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwfZ0pttux .icons {
    justify-content: center !important;
  }
  .cid-uwfZ0pttux .text-content * {
    text-align: center;
  }
}
.cid-uwfZ0pttux P {
  color: #ffffff;
}
.cid-uwfZ0pttux .mbr-section-title {
  color: #ffffff;
}
.cid-uvJblCpNKG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvJblCpNKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJblCpNKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJblCpNKG .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvJblCpNKG .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvJblCpNKG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvJblCpNKG .mbr-section-title {
  color: #191c25;
}
.cid-uvJblCpNKG .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvJblCpNKG .mbr-section-title,
.cid-uvJblCpNKG .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvIYEGFWIr {
  z-index: 1000;
  width: 100%;
}
.cid-uvIYEGFWIr nav.navbar {
  position: fixed;
}
.cid-uvIYEGFWIr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvIYEGFWIr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvIYEGFWIr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvIYEGFWIr .dropdown-item:hover,
.cid-uvIYEGFWIr .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvIYEGFWIr .dropdown-item:hover span {
  color: white;
}
.cid-uvIYEGFWIr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvIYEGFWIr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvIYEGFWIr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvIYEGFWIr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvIYEGFWIr .nav-link {
  position: relative;
}
.cid-uvIYEGFWIr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvIYEGFWIr .container {
    flex-wrap: nowrap;
  }
}
.cid-uvIYEGFWIr .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvIYEGFWIr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvIYEGFWIr .dropdown-menu,
.cid-uvIYEGFWIr .navbar.opened {
  background: #000000 !important;
}
.cid-uvIYEGFWIr .nav-item:focus,
.cid-uvIYEGFWIr .nav-link:focus {
  outline: none;
}
.cid-uvIYEGFWIr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvIYEGFWIr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvIYEGFWIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvIYEGFWIr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvIYEGFWIr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvIYEGFWIr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvIYEGFWIr .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvIYEGFWIr .navbar.opened {
  transition: all 0.3s;
}
.cid-uvIYEGFWIr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvIYEGFWIr .navbar .navbar-logo img {
  width: auto;
}
.cid-uvIYEGFWIr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvIYEGFWIr .navbar.collapsed {
  justify-content: center;
}
.cid-uvIYEGFWIr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvIYEGFWIr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvIYEGFWIr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvIYEGFWIr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvIYEGFWIr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvIYEGFWIr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvIYEGFWIr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvIYEGFWIr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvIYEGFWIr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvIYEGFWIr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvIYEGFWIr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvIYEGFWIr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvIYEGFWIr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvIYEGFWIr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvIYEGFWIr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvIYEGFWIr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvIYEGFWIr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvIYEGFWIr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvIYEGFWIr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvIYEGFWIr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvIYEGFWIr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvIYEGFWIr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvIYEGFWIr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvIYEGFWIr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvIYEGFWIr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvIYEGFWIr .dropdown-item.active,
.cid-uvIYEGFWIr .dropdown-item:active {
  background-color: transparent;
}
.cid-uvIYEGFWIr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvIYEGFWIr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvIYEGFWIr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvIYEGFWIr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvIYEGFWIr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvIYEGFWIr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvIYEGFWIr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvIYEGFWIr ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvIYEGFWIr .navbar-buttons {
  text-align: center;
}
.cid-uvIYEGFWIr .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvIYEGFWIr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvIYEGFWIr .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvIYEGFWIr .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvIYEGFWIr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvIYEGFWIr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvIYEGFWIr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvIYEGFWIr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvIYEGFWIr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvIYEGFWIr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvIYEGFWIr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvIYEGFWIr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvIYEGFWIr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvIYEGFWIr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvIYEGFWIr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvIYEGFWIr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvIYEGFWIr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvIYEGFWIr .navbar {
    height: 70px;
  }
  .cid-uvIYEGFWIr .navbar.opened {
    height: auto;
  }
  .cid-uvIYEGFWIr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvIYEGFWIr .navbar-nav {
  margin: 0 auto;
}
.cid-uvIYEGFWIr .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvIYEGFWIr .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvIYEGFWIr .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvIYEGFWIr .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvIYEGFWIr .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvIYEGFWIr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvIYEGFWIr .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvIYEGFWIr .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvIYEGFWIr .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvIYEGFWIr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvIYEGFWIr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvIYEGFWIr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvIYEGFWIr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvIYEGFWIr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvIYEGFWIr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvIYEGFWIr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvIYEGFWIr .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvOZueCzBw {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1600x1920.png");
}
.cid-uvOZueCzBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOZueCzBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvOZueCzBw .container {
    padding: 0 30px;
  }
}
.cid-uvOZueCzBw .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvOZueCzBw .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uvOZueCzBw .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uvOZueCzBw .image-wrapper img {
    height: 300px;
  }
}
.cid-uvOZueCzBw .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uvOZueCzBw .text-wrapper {
    margin: 0;
  }
}
.cid-uvOZueCzBw .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uvOZueCzBw .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvOZueCzBw .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvOZueCzBw .mbr-section-title {
  color: #ffffff;
}
.cid-uvOZueCzBw .mbr-text {
  color: #ffffff;
}
.cid-uvP1jzhGq8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1600x1920.png");
}
.cid-uvP1jzhGq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvP1jzhGq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvP1jzhGq8 .container {
    padding: 0 30px;
  }
}
.cid-uvP1jzhGq8 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvP1jzhGq8 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uvP1jzhGq8 .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-uvP1jzhGq8 .image-wrapper img {
    height: 300px;
  }
}
.cid-uvP1jzhGq8 .text-wrapper {
  margin-left: 32px;
  margin-left: 0;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvP1jzhGq8 .text-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvP1jzhGq8 .text-wrapper {
    margin: 0;
  }
}
.cid-uvP1jzhGq8 .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uvP1jzhGq8 .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uvP1jzhGq8 .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uvP1jzhGq8 .mbr-section-title {
  color: #ffffff;
}
.cid-uvP1jzhGq8 .mbr-text {
  color: #ffffff;
}
.cid-uvIYEHCiYa {
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvIYEHCiYa .bordo_fico_spacedxsx_ridotto {
  padding: 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px 200px 0px 100px;
  text-align: justify-content-center;
  line-height: 150%;
}
.cid-uvIYEHCiYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIYEHCiYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIYEHCiYa .mbr-section-title {
  color: #ffffff;
}
.cid-uvIYEHCiYa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvIYEHCiYa .mbr-text,
.cid-uvIYEHCiYa .mbr-section-btn {
  color: #ffffff;
}
.cid-uvIYEHCiYa H2 {
  color: #ffffff;
}
.cid-uvIYEHCiYa H3 {
  color: #ffffff;
}
.cid-uvIYEIy0wH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvIYEIy0wH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIYEIy0wH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIYEIy0wH .content-wrapper {
  justify-content: center;
}
.cid-uvIYEIy0wH .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvIYEIy0wH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvIYEIy0wH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvIYEIy0wH .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvIYEIy0wH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvIYEIy0wH .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvIYEIy0wH .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvIYEIy0wH .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvIYEIy0wH .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvIYEIy0wH .video-wrapper:hover,
.cid-uvIYEIy0wH .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvIYEIy0wH .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvIYEIy0wH .box .mbr-media {
    height: 350px;
  }
}
.cid-uvIYEIy0wH .box .mbr-media:hover img,
.cid-uvIYEIy0wH .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvIYEIy0wH .box .mbr-media:hover .icon-wrapper,
.cid-uvIYEIy0wH .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvIYEIy0wH .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvIYEIy0wH .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvIYEIy0wH .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvIYEIy0wH .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvIYEIy0wH .mbr-media {
  position: relative;
}
.cid-uvIYEIy0wH .mbr-media img {
  object-fit: cover;
}
.cid-uvIYEIy0wH a:hover {
  background-image: none !important;
}
.cid-uvIYEIy0wH .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvIYEIy0wH .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvIYEIy0wH .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvIYEIy0wH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvIYEIy0wH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvIYEIy0wH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvIYEIy0wH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvIYEIy0wH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvIYEIy0wH .mbr-section-title {
  color: #ffffff;
}
.cid-uvIYEIy0wH .mbr-text,
.cid-uvIYEIy0wH .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvIYEIy0wH .mbr-desc,
.cid-uvIYEIy0wH .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvIYEIy0wH .mbr-section-title,
.cid-uvIYEIy0wH .mbr-section-btn {
  text-align: center;
}
.cid-uvIYEJAYHM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvIYEJAYHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIYEJAYHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIYEJAYHM .items-wrap {
  justify-content: space-between;
}
.cid-uvIYEJAYHM .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uvIYEJAYHM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvIYEJAYHM .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvIYEJAYHM .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvIYEJAYHM .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvIYEJAYHM .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-uvIYEJAYHM .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvIYEJAYHM .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvIYEJAYHM .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uvIYEJAYHM .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uvIYEJAYHM .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uvIYEJAYHM .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uvIYEJAYHM .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uvIYEJAYHM .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uvIYEJAYHM .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvIYEJAYHM .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvIYEJAYHM .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvIYEJAYHM .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvIYEJAYHM .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uvIYEJAYHM .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uvIYEJAYHM .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uvIYEJAYHM .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uvIYEJAYHM .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uvIYEJAYHM .mbr-section-title {
  color: #191c25;
}
.cid-uvIYEJAYHM .item-title {
  color: #191c25;
}
.cid-uvIYEJAYHM .item-text {
  color: #191c25;
}
.cid-uvIYEJAYHM .tabs-wrapper {
  text-align: right;
}
.cid-uvIYEJAYHM .mbr-section-title,
.cid-uvIYEJAYHM .title-wrapper,
.cid-uvIYEJAYHM .tabs-wrapper {
  color: #ffffff;
}
.cid-uvIYEKtZyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uvIYEKtZyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIYEKtZyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIYEKtZyw .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvIYEKtZyw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvIYEKtZyw .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uvIYEKtZyw .items-wrap .item {
  padding: 0 46px;
}
.cid-uvIYEKtZyw .item {
  margin-bottom: 32px;
}
.cid-uvIYEKtZyw .item:hover .item-wrapper .item-img img,
.cid-uvIYEKtZyw .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uvIYEKtZyw .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uvIYEKtZyw .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uvIYEKtZyw .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-uvIYEKtZyw .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvIYEKtZyw .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uvIYEKtZyw .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvIYEKtZyw .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uvIYEKtZyw .mbr-section-title {
  color: #191c25;
}
.cid-uvIYEKtZyw .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uvIYEKtZyw .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uvIYEKtZyw .item-title,
.cid-uvIYEKtZyw .mbr-section-btn {
  text-align: center;
}
.cid-uvIYEKtZyw .item-price {
  color: #191c25;
  text-align: center;
}
.cid-uvIYELqaq1 {
  background-color: #eeeef7;
}
.cid-uvIYELqaq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIYELqaq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIYELqaq1 .items-wrap {
  justify-content: space-between;
}
.cid-uvIYELqaq1 .content-wrapper {
  padding: 96px;
  background-color: #191c25;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvIYELqaq1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvIYELqaq1 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvIYELqaq1 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvIYELqaq1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvIYELqaq1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvIYELqaq1 .content-wrap {
  height: 100%;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #bbbbbb;
}
@media (max-width: 1440px) {
  .cid-uvIYELqaq1 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvIYELqaq1 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvIYELqaq1 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uvIYELqaq1 .mbr-section-title {
  color: #191c25;
}
.cid-uvIYELqaq1 .mbr-text {
  color: #f5f5fb;
}
.cid-uvIYELqaq1 label {
  color: #191c25;
}
.cid-uvIYELqaq1 .mbr-section-title,
.cid-uvIYELqaq1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvIYEMhD0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uvIYEMhD0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIYEMhD0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIYEMhD0Y .items-wrap {
  justify-content: space-between;
}
.cid-uvIYEMhD0Y .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvIYEMhD0Y .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvIYEMhD0Y .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvIYEMhD0Y .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvIYEMhD0Y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvIYEMhD0Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvIYEMhD0Y .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uvIYEMhD0Y .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvIYEMhD0Y .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uvIYEMhD0Y .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uvIYEMhD0Y .google-map {
  height: 100%;
}
.cid-uvIYEMhD0Y .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvIYEMhD0Y .google-map iframe {
    height: 350px;
  }
}
.cid-uvIYEMhD0Y .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvIYEMhD0Y .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvIYEMhD0Y .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uvIYEMhD0Y .mbr-section-title {
  color: #191c25;
}
.cid-uvIYEMhD0Y .mbr-text {
  color: #ffffff;
}
.cid-uvIYEMhD0Y .mbr-address {
  color: #ffffff;
}
.cid-uvIYEMhD0Y .mbr-number_2,
.cid-uvIYEMhD0Y .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uvIYEMhD0Y .mbr-section-title,
.cid-uvIYEMhD0Y .mbr-section-btn {
  color: #ffffff;
}
.cid-uvSXut7vs9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #191c25;
}
.cid-uvSXut7vs9 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uvSXut7vs9 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bbbbbb;
}
.cid-uvSXut7vs9 .svg-top .st0 {
  fill: #191c25;
}
@media (max-width: 992px) {
  .cid-uvSXut7vs9 .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uvSXut7vs9 .text-content {
    max-width: none;
  }
}
.cid-uvSXut7vs9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uvSXut7vs9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uvSXut7vs9 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvSXut7vs9 .icons {
    justify-content: center !important;
  }
  .cid-uvSXut7vs9 .text-content * {
    text-align: center;
  }
}
.cid-uvSXut7vs9 P {
  color: #ffffff;
}
.cid-uvSXut7vs9 .mbr-section-title {
  color: #ffffff;
}
.cid-uvIYENhT4N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvIYENhT4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIYENhT4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIYENhT4N .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvIYENhT4N .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvIYENhT4N .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvIYENhT4N .mbr-section-title {
  color: #191c25;
}
.cid-uvIYENhT4N .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvIYENhT4N .mbr-section-title,
.cid-uvIYENhT4N .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvI1udYQS3 {
  z-index: 1000;
  width: 100%;
}
.cid-uvI1udYQS3 nav.navbar {
  position: fixed;
}
.cid-uvI1udYQS3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvI1udYQS3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvI1udYQS3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvI1udYQS3 .dropdown-item:hover,
.cid-uvI1udYQS3 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvI1udYQS3 .dropdown-item:hover span {
  color: white;
}
.cid-uvI1udYQS3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvI1udYQS3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvI1udYQS3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvI1udYQS3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvI1udYQS3 .nav-link {
  position: relative;
}
.cid-uvI1udYQS3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvI1udYQS3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uvI1udYQS3 .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvI1udYQS3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvI1udYQS3 .dropdown-menu,
.cid-uvI1udYQS3 .navbar.opened {
  background: #000000 !important;
}
.cid-uvI1udYQS3 .nav-item:focus,
.cid-uvI1udYQS3 .nav-link:focus {
  outline: none;
}
.cid-uvI1udYQS3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvI1udYQS3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvI1udYQS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvI1udYQS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvI1udYQS3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvI1udYQS3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvI1udYQS3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvI1udYQS3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvI1udYQS3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvI1udYQS3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvI1udYQS3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvI1udYQS3 .navbar.collapsed {
  justify-content: center;
}
.cid-uvI1udYQS3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvI1udYQS3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvI1udYQS3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvI1udYQS3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvI1udYQS3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvI1udYQS3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvI1udYQS3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvI1udYQS3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvI1udYQS3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvI1udYQS3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvI1udYQS3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvI1udYQS3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvI1udYQS3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvI1udYQS3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvI1udYQS3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvI1udYQS3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvI1udYQS3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvI1udYQS3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvI1udYQS3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvI1udYQS3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvI1udYQS3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvI1udYQS3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvI1udYQS3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvI1udYQS3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvI1udYQS3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvI1udYQS3 .dropdown-item.active,
.cid-uvI1udYQS3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvI1udYQS3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvI1udYQS3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvI1udYQS3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvI1udYQS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvI1udYQS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvI1udYQS3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvI1udYQS3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvI1udYQS3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvI1udYQS3 .navbar-buttons {
  text-align: center;
}
.cid-uvI1udYQS3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvI1udYQS3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvI1udYQS3 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvI1udYQS3 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvI1udYQS3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvI1udYQS3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvI1udYQS3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvI1udYQS3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvI1udYQS3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvI1udYQS3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvI1udYQS3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvI1udYQS3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvI1udYQS3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvI1udYQS3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvI1udYQS3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvI1udYQS3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvI1udYQS3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvI1udYQS3 .navbar {
    height: 70px;
  }
  .cid-uvI1udYQS3 .navbar.opened {
    height: auto;
  }
  .cid-uvI1udYQS3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvI1udYQS3 .navbar-nav {
  margin: 0 auto;
}
.cid-uvI1udYQS3 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvI1udYQS3 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvI1udYQS3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvI1udYQS3 .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvI1udYQS3 .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvI1udYQS3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvI1udYQS3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvI1udYQS3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvI1udYQS3 .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvI1udYQS3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvI1udYQS3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvI1udYQS3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvI1udYQS3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvI1udYQS3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvI1udYQS3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvI1udYQS3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvI1udYQS3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvI439giHZ {
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvI439giHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvI439giHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvI439giHZ .mbr-section-title {
  color: #ffffff;
}
.cid-uvI439giHZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvI439giHZ .mbr-text,
.cid-uvI439giHZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uvI439giHZ H2 {
  color: #ffffff;
}
.cid-uvI439giHZ H3 {
  color: #ffffff;
}
.cid-uvOeDvNek0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uvOeDvNek0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOeDvNek0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOeDvNek0 .items-wrap {
  justify-content: space-between;
}
.cid-uvOeDvNek0 .items-wrap .card {
  justify-content: center;
}
.cid-uvOeDvNek0 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uvOeDvNek0 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvOeDvNek0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvOeDvNek0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvOeDvNek0 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uvOeDvNek0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uvOeDvNek0 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvOeDvNek0 .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvOeDvNek0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uvOeDvNek0 .mbr-desc {
  color: #000000;
}
.cid-uvOeDvNek0 .mbr-section-title {
  color: #000000;
}
.cid-uvOeDvNek0 .mbr-text {
  color: #000000;
}
.cid-uvI1ueO9c9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sf-live-1-large-1920x1286.jpg");
}
.cid-uvI1ueO9c9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvI1ueO9c9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvI1ueO9c9 .content-wrapper {
  justify-content: center;
}
.cid-uvI1ueO9c9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvI1ueO9c9 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvI1ueO9c9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvI1ueO9c9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvI1ueO9c9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvI1ueO9c9 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uvI1ueO9c9 .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uvI1ueO9c9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvI1ueO9c9 .video-wrapper {
  transition: all 0.3s ease-in-out;
}
.cid-uvI1ueO9c9 .video-wrapper:hover,
.cid-uvI1ueO9c9 .video-wrapper:focus {
  background-color: #144b76;
}
.cid-uvI1ueO9c9 .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uvI1ueO9c9 .box .mbr-media {
    height: 350px;
  }
}
.cid-uvI1ueO9c9 .box .mbr-media:hover img,
.cid-uvI1ueO9c9 .box .mbr-media:focus img {
  border: 2px solid #144b76;
}
.cid-uvI1ueO9c9 .box .mbr-media:hover .icon-wrapper,
.cid-uvI1ueO9c9 .box .mbr-media:focus .icon-wrapper {
  height: 85px;
  width: 85px;
}
.cid-uvI1ueO9c9 .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvI1ueO9c9 .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-uvI1ueO9c9 .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvI1ueO9c9 .box .mbr-media .mbr-iconfont {
  font-size: 21px;
  color: #252525;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-uvI1ueO9c9 .mbr-media {
  position: relative;
}
.cid-uvI1ueO9c9 .mbr-media img {
  object-fit: cover;
}
.cid-uvI1ueO9c9 a:hover {
  background-image: none !important;
}
.cid-uvI1ueO9c9 .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uvI1ueO9c9 .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-uvI1ueO9c9 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uvI1ueO9c9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uvI1ueO9c9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uvI1ueO9c9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uvI1ueO9c9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uvI1ueO9c9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uvI1ueO9c9 .mbr-section-title {
  color: #ffffff;
}
.cid-uvI1ueO9c9 .mbr-text,
.cid-uvI1ueO9c9 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvI1ueO9c9 .mbr-desc,
.cid-uvI1ueO9c9 .desc-wrapper {
  color: #f0f0f0;
  text-align: center;
}
.cid-uvI1ueO9c9 .mbr-section-title,
.cid-uvI1ueO9c9 .mbr-section-btn {
  text-align: center;
}
.cid-uvI1ug0CZk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvI1ug0CZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvI1ug0CZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvI1ug0CZk .items-wrap {
  justify-content: space-between;
}
.cid-uvI1ug0CZk .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uvI1ug0CZk .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvI1ug0CZk .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvI1ug0CZk .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvI1ug0CZk .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvI1ug0CZk .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbbbbb;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-uvI1ug0CZk .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvI1ug0CZk .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvI1ug0CZk .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uvI1ug0CZk .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uvI1ug0CZk .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uvI1ug0CZk .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uvI1ug0CZk .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uvI1ug0CZk .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uvI1ug0CZk .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvI1ug0CZk .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvI1ug0CZk .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uvI1ug0CZk .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uvI1ug0CZk .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uvI1ug0CZk .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uvI1ug0CZk .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-uvI1ug0CZk .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uvI1ug0CZk .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uvI1ug0CZk .mbr-section-title {
  color: #191c25;
}
.cid-uvI1ug0CZk .item-title {
  color: #191c25;
}
.cid-uvI1ug0CZk .item-text {
  color: #191c25;
}
.cid-uvI1ug0CZk .tabs-wrapper {
  text-align: right;
}
.cid-uvI1ug0CZk .mbr-section-title,
.cid-uvI1ug0CZk .title-wrapper,
.cid-uvI1ug0CZk .tabs-wrapper {
  color: #ffffff;
}
.cid-uvIU0eIdQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uvIU0eIdQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIU0eIdQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIU0eIdQh .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvIU0eIdQh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvIU0eIdQh .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uvIU0eIdQh .items-wrap .item {
  padding: 0 46px;
}
.cid-uvIU0eIdQh .item {
  margin-bottom: 32px;
}
.cid-uvIU0eIdQh .item:hover .item-wrapper .item-img img,
.cid-uvIU0eIdQh .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uvIU0eIdQh .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uvIU0eIdQh .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uvIU0eIdQh .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #cfef54;
}
.cid-uvIU0eIdQh .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvIU0eIdQh .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uvIU0eIdQh .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvIU0eIdQh .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uvIU0eIdQh .mbr-section-title {
  color: #191c25;
}
.cid-uvIU0eIdQh .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uvIU0eIdQh .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uvIU0eIdQh .item-title,
.cid-uvIU0eIdQh .mbr-section-btn {
  text-align: center;
}
.cid-uvIU0eIdQh .item-price {
  color: #191c25;
  text-align: center;
}
.cid-uvI1uh04pM {
  background-color: #eeeef7;
}
.cid-uvI1uh04pM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvI1uh04pM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvI1uh04pM .items-wrap {
  justify-content: space-between;
}
.cid-uvI1uh04pM .content-wrapper {
  padding: 96px;
  background-color: #191c25;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvI1uh04pM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvI1uh04pM .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvI1uh04pM .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvI1uh04pM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvI1uh04pM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvI1uh04pM .content-wrap {
  height: 100%;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #bbbbbb;
}
@media (max-width: 1440px) {
  .cid-uvI1uh04pM .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvI1uh04pM .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvI1uh04pM .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uvI1uh04pM .mbr-section-title {
  color: #191c25;
}
.cid-uvI1uh04pM .mbr-text {
  color: #f5f5fb;
}
.cid-uvI1uh04pM label {
  color: #191c25;
}
.cid-uvI1uh04pM .mbr-section-title,
.cid-uvI1uh04pM .mbr-section-btn {
  color: #ffffff;
}
.cid-uvI1uhwTKG {
  background-color: #454545;
}
.cid-uvI1uhwTKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvI1uhwTKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvI1uhwTKG .items-wrap {
  justify-content: space-between;
}
.cid-uvI1uhwTKG .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uvI1uhwTKG .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvI1uhwTKG .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uvI1uhwTKG .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvI1uhwTKG .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvI1uhwTKG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvI1uhwTKG .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uvI1uhwTKG .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvI1uhwTKG .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uvI1uhwTKG .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uvI1uhwTKG .google-map {
  height: 100%;
}
.cid-uvI1uhwTKG .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uvI1uhwTKG .google-map iframe {
    height: 350px;
  }
}
.cid-uvI1uhwTKG .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uvI1uhwTKG .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvI1uhwTKG .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uvI1uhwTKG .mbr-section-title {
  color: #191c25;
}
.cid-uvI1uhwTKG .mbr-text {
  color: #ffffff;
}
.cid-uvI1uhwTKG .mbr-address {
  color: #ffffff;
}
.cid-uvI1uhwTKG .mbr-number_2,
.cid-uvI1uhwTKG .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uvI1uhwTKG .mbr-section-title,
.cid-uvI1uhwTKG .mbr-section-btn {
  color: #ffffff;
}
.cid-uvI1ui243U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvI1ui243U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvI1ui243U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvI1ui243U .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvI1ui243U .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvI1ui243U .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvI1ui243U .mbr-section-title {
  color: #191c25;
}
.cid-uvI1ui243U .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvI1ui243U .mbr-section-title,
.cid-uvI1ui243U .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uvPryUOUK6 {
  z-index: 1000;
  width: 100%;
}
.cid-uvPryUOUK6 nav.navbar {
  position: fixed;
}
.cid-uvPryUOUK6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvPryUOUK6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvPryUOUK6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvPryUOUK6 .dropdown-item:hover,
.cid-uvPryUOUK6 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uvPryUOUK6 .dropdown-item:hover span {
  color: white;
}
.cid-uvPryUOUK6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvPryUOUK6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvPryUOUK6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvPryUOUK6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvPryUOUK6 .nav-link {
  position: relative;
}
.cid-uvPryUOUK6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uvPryUOUK6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uvPryUOUK6 .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uvPryUOUK6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uvPryUOUK6 .dropdown-menu,
.cid-uvPryUOUK6 .navbar.opened {
  background: #000000 !important;
}
.cid-uvPryUOUK6 .nav-item:focus,
.cid-uvPryUOUK6 .nav-link:focus {
  outline: none;
}
.cid-uvPryUOUK6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvPryUOUK6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvPryUOUK6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvPryUOUK6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvPryUOUK6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvPryUOUK6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvPryUOUK6 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uvPryUOUK6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvPryUOUK6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvPryUOUK6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvPryUOUK6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvPryUOUK6 .navbar.collapsed {
  justify-content: center;
}
.cid-uvPryUOUK6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvPryUOUK6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvPryUOUK6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uvPryUOUK6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvPryUOUK6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvPryUOUK6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvPryUOUK6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvPryUOUK6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvPryUOUK6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvPryUOUK6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvPryUOUK6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvPryUOUK6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvPryUOUK6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvPryUOUK6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvPryUOUK6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvPryUOUK6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvPryUOUK6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvPryUOUK6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uvPryUOUK6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvPryUOUK6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvPryUOUK6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uvPryUOUK6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uvPryUOUK6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uvPryUOUK6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvPryUOUK6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvPryUOUK6 .dropdown-item.active,
.cid-uvPryUOUK6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvPryUOUK6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvPryUOUK6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvPryUOUK6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvPryUOUK6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uvPryUOUK6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvPryUOUK6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvPryUOUK6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uvPryUOUK6 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uvPryUOUK6 .navbar-buttons {
  text-align: center;
}
.cid-uvPryUOUK6 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uvPryUOUK6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uvPryUOUK6 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uvPryUOUK6 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uvPryUOUK6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uvPryUOUK6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uvPryUOUK6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uvPryUOUK6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvPryUOUK6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uvPryUOUK6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uvPryUOUK6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvPryUOUK6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvPryUOUK6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvPryUOUK6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvPryUOUK6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvPryUOUK6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvPryUOUK6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvPryUOUK6 .navbar {
    height: 70px;
  }
  .cid-uvPryUOUK6 .navbar.opened {
    height: auto;
  }
  .cid-uvPryUOUK6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvPryUOUK6 .navbar-nav {
  margin: 0 auto;
}
.cid-uvPryUOUK6 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uvPryUOUK6 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uvPryUOUK6 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uvPryUOUK6 .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uvPryUOUK6 .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uvPryUOUK6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uvPryUOUK6 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uvPryUOUK6 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uvPryUOUK6 .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uvPryUOUK6 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uvPryUOUK6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uvPryUOUK6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uvPryUOUK6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uvPryUOUK6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uvPryUOUK6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uvPryUOUK6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uvPryUOUK6 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uvPryVu6wd {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cid-uvPryVu6wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPryVu6wd .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/header2-cd-1920x1280.jpg");
}
.cid-uvPryVu6wd .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uvPryVu6wd .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uvPryVu6wd .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uvPryVu6wd .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvPryVu6wd .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uvPryVu6wd .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uvPryVu6wd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uvPryVu6wd .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uvPryVu6wd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvPryVu6wd .mbr-section-title {
  color: #191c25;
}
.cid-uvPryVu6wd .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvPryVu6wd .mbr-section-title,
.cid-uvPryVu6wd .mbr-section-btn,
.cid-uvPryVu6wd .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uvPryVu6wd .mbr-section-title,
.cid-uvPryVu6wd .mbr-section-btn,
.cid-uvPryVu6wd .title-wrapper DIV {
  text-align: left;
}
.cid-uvPseZrC4R {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #d7d5de;
}
.cid-uvPseZrC4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPseZrC4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPseZrC4R .row {
  justify-content: space-between;
}
.cid-uvPseZrC4R .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uvPseZrC4R .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uvPseZrC4R .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uvPseZrC4R .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvPseZrC4R .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uvPseZrC4R .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uvPseZrC4R .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvPseZrC4R .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uvPseZrC4R .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-uvPseZrC4R .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uvPseZrC4R .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uvPseZrC4R .dragArea.row .form-group .form-control:hover,
.cid-uvPseZrC4R .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uvPseZrC4R .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-uvPseZrC4R .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-uvPseZrC4R .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvPseZrC4R .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  border-radius: 0;
}
.cid-uvPseZrC4R .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uvPseZrC4R .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uvPseZrC4R .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uvPseZrC4R .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvPseZrC4R .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uvPseZrC4R .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uvPseZrC4R .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #e33f32;
}
.cid-uvPseZrC4R .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uvPseZrC4R .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uvPseZrC4R .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-uvPseZrC4R .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-uvPseZrC4R .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uvPseZrC4R .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uvPseZrC4R .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvPseZrC4R .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uvPseZrC4R .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uvPseZrC4R .mbr-section-title {
  color: #000000;
}
.cid-uvPseZrC4R .mbr-text {
  color: #000000;
}
.cid-uvPseZrC4R .mbr-section-subtitle {
  color: #000000;
}
.cid-uvPseZrC4R .list {
  color: #000000;
}
.cid-uvPseZrC4R .mbr-desc {
  color: #000000;
}
.cid-uvPseZrC4R label {
  color: #000000;
}
.cid-uvPseZrC4R .list,
.cid-uvPseZrC4R .item-wrap {
  color: #ef0a0a;
}
.cid-uvPseZrC4R .mbr-text,
.cid-uvPseZrC4R .text-wrapper {
  text-align: left;
}
.cid-uvPwCyLYXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uvPwCyLYXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPwCyLYXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPwCyLYXS .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #bbbbbb;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card {
    padding: 32px 0;
  }
}
.cid-uvPwCyLYXS .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #bbbbbb;
  border-radius: 100%;
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #e9fba5;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uvPwCyLYXS .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uvPwCyLYXS .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uvPwCyLYXS .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-uvPwCyLYXS .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uvPwCyLYXS .panel-title-edit {
  color: #191c25;
}
.cid-uvPwCyLYXS .panel-desc {
  color: #191c25;
}
.cid-uvPwCyLYXS .panel-text {
  color: #191c25;
}
.cid-uvPryZsBbI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #191c25;
}
.cid-uvPryZsBbI .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uvPryZsBbI .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bbbbbb;
}
.cid-uvPryZsBbI .svg-top .st0 {
  fill: #191c25;
}
@media (max-width: 992px) {
  .cid-uvPryZsBbI .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uvPryZsBbI .text-content {
    max-width: none;
  }
}
.cid-uvPryZsBbI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uvPryZsBbI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uvPryZsBbI .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uvPryZsBbI .icons {
    justify-content: center !important;
  }
  .cid-uvPryZsBbI .text-content * {
    text-align: center;
  }
}
.cid-uvPryZsBbI P {
  color: #ffffff;
}
.cid-uvPryZsBbI .mbr-section-title {
  color: #ffffff;
}
.cid-uvPrz0azCX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvPrz0azCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPrz0azCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPrz0azCX .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uvPrz0azCX .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uvPrz0azCX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvPrz0azCX .mbr-section-title {
  color: #191c25;
}
.cid-uvPrz0azCX .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uvPrz0azCX .mbr-section-title,
.cid-uvPrz0azCX .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uwFqhS875q {
  z-index: 1000;
  width: 100%;
}
.cid-uwFqhS875q nav.navbar {
  position: fixed;
}
.cid-uwFqhS875q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwFqhS875q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwFqhS875q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwFqhS875q .dropdown-item:hover,
.cid-uwFqhS875q .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uwFqhS875q .dropdown-item:hover span {
  color: white;
}
.cid-uwFqhS875q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwFqhS875q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwFqhS875q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwFqhS875q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwFqhS875q .nav-link {
  position: relative;
}
.cid-uwFqhS875q .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uwFqhS875q .container {
    flex-wrap: nowrap;
  }
}
.cid-uwFqhS875q .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uwFqhS875q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwFqhS875q .dropdown-menu,
.cid-uwFqhS875q .navbar.opened {
  background: #000000 !important;
}
.cid-uwFqhS875q .nav-item:focus,
.cid-uwFqhS875q .nav-link:focus {
  outline: none;
}
.cid-uwFqhS875q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwFqhS875q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwFqhS875q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwFqhS875q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwFqhS875q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwFqhS875q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwFqhS875q .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uwFqhS875q .navbar.opened {
  transition: all 0.3s;
}
.cid-uwFqhS875q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwFqhS875q .navbar .navbar-logo img {
  width: auto;
}
.cid-uwFqhS875q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwFqhS875q .navbar.collapsed {
  justify-content: center;
}
.cid-uwFqhS875q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwFqhS875q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwFqhS875q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uwFqhS875q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwFqhS875q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwFqhS875q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uwFqhS875q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwFqhS875q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwFqhS875q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwFqhS875q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwFqhS875q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwFqhS875q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwFqhS875q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwFqhS875q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uwFqhS875q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwFqhS875q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwFqhS875q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwFqhS875q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uwFqhS875q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwFqhS875q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwFqhS875q .navbar.navbar-short {
  min-height: 96px;
}
.cid-uwFqhS875q .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uwFqhS875q .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uwFqhS875q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwFqhS875q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwFqhS875q .dropdown-item.active,
.cid-uwFqhS875q .dropdown-item:active {
  background-color: transparent;
}
.cid-uwFqhS875q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwFqhS875q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwFqhS875q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwFqhS875q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uwFqhS875q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwFqhS875q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwFqhS875q ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uwFqhS875q ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uwFqhS875q .navbar-buttons {
  text-align: center;
}
.cid-uwFqhS875q .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uwFqhS875q .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uwFqhS875q .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uwFqhS875q .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uwFqhS875q button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uwFqhS875q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uwFqhS875q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uwFqhS875q button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uwFqhS875q button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uwFqhS875q button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uwFqhS875q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwFqhS875q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwFqhS875q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwFqhS875q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwFqhS875q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwFqhS875q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwFqhS875q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwFqhS875q .navbar {
    height: 70px;
  }
  .cid-uwFqhS875q .navbar.opened {
    height: auto;
  }
  .cid-uwFqhS875q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwFqhS875q .navbar-nav {
  margin: 0 auto;
}
.cid-uwFqhS875q .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uwFqhS875q .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uwFqhS875q .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uwFqhS875q .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uwFqhS875q .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uwFqhS875q .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uwFqhS875q .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uwFqhS875q .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uwFqhS875q .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uwFqhS875q .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uwFqhS875q .navbar {
    justify-content: flex-start !important;
  }
  .cid-uwFqhS875q .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uwFqhS875q .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uwFqhS875q .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uwFqhS875q .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uwFqhS875q .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uwFqhS875q .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uwFqhSFke0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cid-uwFqhSFke0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwFqhSFke0 .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/header2-cd-1920x1280.jpg");
}
.cid-uwFqhSFke0 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uwFqhSFke0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uwFqhSFke0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uwFqhSFke0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwFqhSFke0 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uwFqhSFke0 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uwFqhSFke0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uwFqhSFke0 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uwFqhSFke0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uwFqhSFke0 .mbr-section-title {
  color: #191c25;
}
.cid-uwFqhSFke0 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uwFqhSFke0 .mbr-section-title,
.cid-uwFqhSFke0 .mbr-section-btn,
.cid-uwFqhSFke0 .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uwFqhSFke0 .mbr-section-title,
.cid-uwFqhSFke0 .mbr-section-btn,
.cid-uwFqhSFke0 .title-wrapper DIV {
  text-align: left;
}
.cid-uwFrn8aS30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7d5de;
}
.cid-uwFrn8aS30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwFrn8aS30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwFrn8aS30 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwFrn8aS30 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwFrn8aS30 .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uwFrn8aS30 .items-wrap .item {
  padding: 0 46px;
}
.cid-uwFrn8aS30 .item {
  margin-bottom: 32px;
}
.cid-uwFrn8aS30 .item:hover .item-wrapper .item-img img,
.cid-uwFrn8aS30 .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uwFrn8aS30 .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uwFrn8aS30 .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uwFrn8aS30 .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uwFrn8aS30 .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwFrn8aS30 .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uwFrn8aS30 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uwFrn8aS30 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uwFrn8aS30 .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwFrn8aS30 .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uwFrn8aS30 .mbr-section-title {
  color: #191c25;
}
.cid-uwFrn8aS30 .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uwFrn8aS30 .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uwFrn8aS30 .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uwFsAwNI9m {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d7d5de;
}
.cid-uwFsAwNI9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwFsAwNI9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwFsAwNI9m .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwFsAwNI9m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uwFsAwNI9m .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uwFsAwNI9m .items-wrap .item {
  padding: 0 46px;
}
.cid-uwFsAwNI9m .item {
  margin-bottom: 32px;
}
.cid-uwFsAwNI9m .item:hover .item-wrapper .item-img img,
.cid-uwFsAwNI9m .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uwFsAwNI9m .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uwFsAwNI9m .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uwFsAwNI9m .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uwFsAwNI9m .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uwFsAwNI9m .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uwFsAwNI9m .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uwFsAwNI9m .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uwFsAwNI9m .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwFsAwNI9m .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uwFsAwNI9m .mbr-section-title {
  color: #191c25;
}
.cid-uwFsAwNI9m .item-desc {
  color: #191c25;
  text-align: center;
}
.cid-uwFsAwNI9m .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uwFsAwNI9m .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uwFqH2mMAm {
  z-index: 1;
}
.cid-uwFqhUfHhw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #191c25;
}
.cid-uwFqhUfHhw .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uwFqhUfHhw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bbbbbb;
}
.cid-uwFqhUfHhw .svg-top .st0 {
  fill: #191c25;
}
@media (max-width: 992px) {
  .cid-uwFqhUfHhw .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uwFqhUfHhw .text-content {
    max-width: none;
  }
}
.cid-uwFqhUfHhw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uwFqhUfHhw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uwFqhUfHhw .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uwFqhUfHhw .icons {
    justify-content: center !important;
  }
  .cid-uwFqhUfHhw .text-content * {
    text-align: center;
  }
}
.cid-uwFqhUfHhw P {
  color: #ffffff;
}
.cid-uwFqhUfHhw .mbr-section-title {
  color: #ffffff;
}
.cid-uwFqhUPySa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwFqhUPySa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwFqhUPySa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwFqhUPySa .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uwFqhUPySa .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uwFqhUPySa .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uwFqhUPySa .mbr-section-title {
  color: #191c25;
}
.cid-uwFqhUPySa .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uwFqhUPySa .mbr-section-title,
.cid-uwFqhUPySa .logo-wrapper {
  text-align: center;
}
@charset "UTF-8";
.bordo_fico{
   /* background: #fff;  */
    padding: 60px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}
section {
  background-color: #ffffff;
}

.bordo_fico_spacedxsx_ridotto{
   /* background: #fff;  */
    padding: 30px;
    color:#ffffff;
    border: 1px solid #ffffff; border-radius: 0px 200px 0px 100px;
    text-align:justify-content-center;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  .mbr-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uo4lhMt2Df {
  z-index: 1000;
  width: 100%;
}
.cid-uo4lhMt2Df nav.navbar {
  position: fixed;
}
.cid-uo4lhMt2Df .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo4lhMt2Df .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo4lhMt2Df .dropdown-item:hover,
.cid-uo4lhMt2Df .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-uo4lhMt2Df .dropdown-item:hover span {
  color: white;
}
.cid-uo4lhMt2Df .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo4lhMt2Df .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo4lhMt2Df .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo4lhMt2Df .nav-link {
  position: relative;
}
.cid-uo4lhMt2Df .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .container {
    flex-wrap: nowrap;
  }
}
.cid-uo4lhMt2Df .iconfont-wrapper {
  color: #baace7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uo4lhMt2Df .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uo4lhMt2Df .dropdown-menu,
.cid-uo4lhMt2Df .navbar.opened {
  background: #000000 !important;
}
.cid-uo4lhMt2Df .nav-item:focus,
.cid-uo4lhMt2Df .nav-link:focus {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo4lhMt2Df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo4lhMt2Df .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo4lhMt2Df .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo4lhMt2Df .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df .navbar.opened {
  transition: all 0.3s;
}
.cid-uo4lhMt2Df .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo4lhMt2Df .navbar .navbar-logo img {
  width: auto;
}
.cid-uo4lhMt2Df .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo4lhMt2Df .navbar.collapsed {
  justify-content: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo4lhMt2Df .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4lhMt2Df .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uo4lhMt2Df .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4lhMt2Df .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo4lhMt2Df .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo4lhMt2Df .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uo4lhMt2Df .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo4lhMt2Df .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4lhMt2Df .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo4lhMt2Df .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uo4lhMt2Df .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo4lhMt2Df .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4lhMt2Df .navbar.navbar-short {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uo4lhMt2Df .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo4lhMt2Df .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4lhMt2Df .dropdown-item.active,
.cid-uo4lhMt2Df .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4lhMt2Df .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4lhMt2Df .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uo4lhMt2Df .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo4lhMt2Df .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4lhMt2Df ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uo4lhMt2Df ul.navbar-nav {
    padding: 8px 16px;
    background-color: #000000;
    border: 1px solid #f5f5fb;
  }
}
.cid-uo4lhMt2Df .navbar-buttons {
  text-align: center;
}
.cid-uo4lhMt2Df .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uo4lhMt2Df .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uo4lhMt2Df .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uo4lhMt2Df .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uo4lhMt2Df button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4lhMt2Df button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4lhMt2Df nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4lhMt2Df .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo4lhMt2Df a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo4lhMt2Df .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uo4lhMt2Df .navbar {
    height: 70px;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    height: auto;
  }
  .cid-uo4lhMt2Df .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4lhMt2Df .navbar-nav {
  margin: 0 auto;
}
.cid-uo4lhMt2Df .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uo4lhMt2Df .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uo4lhMt2Df .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uo4lhMt2Df .nav-item .nav-link::after {
  color: #e33f32 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uo4lhMt2Df .nav-item .nav-link:hover {
  background-color: #e33f32;
}
.cid-uo4lhMt2Df .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item {
  color: #000000 !important;
  background-color: transparent !important;
}
.cid-uo4lhMt2Df .nav-item .dropdown-menu .dropdown-item:hover {
  color: #bbbbbb !important;
}
@media (max-width: 991px) {
  .cid-uo4lhMt2Df .navbar {
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uo4lhMt2Df .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uo4lhMt2Df .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uo4lhMt2Df .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uzc2OgrGT1 {
  background-color: #eeeef7;
}
.cid-uzc2OgrGT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzc2OgrGT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzc2OgrGT1 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzc2OgrGT1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uzc2OgrGT1 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzc2OgrGT1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uzc2OgrGT1 .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzc2OgrGT1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzc2OgrGT1 .mbr-section-title {
  color: #191c25;
}
.cid-uzc2OgrGT1 .mbr-text {
  color: #191c25;
}
.cid-uzc3BFboDN {
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-uzc3BFboDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzc3BFboDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzc3BFboDN .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uzc3BFboDN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzc3BFboDN .container {
    padding: 0 20px;
  }
}
.cid-uzc3BFboDN .row {
  justify-content: space-between;
  height: 920px;
}
@media (max-width: 992px) {
  .cid-uzc3BFboDN .row {
    height: 400px;
  }
}
.cid-uzc3SbsElF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f5f5fb;
}
.cid-uzc3SbsElF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzc3SbsElF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzc3SbsElF .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uzc3SbsElF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uzc3SbsElF .mbr-name {
  color: #858585;
}
.cid-uzc3SbsElF .mbr-text {
  color: #191c25;
}
.cid-uzc3SbsElF .mbr-section-btn {
  text-align: center;
}
#custom-html-58 {
  /* Type valid CSS here */
}
#custom-html-58 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-58 p {
  font-size: 60px;
  color: #777;
}
.cid-uzc5mf6Gze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uzc5mf6Gze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzc5mf6Gze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzc5mf6Gze .items-wrap {
  justify-content: space-between;
}
.cid-uzc5mf6Gze .content-wrapper {
  padding: 96px;
  background-color: #454545;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uzc5mf6Gze .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzc5mf6Gze .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uzc5mf6Gze .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzc5mf6Gze .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzc5mf6Gze .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzc5mf6Gze .address-wrapper {
  padding: 96px;
  background-color: #59585b;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uzc5mf6Gze .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzc5mf6Gze .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-uzc5mf6Gze .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uzc5mf6Gze .google-map {
  height: 100%;
}
.cid-uzc5mf6Gze .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uzc5mf6Gze .google-map iframe {
    height: 350px;
  }
}
.cid-uzc5mf6Gze .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzc5mf6Gze .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzc5mf6Gze .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uzc5mf6Gze .mbr-section-title {
  color: #191c25;
}
.cid-uzc5mf6Gze .mbr-text {
  color: #ffffff;
}
.cid-uzc5mf6Gze .mbr-address {
  color: #ffffff;
}
.cid-uzc5mf6Gze .mbr-number_2,
.cid-uzc5mf6Gze .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uzc5mf6Gze .mbr-section-title,
.cid-uzc5mf6Gze .mbr-section-btn {
  color: #ffffff;
}
.cid-uzc5nd7Jfn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #191c25;
}
.cid-uzc5nd7Jfn .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzc5nd7Jfn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #bbbbbb;
}
.cid-uzc5nd7Jfn .svg-top .st0 {
  fill: #191c25;
}
@media (max-width: 992px) {
  .cid-uzc5nd7Jfn .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uzc5nd7Jfn .text-content {
    max-width: none;
  }
}
.cid-uzc5nd7Jfn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uzc5nd7Jfn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uzc5nd7Jfn .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uzc5nd7Jfn .icons {
    justify-content: center !important;
  }
  .cid-uzc5nd7Jfn .text-content * {
    text-align: center;
  }
}
.cid-uzc5nd7Jfn P {
  color: #ffffff;
}
.cid-uzc5nd7Jfn .mbr-section-title {
  color: #ffffff;
}
.cid-uo4lpcEzN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uo4lpcEzN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4lpcEzN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4lpcEzN5 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uo4lpcEzN5 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo4lpcEzN5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uo4lpcEzN5 .mbr-section-title {
  color: #191c25;
}
.cid-uo4lpcEzN5 .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uo4lpcEzN5 .mbr-section-title,
.cid-uo4lpcEzN5 .logo-wrapper {
  text-align: center;
}
