@charset "UTF-8";
section {
  background-color: #ffffff;
}

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;
 
}

.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;
border-radius: 0 !important;
  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: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.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;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #232323 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #5a0000 !important;
}
.bg-warning {
  background-color: #163300 !important;
}
.bg-danger {
  background-color: #0c2c68 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-info,
.btn-info:active {
  background-color: #5a0000 !important;
  border-color: #5a0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8d0000 !important;
  border-color: #8d0000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8d0000 !important;
  border-color: #8d0000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #163300 !important;
  border-color: #163300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #5a0000;
  color: #5a0000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #030000 !important;
  background-color: transparent !important;
  border-color: #030000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5a0000 !important;
  border-color: #5a0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #163300;
  color: #163300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #163300 !important;
  border-color: #163300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #5a0000 !important;
}
.text-warning {
  color: #163300 !important;
}
.text-danger {
  color: #0c2c68 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #01050d !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: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5a0000;
}
.alert-warning {
  background-color: #163300;
}
.alert-danger {
  background-color: #0c2c68;
}
.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: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #da0000;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7cff1a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #195cda;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #232323;
}
/* 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: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #232323 !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: #232323 !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='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uLbudljFEj {
  padding-top: 0;
  padding-bottom: 0 !important;
  background-color: #0c2c68;
  text-shadow: 2px 2px 5px black;
}
.cid-uLbudljFEj .carousel {
  border-radius: 0;
  width: 100%;
}
.cid-uLbudljFEj .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uLbudljFEj .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uLbudljFEj .carousel-caption {
  position: absolute;
  z-index: 20;
  pointer-events: auto;
  left: 0;
  bottom: 20%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 400px;
  max-width: 800px;
  text-align: center;
  right: 0;
  margin: 0 auto;
}
.cid-uLbudljFEj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLbudljFEj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLbudljFEj .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-uLbudljFEj .item-wrapper {
  width: 100%;
  position: relative;
}
.cid-uLbudljFEj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uLbudljFEj .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLbudljFEj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLbudljFEj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLbudljFEj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLbudljFEj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
  z-index: 50;
}
.cid-uLbudljFEj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uLbudljFEj .carousel-indicators li.active,
.cid-uLbudljFEj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uLbudljFEj .carousel-indicators li::after,
.cid-uLbudljFEj .carousel-indicators li::before {
  content: none;
}
.cid-uLbudljFEj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uLbudljFEj .carousel-indicators .logo {
    position: absolute;
    top: 180px;
    border-radius: 0px;
    left: 50%;
    transform: scale(1) !important;
    z-index: 999;
    animation: zoomLogo 3s ease-in-out forwards;
  }
}
.cid-uLbudljFEj .logo img {
  top: 0px;
  transform: scale(1.2);
  border-radius: 0px;
  transform-origin: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.cid-uLbudljFEj .glass {
  text-shadow: 2px 2px 5px black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px;
  max-width: 800px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  top: -420px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0);
  animation: zoomInAnimation 1.5s ease-out forwards;
  border-radius: 35px;
  position: relative;
  z-index: 20;
  pointer-events: auto;
  left: 0;
  right: 0;
  text-align: center;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  border: 2px solid gray;
}
.cid-uLbudljFEj .logo {
  position: absolute;
  border-radius: 0px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  z-index: 45;
  animation: zoomLogo 3s ease-in-out forwards;
}
@keyframes zoomLogo {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
}
.cid-uLbudljFEj .carousel-item-zoom {
  animation: zoom 10s infinite alternate;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.cid-uLbudljFEj .carousel .carousel-item img.carousel-item-zoom {
  animation: zoom 10s infinite alternate;
}
@media (max-width: 768px) {
  .cid-uLbudljFEj .logo {
    position: absolute;
    top: 250px;
    left: 50%;
    border-radius: 0px;
    transform: translate(-50%, -50%) scale(1);
    z-index: 999;
    animation: none;
  }
  .cid-uLbudljFEj .logo img {
    border-radius: 0px;
    content: url('https://www.loftiscomfort.com/logo.webp');
  }
  .cid-uLbudljFEj .carousel-control-prev,
  .cid-uLbudljFEj .carousel-control-next {
    display: none;
  }
  .cid-uLbudljFEj .mbr-section-btn .btn {
    width: 48%;
    display: flex;
    text-align: center;
    white-space: normal;
    margin: 0;
    flex: 0 1 calc(42%);
    max-width: calc(42%);
    box-sizing: border-box;
    font-size: clamp(14px, 2.8vw, 18px);
    padding: 0 8px !important;
    line-height: 1 !important;
    min-height: 48px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    height: 44px;
  }
  .cid-uLbudljFEj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .cid-uLbudljFEj .mbr-section-btn .btn:nth-last-child(1):nth-child(odd) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .cid-uLbudljFEj .mbr-section-btn .btn .btn-transform {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    min-height: 0 !important;
  }
}
@media (max-width: 1024px) {
  .cid-uLbudljFEj .logo img {
    position: relative;
    top: -20px;
    transform: scale(1) !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@keyframes zoomInAnimation {
  from {
    opacity: 0;
    transform: scale(1);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}
@media (max-width: 767px) {
  .cid-uLbudljFEj .glass {
    filter: blur(0px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    animation: none;
    align-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    position: relative;
    bottom: 0;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 5px black;
    z-index: 25;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .cid-uLbudljFEj .logo {
    top: 30% !important;
    z-index: 45 !important;
    transform: translate(-50%, -50%) scale(1) !important;
    position: absolute !important;
    left: 50% !important;
  }
  .cid-uLbudljFEj .logo img {
    transform: scale(1.5) !important;
  }
  .cid-uLbudljFEj .mbr-section-btn {
    z-index: 35;
    margin: 0 auto;
    text-align: center;
  }
  .cid-uLbudljFEj .carousel-item img.carousel-item-zoom {
    pointer-events: none;
  }
  .cid-uLbudljFEj .carousel-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    transform: none;
    margin: 0 auto;
    text-align: center;
    top: auto !important;
  }
  .cid-uLbudljFEj .mbr-section-subtitle,
  .cid-uLbudljFEj .mbr-section-text {
    text-align: center;
    margin: 0 auto;
  }
  .cid-uLbudljFEj .mbr-section-btn a {
    margin: 5px !important;
    display: inline-block;
  }
  .cid-uLbudljFEj .btn,
  .cid-uLbudljFEj a.btn,
  .cid-uLbudljFEj button.btn,
  .cid-uLbudljFEj [class*="-gutters"],
  .cid-uLbudljFEj a[href*="GALLERY"],
  .cid-uLbudljFEj a[href*="QUOTE"] {
    padding: 4px 8px !important;
  }
}
.cid-uLbudljFEj .btn {
  top: 0;
  right: 0px;
  padding: 9px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
}
.cid-uLbudljFEj .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uLbudljFEj .mbr-section-btn {
  position: relative;
  z-index: 30;
  pointer-events: auto;
  margin: 0 auto;
  text-align: center;
}
.cid-uLbudljFEj .btn-primary-outline,
.cid-uLbudljFEj .btn-danger-outline,
.cid-uLbudljFEj .btn-secondary {
  position: relative;
  z-index: 40;
  pointer-events: auto;
  display: inline-block;
}
.cid-uLbudljFEj .carousel-item {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}
.cid-uLbudljFEj .carousel-control-prev,
.cid-uLbudljFEj .carousel-control-next {
  z-index: 50;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLbudljFEj .carousel-caption {
    bottom: 15%;
  }
  .cid-uLbudljFEj .glass {
    width: 90%;
    max-width: 600px;
  }
  .cid-uLbudljFEj .logo {
    top: 35%;
  }
}
@media (max-width: 480px) {
  .cid-uLbudljFEj .logo {
    top: 35% !important;
    border-radius: 0px;
  }
}
.cid-uLbudljFEj .btn,
.cid-uLbudljFEj a.btn,
.cid-uLbudljFEj button.btn,
.cid-uLbudljFEj .leafguard-gutters,
.cid-uLbudljFEj .seamless-gutters,
.cid-uLbudljFEj .custom-gutters,
.cid-uLbudljFEj .gallery,
.cid-uLbudljFEj .get-a-free-quote,
.cid-uLbudljFEj [class*="-gutters"],
.cid-uLbudljFEj a[href*="GALLERY"],
.cid-uLbudljFEj a[href*="QUOTE"] {
  padding: 5px 10px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}
.cid-uLbudljFEj a.leafguard-gutters,
.cid-uLbudljFEj a.seamless-gutters,
.cid-uLbudljFEj a.custom-gutters,
.cid-uLbudljFEj a.gallery,
.cid-uLbudljFEj a.get-a-free-quote {
  padding: 5px 8px !important;
}
.cid-uLbudljFEj .slider1 {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  position: relative;
  background-color: transparent !important;
}
.cid-uLbudljFEj #sliderId,
.cid-uLbudljFEj .carousel {
  margin-bottom: 0;
  height: auto !important;
}
.cid-uLbudljFEj .carousel-item img.carousel-item-zoom {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
@media (min-width: 1280px) and (max-width: 1370px) {
  .cid-uLbudljFEj .logo img {
    transform: scale(0.5) !important;
    border-radius: 0px;
  }
}
.cid-uLbudljFEj .mbr-section-btn .btn {
  width: 180px;
  text-align: center;
  white-space: normal;
}
.cid-uLby0QyGca {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLby0QyGca .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLby0QyGca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLby0QyGca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLby0QyGca .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLby0QyGca .content-wrap .card {
  justify-content: space-between;
}
.cid-uLby0QyGca .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLby0QyGca .content-wrapper {
    padding: 0;
  }
}
.cid-uLby0QyGca .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLby0QyGca .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLby0QyGca .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLby0QyGca .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLby0QyGca .mbr-desc,
.cid-uLby0QyGca .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbuRMyE4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/free-photo-of-cozy-modern-bedroom-with-natural-light-and-scenic-view.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbuRMyE4Q {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbuRMyE4Q {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbuRMyE4Q {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uLbuRMyE4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbuRMyE4Q .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbuRMyE4Q .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbuRMyE4Q .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbuRMyE4Q .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uLbuRMyE4Q .container {
    padding: 0 20px;
  }
}
.cid-uLbuRMyE4Q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbuRMyE4Q .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbuRMyE4Q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbuRMyE4Q .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLbuRMyE4Q .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbuRMyE4Q .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uLbuRMyE4Q .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbuRMyE4Q .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uLbuRMyE4Q .mbr-section-title {
  color: #c2b299;
}
.cid-uLbuRMyE4Q .mbr-text {
  color: #ededed;
}
.cid-uLbuRMyE4Q img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 2px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uLbuRMyE4Q img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uLbuRMyE4Q .glass {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.cid-uLbuRMyE4Q .mbr-section-title,
.cid-uLbuRMyE4Q .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uLbuRMyE4Q .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLbuRMyE4Q .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uLbuRMyE4Q section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbuRMyE4Q section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbuRMyE4Q section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbuRMyE4Q section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uLby1lUIXF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLby1lUIXF .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLby1lUIXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLby1lUIXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLby1lUIXF .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLby1lUIXF .content-wrap .card {
  justify-content: space-between;
}
.cid-uLby1lUIXF .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLby1lUIXF .content-wrapper {
    padding: 0;
  }
}
.cid-uLby1lUIXF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLby1lUIXF .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLby1lUIXF .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLby1lUIXF .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLby1lUIXF .mbr-desc,
.cid-uLby1lUIXF .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbwkmArCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-heyho-6947272.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwkmArCj {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwkmArCj {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwkmArCj {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uLbwkmArCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbwkmArCj .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwkmArCj .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwkmArCj .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwkmArCj .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uLbwkmArCj .container {
    padding: 0 20px;
  }
}
.cid-uLbwkmArCj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbwkmArCj .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbwkmArCj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwkmArCj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLbwkmArCj .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwkmArCj .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uLbwkmArCj .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uLbwkmArCj .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLbwkmArCj .image-wrapper img {
    height: 300px;
  }
}
.cid-uLbwkmArCj .mbr-section-title {
  color: #c2b299;
}
.cid-uLbwkmArCj .mbr-text {
  color: #ededed;
}
.cid-uLbwkmArCj img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 2px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uLbwkmArCj img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uLbwkmArCj .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 2px solid gray;
}
.cid-uLbwkmArCj .mbr-section-title,
.cid-uLbwkmArCj .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uLbwkmArCj .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLbwkmArCj .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uLbwkmArCj section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbwkmArCj section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwkmArCj section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwkmArCj section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uLby1VEsaI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLby1VEsaI .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLby1VEsaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLby1VEsaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLby1VEsaI .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLby1VEsaI .content-wrap .card {
  justify-content: space-between;
}
.cid-uLby1VEsaI .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLby1VEsaI .content-wrapper {
    padding: 0;
  }
}
.cid-uLby1VEsaI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLby1VEsaI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLby1VEsaI .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLby1VEsaI .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLby1VEsaI .mbr-desc,
.cid-uLby1VEsaI .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbwBfMYhh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-rachel-claire-4992487.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwBfMYhh {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwBfMYhh {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwBfMYhh {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uLbwBfMYhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbwBfMYhh .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwBfMYhh .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwBfMYhh .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwBfMYhh .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uLbwBfMYhh .container {
    padding: 0 20px;
  }
}
.cid-uLbwBfMYhh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbwBfMYhh .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbwBfMYhh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwBfMYhh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLbwBfMYhh .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwBfMYhh .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uLbwBfMYhh .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uLbwBfMYhh .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLbwBfMYhh .image-wrapper img {
    height: 300px;
  }
}
.cid-uLbwBfMYhh .mbr-section-title {
  color: #c2b299;
}
.cid-uLbwBfMYhh .mbr-text {
  color: #ededed;
}
.cid-uLbwBfMYhh img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 2px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uLbwBfMYhh img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uLbwBfMYhh .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 2px solid light-gray;
}
.cid-uLbwBfMYhh .mbr-section-title,
.cid-uLbwBfMYhh .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uLbwBfMYhh .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLbwBfMYhh .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uLbwBfMYhh section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbwBfMYhh section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwBfMYhh section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwBfMYhh section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uLby2ibLXt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLby2ibLXt .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLby2ibLXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLby2ibLXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLby2ibLXt .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLby2ibLXt .content-wrap .card {
  justify-content: space-between;
}
.cid-uLby2ibLXt .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLby2ibLXt .content-wrapper {
    padding: 0;
  }
}
.cid-uLby2ibLXt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLby2ibLXt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLby2ibLXt .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLby2ibLXt .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLby2ibLXt .mbr-desc,
.cid-uLby2ibLXt .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbwDGSIEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/free-photo-of-luxury-modern-kitchen-and-living-room-interior-design.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwDGSIEp {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwDGSIEp {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwDGSIEp {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uLbwDGSIEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbwDGSIEp .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwDGSIEp .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwDGSIEp .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwDGSIEp .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uLbwDGSIEp .container {
    padding: 0 20px;
  }
}
.cid-uLbwDGSIEp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbwDGSIEp .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbwDGSIEp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwDGSIEp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLbwDGSIEp .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwDGSIEp .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uLbwDGSIEp .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uLbwDGSIEp .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLbwDGSIEp .image-wrapper img {
    height: 300px;
  }
}
.cid-uLbwDGSIEp .mbr-section-title {
  color: #c2b299;
}
.cid-uLbwDGSIEp .mbr-text {
  color: #ededed;
}
.cid-uLbwDGSIEp img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 2px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uLbwDGSIEp img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uLbwDGSIEp .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uLbwDGSIEp .mbr-section-title,
.cid-uLbwDGSIEp .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uLbwDGSIEp .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLbwDGSIEp .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uLbwDGSIEp section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbwDGSIEp section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwDGSIEp section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwDGSIEp section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uLby2EODIi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLby2EODIi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLby2EODIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLby2EODIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLby2EODIi .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLby2EODIi .content-wrap .card {
  justify-content: space-between;
}
.cid-uLby2EODIi .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLby2EODIi .content-wrapper {
    padding: 0;
  }
}
.cid-uLby2EODIi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLby2EODIi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLby2EODIi .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLby2EODIi .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLby2EODIi .mbr-desc,
.cid-uLby2EODIi .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbwE6L3QT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-heyho-7045854.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwE6L3QT {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwE6L3QT {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwE6L3QT {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uLbwE6L3QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbwE6L3QT .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbwE6L3QT .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwE6L3QT .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwE6L3QT .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uLbwE6L3QT .container {
    padding: 0 20px;
  }
}
.cid-uLbwE6L3QT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbwE6L3QT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbwE6L3QT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwE6L3QT .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLbwE6L3QT .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbwE6L3QT .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uLbwE6L3QT .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uLbwE6L3QT .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLbwE6L3QT .image-wrapper img {
    height: 300px;
  }
}
.cid-uLbwE6L3QT .mbr-section-title {
  color: #c2b299;
}
.cid-uLbwE6L3QT .mbr-text {
  color: #ededed;
}
.cid-uLbwE6L3QT img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 2px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uLbwE6L3QT img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uLbwE6L3QT .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uLbwE6L3QT .mbr-section-title,
.cid-uLbwE6L3QT .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uLbwE6L3QT .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLbwE6L3QT .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uLbwE6L3QT section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbwE6L3QT section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbwE6L3QT section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbwE6L3QT section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uLbxEsdvWG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLbxEsdvWG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLbxEsdvWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbxEsdvWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbxEsdvWG .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLbxEsdvWG .content-wrap .card {
  justify-content: space-between;
}
.cid-uLbxEsdvWG .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLbxEsdvWG .content-wrapper {
    padding: 0;
  }
}
.cid-uLbxEsdvWG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbxEsdvWG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLbxEsdvWG .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLbxEsdvWG .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLbxEsdvWG .mbr-desc,
.cid-uLbxEsdvWG .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEK9Tgmnp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-pixabay-266896.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEK9Tgmnp {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEK9Tgmnp {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEK9Tgmnp {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEK9Tgmnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEK9Tgmnp .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEK9Tgmnp .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEK9Tgmnp .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEK9Tgmnp .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEK9Tgmnp section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEK9Tgmnp section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEK9Tgmnp section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEK9Tgmnp section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEK9Tgmnp .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uVEK9Tgmnp .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uVEK9Tgmnp .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uVEK9Tgmnp .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uVEK9Tgmnp .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uVEK9Tgmnp .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uVEK9Tgmnp .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEK9Tgmnp .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uVEK9Tgmnp .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVEK9Tgmnp .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVEK9Tgmnp .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEK9Tgmnp .slider-wrap {
    min-height: 350px;
  }
}
.cid-uVEK9Tgmnp .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEK9Tgmnp .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uVEK9Tgmnp .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uVEK9Tgmnp .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uVEK9Tgmnp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVEK9Tgmnp .embla__slide .slide-content {
  width: 100%;
}
.cid-uVEK9Tgmnp .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uVEK9Tgmnp .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uVEK9Tgmnp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVEK9Tgmnp .embla__button--next,
.cid-uVEK9Tgmnp .embla__button--prev {
  display: flex;
}
.cid-uVEK9Tgmnp .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVEK9Tgmnp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVEK9Tgmnp .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uVEK9Tgmnp .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uVEK9Tgmnp .embla__button.embla__button--next {
  right: 10px;
}
.cid-uVEK9Tgmnp .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uVEK9Tgmnp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uVEK9Tgmnp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVEK9Tgmnp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVEK9Tgmnp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVEK9Tgmnp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVEK9Tgmnp .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEK9Tgmnp .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEK9Tgmnp .mbr-desc {
  color: #ffffff;
}
.cid-uVEK9Tgmnp .mbr-section-title,
.cid-uVEK9Tgmnp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVEK9Tgmnp .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uVEK9Tgmnp .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uVEK9Tgmnp .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(1deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-1deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uVEKbQ3SsX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uVEKbQ3SsX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uVEKbQ3SsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEKbQ3SsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEKbQ3SsX .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uVEKbQ3SsX .content-wrap .card {
  justify-content: space-between;
}
.cid-uVEKbQ3SsX .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uVEKbQ3SsX .content-wrapper {
    padding: 0;
  }
}
.cid-uVEKbQ3SsX .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEKbQ3SsX .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uVEKbQ3SsX .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uVEKbQ3SsX .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uVEKbQ3SsX .mbr-desc,
.cid-uVEKbQ3SsX .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbxuEqy7c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-heyho-6527063.webp");
  background-attachment: fixed;
  background-position: center center;
  animation: phoneMove 40s ease-in-out infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbxuEqy7c {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbxuEqy7c {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbxuEqy7c {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
  }
}
.cid-uLbxuEqy7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbxuEqy7c .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  animation: phoneMove 40s ease-in-out infinite;
  background-repeat: no-repeat;
  will-change: transform;
  transition: background-position 0.3s ease-out;
}
@media (min-width: 1920px) {
  .cid-uLbxuEqy7c .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbxuEqy7c .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbxuEqy7c .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: none;
    transition: none;
    will-change: auto;
  }
}
@media (max-width: 992px) {
  .cid-uLbxuEqy7c .container {
    padding: 0 20px;
  }
}
.cid-uLbxuEqy7c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLbxuEqy7c .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uLbxuEqy7c .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbxuEqy7c .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLbxuEqy7c .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLbxuEqy7c .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uLbxuEqy7c .image-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLbxuEqy7c .image-wrapper img {
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
  display: block;
}
.cid-uLbxuEqy7c .mbr-section-title {
  color: #c2b299;
}
.cid-uLbxuEqy7c .mbr-text {
  color: #ededed;
}
.cid-uLbxuEqy7c img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease, border-radius 0.4s ease, box-shadow 0.6s ease;
  border-radius: 1.5em;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 10px 10px 5px #000;
  border: 2px solid white;
  display: block;
  max-height: 80vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.cid-uLbxuEqy7c img:hover {
  transform: scale(1.03);
  filter: brightness(1.15) saturate(1.1);
  border-radius: 0.5em;
  -webkit-box-shadow: 15px 15px 55px #000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.cid-uLbxuEqy7c .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-uLbxuEqy7c .mbr-section-title,
.cid-uLbxuEqy7c .mbr-section-btn {
  text-align: center;
  color: #ededed;
}
.cid-uLbxuEqy7c .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLbxuEqy7c .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uLbxuEqy7c section.bg-animate {
  animation: phoneMove 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: transform;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbxuEqy7c section.bg-animate {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbxuEqy7c section.bg-animate {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbxuEqy7c section.bg-animate {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: phoneMoveSimple 50s linear infinite;
    transform: none;
    perspective: none;
    transform-style: flat;
    will-change: background-position;
  }
}
@keyframes phoneMove {
  0%,
  100% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
  25% {
    background-position: 51% 49%;
    transform: scale(1.05) perspective(800px) rotateY(1deg);
  }
  50% {
    background-position: 49% 51%;
    transform: scale(1.05) perspective(800px) rotateY(-1deg);
  }
  75% {
    background-position: 50% 50%;
    transform: scale(1.05) perspective(800px) rotateY(0deg);
  }
}
@keyframes phoneMoveSimple {
  0%,
  100% {
    background-position: 50% 50%;
  }
  25% {
    background-position: 51% 49%;
  }
  50% {
    background-position: 49% 51%;
  }
  75% {
    background-position: 50% 49%;
  }
}
.cid-uLby3attMj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLby3attMj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLby3attMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLby3attMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLby3attMj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLby3attMj .content-wrap .card {
  justify-content: space-between;
}
.cid-uLby3attMj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLby3attMj .content-wrapper {
    padding: 0;
  }
}
.cid-uLby3attMj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLby3attMj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLby3attMj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLby3attMj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLby3attMj .mbr-desc,
.cid-uLby3attMj .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbNubEgCG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #005db7;
}
.cid-uLbNubEgCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbNubEgCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbNubEgCG .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  opacity: .9;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLbNubEgCG .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uLbNubEgCG .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uLbNubEgCG .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uLbNubEgCG .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #005db7;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #005db7;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #7db0ff;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .6;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLbNubEgCG .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uLbNubEgCG .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #232323;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #a6a99c;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uLbNubEgCG .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #005db7;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uLbNubEgCG .mbr-section-title {
  color: #404349;
}
.cid-uLbNubEgCG .mbr-desc {
  color: #b19a7c;
}
.cid-uLbNubEgCG .mbr-text {
  color: #404349;
}
.cid-uLbNubEgCG .list {
  color: #404349;
}
.cid-uLbNubEgCG .soc-desc {
  color: #404349;
}
.cid-uLbNubEgCG label {
  color: #404349;
}
.cid-uLbNubEgCG .soc-desc,
.cid-uLbNubEgCG .social-wrapper {
  color: #ffffff;
}
.cid-uLbNubEgCG .list,
.cid-uLbNubEgCG .item-wrap {
  color: #ffffff;
}
.cid-uLbNubEgCG .mbr-section-title,
.cid-uLbNubEgCG .title-wrap {
  color: #232323;
}
.cid-uLbNubEgCG .mbr-desc,
.cid-uLbNubEgCG .desc-wrapper {
  color: #ffffff;
}
.cid-uMqYT6lTf4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMqYT6lTf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqYT6lTf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqYT6lTf4 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uMqYT6lTf4 .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMqYT6lTf4 .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uMqYT6lTf4 .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uMqYT6lTf4 .wrap {
  background: url("../../../assets/images/untitled-1-copy-1.webp");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  min-height: 400px;
}
.cid-uMqYT6lTf4 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uMqYT6lTf4 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMqYT6lTf4 .mbr-text {
  color: #000000;
}
.cid-uMqYT6lTf4 .mbr-text,
.cid-uMqYT6lTf4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uMqYT6lTf4 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.cid-uMqYT6lTf4 .card-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .cid-uMqYT6lTf4 .wrap {
    min-height: 300px;
  }
}
.cid-uVF6CLMcY5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uVF6CLMcY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVF6CLMcY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVF6CLMcY5 .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uVF6CLMcY5 .card-wrapper {
    padding: 1.5rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVF6CLMcY5 .card-wrapper {
    padding: 2.25rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 992px) {
  .cid-uVF6CLMcY5 .card-wrapper {
    padding: 4rem;
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
.cid-uVF6CLMcY5 .wrap {
  background: url("../../../assets/images/logo-back2-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uVF6CLMcY5 .wrap .inner-wrap {
  padding: 40px;
}
.cid-uVF6CLMcY5 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVF6CLMcY5 .mbr-text {
  color: #000000;
}
.cid-uVF6CLMcY5 .mbr-text,
.cid-uVF6CLMcY5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uLbW3irr8L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uJSwd3l8RN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJSwd3l8RN H3 {
  text-align: left;
}
.cid-uJSwd3l8RN P {
  color: #303030;
}
.cid-uJSyEx2a2f.popup-builder {
  background-color: #ffffff;
}
.cid-uJSyEx2a2f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uJSyEx2a2f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uJSyEx2a2f .modal-content,
.cid-uJSyEx2a2f .modal-dialog {
  height: auto;
}
.cid-uJSyEx2a2f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uJSyEx2a2f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uJSyEx2a2f .form-wrapper .mbr-form .form-group,
  .cid-uJSyEx2a2f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uJSyEx2a2f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uJSyEx2a2f .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJSyEx2a2f .mbr-text {
  text-align: left;
}
.cid-uJSyEx2a2f .pt-0 {
  padding-top: 0 !important;
}
.cid-uJSyEx2a2f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uJSyEx2a2f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uJSyEx2a2f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uJSyEx2a2f .modal-open {
  overflow: hidden;
}
.cid-uJSyEx2a2f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uJSyEx2a2f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uJSyEx2a2f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uJSyEx2a2f .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uJSyEx2a2f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uJSyEx2a2f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uJSyEx2a2f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uJSyEx2a2f .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uJSyEx2a2f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uJSyEx2a2f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uJSyEx2a2f .modal-backdrop.fade {
  opacity: 0;
}
.cid-uJSyEx2a2f .modal-backdrop.show {
  opacity: .5;
}
.cid-uJSyEx2a2f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uJSyEx2a2f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJSyEx2a2f .modal-header {
    padding: 1rem;
  }
}
.cid-uJSyEx2a2f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uJSyEx2a2f .modal-header .close svg {
  fill: #353535;
}
.cid-uJSyEx2a2f .modal-header .close:hover {
  opacity: 1;
}
.cid-uJSyEx2a2f .modal-header .close:focus {
  outline: none;
}
.cid-uJSyEx2a2f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uJSyEx2a2f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uJSyEx2a2f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJSyEx2a2f .modal-body {
    padding: 1rem;
  }
}
.cid-uJSyEx2a2f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uJSyEx2a2f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJSyEx2a2f .modal-footer {
    padding: 1rem;
  }
}
.cid-uJSyEx2a2f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uJSyEx2a2f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uJSyEx2a2f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uJSyEx2a2f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uJSyEx2a2f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uJSyEx2a2f .modal-lg,
  .cid-uJSyEx2a2f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uJSyEx2a2f .modal-xl {
    max-width: 1140px;
  }
}
.cid-uJSyEx2a2f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uJSyEx2a2f .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uJSyEx2a2f .form-group {
  margin-bottom: 1rem;
}
.cid-uJSyEx2a2f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uJSyEx2a2f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uJSyEx2a2f .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uJSyEx2a2f .mbr-section-btn {
  margin: 0;
}
.cid-uJSyEx2a2f .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uLbU1VYCCX {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uLbU1VYCCX P {
  color: #ffffff;
}
.cid-uLbU1VYCCX .mbr-text,
.cid-uLbU1VYCCX .mbr-section-btn {
  text-align: left;
}
.cid-uLbU1VYCCX H1 {
  color: #ffffff;
}
.cid-uLbW3irr8L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uLbXUCKvqF {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1282.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbXUCKvqF {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbXUCKvqF {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbXUCKvqF {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLbXUCKvqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbXUCKvqF .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbXUCKvqF .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbXUCKvqF .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbXUCKvqF .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLbXUCKvqF section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLbXUCKvqF section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLbXUCKvqF section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLbXUCKvqF section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLbXUCKvqF .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLbXUCKvqF .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLbXUCKvqF .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLbXUCKvqF .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLbXUCKvqF .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLbXUCKvqF .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLbXUCKvqF .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbXUCKvqF .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLbXUCKvqF .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLbXUCKvqF .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLbXUCKvqF .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLbXUCKvqF .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLbXUCKvqF .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLbXUCKvqF .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLbXUCKvqF .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLbXUCKvqF .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLbXUCKvqF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLbXUCKvqF .embla__slide .slide-content {
  width: 100%;
}
.cid-uLbXUCKvqF .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLbXUCKvqF .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLbXUCKvqF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLbXUCKvqF .embla__button--next,
.cid-uLbXUCKvqF .embla__button--prev {
  display: flex;
}
.cid-uLbXUCKvqF .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLbXUCKvqF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLbXUCKvqF .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLbXUCKvqF .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLbXUCKvqF .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLbXUCKvqF .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLbXUCKvqF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLbXUCKvqF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLbXUCKvqF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLbXUCKvqF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbXUCKvqF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLbXUCKvqF .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLbXUCKvqF .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLbXUCKvqF .mbr-desc {
  color: #ffffff;
}
.cid-uLbXUCKvqF .mbr-section-title,
.cid-uLbXUCKvqF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLbXUCKvqF .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLbXUCKvqF .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLbXUCKvqF .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcciSUtWL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcciSUtWL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcciSUtWL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcciSUtWL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcciSUtWL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcciSUtWL .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcciSUtWL .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcciSUtWL .content-wrapper {
    padding: 0;
  }
}
.cid-uLcciSUtWL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcciSUtWL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcciSUtWL .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcciSUtWL .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcciSUtWL .mbr-desc,
.cid-uLcciSUtWL .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5lFJjMt {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-photo-3964341.jpeg-2000x1336.jpg");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5lFJjMt {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5lFJjMt {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5lFJjMt {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5lFJjMt .mbr-overlay {
  background: #000000;
  opacity: 0.4;
  border-radius: 1em;
}
.cid-uLc5lFJjMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc5lFJjMt .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5lFJjMt .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5lFJjMt .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5lFJjMt .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5lFJjMt section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5lFJjMt section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5lFJjMt section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5lFJjMt section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5lFJjMt .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLc5lFJjMt .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLc5lFJjMt .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLc5lFJjMt .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLc5lFJjMt .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLc5lFJjMt .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLc5lFJjMt .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLc5lFJjMt .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLc5lFJjMt .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLc5lFJjMt .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLc5lFJjMt .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5lFJjMt .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLc5lFJjMt .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5lFJjMt .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLc5lFJjMt .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLc5lFJjMt .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLc5lFJjMt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLc5lFJjMt .embla__slide .slide-content {
  width: 100%;
}
.cid-uLc5lFJjMt .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLc5lFJjMt .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLc5lFJjMt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLc5lFJjMt .embla__button--next,
.cid-uLc5lFJjMt .embla__button--prev {
  display: flex;
}
.cid-uLc5lFJjMt .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLc5lFJjMt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLc5lFJjMt .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLc5lFJjMt .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLc5lFJjMt .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLc5lFJjMt .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLc5lFJjMt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLc5lFJjMt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLc5lFJjMt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLc5lFJjMt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLc5lFJjMt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLc5lFJjMt .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5lFJjMt .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5lFJjMt .mbr-desc {
  color: #ffffff;
}
.cid-uLc5lFJjMt .mbr-section-title,
.cid-uLc5lFJjMt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5lFJjMt .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLc5lFJjMt .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLc5lFJjMt .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLccjpND5Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLccjpND5Q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLccjpND5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLccjpND5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLccjpND5Q .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLccjpND5Q .content-wrap .card {
  justify-content: space-between;
}
.cid-uLccjpND5Q .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLccjpND5Q .content-wrapper {
    padding: 0;
  }
}
.cid-uLccjpND5Q .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLccjpND5Q .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLccjpND5Q .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLccjpND5Q .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLccjpND5Q .mbr-desc,
.cid-uLccjpND5Q .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5mhoXeb {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-photo-6947272.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5mhoXeb {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5mhoXeb {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5mhoXeb {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5mhoXeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc5mhoXeb .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5mhoXeb .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5mhoXeb .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5mhoXeb .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5mhoXeb section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5mhoXeb section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5mhoXeb section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5mhoXeb section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5mhoXeb .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLc5mhoXeb .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLc5mhoXeb .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLc5mhoXeb .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLc5mhoXeb .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLc5mhoXeb .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLc5mhoXeb .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLc5mhoXeb .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLc5mhoXeb .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLc5mhoXeb .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLc5mhoXeb .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5mhoXeb .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLc5mhoXeb .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5mhoXeb .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLc5mhoXeb .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLc5mhoXeb .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLc5mhoXeb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLc5mhoXeb .embla__slide .slide-content {
  width: 100%;
}
.cid-uLc5mhoXeb .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLc5mhoXeb .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLc5mhoXeb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLc5mhoXeb .embla__button--next,
.cid-uLc5mhoXeb .embla__button--prev {
  display: flex;
}
.cid-uLc5mhoXeb .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLc5mhoXeb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLc5mhoXeb .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLc5mhoXeb .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLc5mhoXeb .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLc5mhoXeb .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLc5mhoXeb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLc5mhoXeb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLc5mhoXeb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLc5mhoXeb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLc5mhoXeb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLc5mhoXeb .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5mhoXeb .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5mhoXeb .mbr-desc {
  color: #ffffff;
}
.cid-uLc5mhoXeb .mbr-section-title,
.cid-uLc5mhoXeb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5mhoXeb .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLc5mhoXeb .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLc5mhoXeb .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLccjUvUb0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLccjUvUb0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLccjUvUb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLccjUvUb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLccjUvUb0 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLccjUvUb0 .content-wrap .card {
  justify-content: space-between;
}
.cid-uLccjUvUb0 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLccjUvUb0 .content-wrapper {
    padding: 0;
  }
}
.cid-uLccjUvUb0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLccjUvUb0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLccjUvUb0 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLccjUvUb0 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLccjUvUb0 .mbr-desc,
.cid-uLccjUvUb0 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5mJEoQF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/acute-mountain-1544277.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5mJEoQF {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5mJEoQF {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5mJEoQF {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5mJEoQF .mbr-overlay {
  background: #000000;
  opacity: 0.4;
  border-radius: 1em;
}
.cid-uLc5mJEoQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc5mJEoQF .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5mJEoQF .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5mJEoQF .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5mJEoQF .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5mJEoQF section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5mJEoQF section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5mJEoQF section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5mJEoQF section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5mJEoQF .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLc5mJEoQF .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLc5mJEoQF .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLc5mJEoQF .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLc5mJEoQF .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLc5mJEoQF .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLc5mJEoQF .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLc5mJEoQF .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLc5mJEoQF .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLc5mJEoQF .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLc5mJEoQF .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5mJEoQF .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLc5mJEoQF .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5mJEoQF .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLc5mJEoQF .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLc5mJEoQF .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLc5mJEoQF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLc5mJEoQF .embla__slide .slide-content {
  width: 100%;
}
.cid-uLc5mJEoQF .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLc5mJEoQF .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLc5mJEoQF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLc5mJEoQF .embla__button--next,
.cid-uLc5mJEoQF .embla__button--prev {
  display: flex;
}
.cid-uLc5mJEoQF .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLc5mJEoQF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLc5mJEoQF .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLc5mJEoQF .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLc5mJEoQF .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLc5mJEoQF .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLc5mJEoQF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLc5mJEoQF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLc5mJEoQF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLc5mJEoQF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLc5mJEoQF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLc5mJEoQF .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5mJEoQF .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5mJEoQF .mbr-desc {
  color: #ffffff;
}
.cid-uLc5mJEoQF .mbr-section-title,
.cid-uLc5mJEoQF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5mJEoQF .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLc5mJEoQF .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLc5mJEoQF .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcckrUgyD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcckrUgyD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcckrUgyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcckrUgyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcckrUgyD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcckrUgyD .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcckrUgyD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcckrUgyD .content-wrapper {
    padding: 0;
  }
}
.cid-uLcckrUgyD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcckrUgyD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcckrUgyD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcckrUgyD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcckrUgyD .mbr-desc,
.cid-uLcckrUgyD .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5n8pnzj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-photo-380769.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5n8pnzj {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5n8pnzj {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5n8pnzj {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5n8pnzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc5n8pnzj .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5n8pnzj .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5n8pnzj .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5n8pnzj .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5n8pnzj section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLc5n8pnzj section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLc5n8pnzj section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLc5n8pnzj section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLc5n8pnzj .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLc5n8pnzj .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLc5n8pnzj .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLc5n8pnzj .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLc5n8pnzj .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLc5n8pnzj .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLc5n8pnzj .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLc5n8pnzj .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLc5n8pnzj .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLc5n8pnzj .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLc5n8pnzj .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5n8pnzj .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLc5n8pnzj .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLc5n8pnzj .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLc5n8pnzj .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLc5n8pnzj .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLc5n8pnzj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLc5n8pnzj .embla__slide .slide-content {
  width: 100%;
}
.cid-uLc5n8pnzj .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLc5n8pnzj .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLc5n8pnzj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLc5n8pnzj .embla__button--next,
.cid-uLc5n8pnzj .embla__button--prev {
  display: flex;
}
.cid-uLc5n8pnzj .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLc5n8pnzj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLc5n8pnzj .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLc5n8pnzj .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLc5n8pnzj .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLc5n8pnzj .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLc5n8pnzj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLc5n8pnzj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLc5n8pnzj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLc5n8pnzj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLc5n8pnzj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLc5n8pnzj .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5n8pnzj .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLc5n8pnzj .mbr-desc {
  color: #ffffff;
}
.cid-uLc5n8pnzj .mbr-section-title,
.cid-uLc5n8pnzj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLc5n8pnzj .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLc5n8pnzj .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLc5n8pnzj .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcclgE0kk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcclgE0kk .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcclgE0kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcclgE0kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcclgE0kk .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcclgE0kk .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcclgE0kk .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcclgE0kk .content-wrapper {
    padding: 0;
  }
}
.cid-uLcclgE0kk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcclgE0kk .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcclgE0kk .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcclgE0kk .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcclgE0kk .mbr-desc,
.cid-uLcclgE0kk .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcf3dPFjB {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/family-room-670270.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcf3dPFjB {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcf3dPFjB {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcf3dPFjB {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcf3dPFjB .mbr-overlay {
  background: #000000;
  opacity: 0.4;
  border-radius: 1em;
}
.cid-uLcf3dPFjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcf3dPFjB .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcf3dPFjB .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcf3dPFjB .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcf3dPFjB .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcf3dPFjB section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcf3dPFjB section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcf3dPFjB section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcf3dPFjB section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcf3dPFjB .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLcf3dPFjB .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLcf3dPFjB .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLcf3dPFjB .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLcf3dPFjB .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLcf3dPFjB .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLcf3dPFjB .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcf3dPFjB .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLcf3dPFjB .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLcf3dPFjB .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLcf3dPFjB .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcf3dPFjB .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLcf3dPFjB .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcf3dPFjB .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLcf3dPFjB .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLcf3dPFjB .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLcf3dPFjB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcf3dPFjB .embla__slide .slide-content {
  width: 100%;
}
.cid-uLcf3dPFjB .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLcf3dPFjB .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLcf3dPFjB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLcf3dPFjB .embla__button--next,
.cid-uLcf3dPFjB .embla__button--prev {
  display: flex;
}
.cid-uLcf3dPFjB .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLcf3dPFjB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcf3dPFjB .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLcf3dPFjB .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLcf3dPFjB .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLcf3dPFjB .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLcf3dPFjB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLcf3dPFjB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcf3dPFjB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcf3dPFjB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcf3dPFjB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLcf3dPFjB .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcf3dPFjB .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcf3dPFjB .mbr-desc {
  color: #ffffff;
}
.cid-uLcf3dPFjB .mbr-section-title,
.cid-uLcf3dPFjB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLcf3dPFjB .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLcf3dPFjB .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLcf3dPFjB .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLbWZCRcs4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uLcnq8QR4c {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnq8QR4c {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnq8QR4c {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnq8QR4c {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnq8QR4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnq8QR4c .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnq8QR4c .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnq8QR4c .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnq8QR4c .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnq8QR4c section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnq8QR4c section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnq8QR4c section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnq8QR4c section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnq8QR4c .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLcnq8QR4c .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLcnq8QR4c .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLcnq8QR4c .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLcnq8QR4c .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLcnq8QR4c .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLcnq8QR4c .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnq8QR4c .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLcnq8QR4c .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLcnq8QR4c .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLcnq8QR4c .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnq8QR4c .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLcnq8QR4c .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnq8QR4c .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLcnq8QR4c .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLcnq8QR4c .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLcnq8QR4c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcnq8QR4c .embla__slide .slide-content {
  width: 100%;
}
.cid-uLcnq8QR4c .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLcnq8QR4c .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLcnq8QR4c .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLcnq8QR4c .embla__button--next,
.cid-uLcnq8QR4c .embla__button--prev {
  display: flex;
}
.cid-uLcnq8QR4c .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLcnq8QR4c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcnq8QR4c .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLcnq8QR4c .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLcnq8QR4c .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLcnq8QR4c .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLcnq8QR4c .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLcnq8QR4c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcnq8QR4c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcnq8QR4c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcnq8QR4c .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLcnq8QR4c .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnq8QR4c .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnq8QR4c .mbr-desc {
  color: #ffffff;
}
.cid-uLcnq8QR4c .mbr-section-title,
.cid-uLcnq8QR4c .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnq8QR4c .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLcnq8QR4c .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLcnq8QR4c .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcnq9iyDv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcnq9iyDv .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcnq9iyDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnq9iyDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcnq9iyDv .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcnq9iyDv .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcnq9iyDv .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcnq9iyDv .content-wrapper {
    padding: 0;
  }
}
.cid-uLcnq9iyDv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnq9iyDv .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcnq9iyDv .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcnq9iyDv .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcnq9iyDv .mbr-desc,
.cid-uLcnq9iyDv .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnq9Baec {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnq9Baec {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnq9Baec {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnq9Baec {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnq9Baec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnq9Baec .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnq9Baec .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnq9Baec .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnq9Baec .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnq9Baec section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnq9Baec section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnq9Baec section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnq9Baec section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnq9Baec .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLcnq9Baec .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLcnq9Baec .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLcnq9Baec .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLcnq9Baec .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLcnq9Baec .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLcnq9Baec .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnq9Baec .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLcnq9Baec .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLcnq9Baec .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLcnq9Baec .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnq9Baec .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLcnq9Baec .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnq9Baec .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLcnq9Baec .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLcnq9Baec .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLcnq9Baec .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcnq9Baec .embla__slide .slide-content {
  width: 100%;
}
.cid-uLcnq9Baec .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLcnq9Baec .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLcnq9Baec .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLcnq9Baec .embla__button--next,
.cid-uLcnq9Baec .embla__button--prev {
  display: flex;
}
.cid-uLcnq9Baec .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLcnq9Baec .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcnq9Baec .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLcnq9Baec .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLcnq9Baec .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLcnq9Baec .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLcnq9Baec .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLcnq9Baec .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcnq9Baec .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcnq9Baec .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcnq9Baec .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLcnq9Baec .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnq9Baec .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnq9Baec .mbr-desc {
  color: #ffffff;
}
.cid-uLcnq9Baec .mbr-section-title,
.cid-uLcnq9Baec .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnq9Baec .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLcnq9Baec .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLcnq9Baec .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcnq9ZuEs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcnq9ZuEs .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcnq9ZuEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnq9ZuEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcnq9ZuEs .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcnq9ZuEs .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcnq9ZuEs .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcnq9ZuEs .content-wrapper {
    padding: 0;
  }
}
.cid-uLcnq9ZuEs .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnq9ZuEs .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcnq9ZuEs .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcnq9ZuEs .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcnq9ZuEs .mbr-desc,
.cid-uLcnq9ZuEs .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqajN2w {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/outdoor-setting-newly-installed-minisplit-600nw-2360522727-fotor-20250517231058.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqajN2w {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqajN2w {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqajN2w {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqajN2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnqajN2w .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqajN2w .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqajN2w .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqajN2w .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqajN2w section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqajN2w section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqajN2w section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqajN2w section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqajN2w .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLcnqajN2w .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLcnqajN2w .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLcnqajN2w .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLcnqajN2w .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLcnqajN2w .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLcnqajN2w .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnqajN2w .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLcnqajN2w .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLcnqajN2w .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLcnqajN2w .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqajN2w .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLcnqajN2w .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqajN2w .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLcnqajN2w .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLcnqajN2w .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLcnqajN2w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcnqajN2w .embla__slide .slide-content {
  width: 100%;
}
.cid-uLcnqajN2w .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLcnqajN2w .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLcnqajN2w .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLcnqajN2w .embla__button--next,
.cid-uLcnqajN2w .embla__button--prev {
  display: flex;
}
.cid-uLcnqajN2w .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLcnqajN2w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcnqajN2w .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLcnqajN2w .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLcnqajN2w .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLcnqajN2w .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLcnqajN2w .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLcnqajN2w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcnqajN2w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcnqajN2w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcnqajN2w .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLcnqajN2w .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqajN2w .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqajN2w .mbr-desc {
  color: #ffffff;
}
.cid-uLcnqajN2w .mbr-section-title,
.cid-uLcnqajN2w .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqajN2w .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLcnqajN2w .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLcnqajN2w .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcnqaJEDy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcnqaJEDy .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcnqaJEDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnqaJEDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcnqaJEDy .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcnqaJEDy .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcnqaJEDy .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcnqaJEDy .content-wrapper {
    padding: 0;
  }
}
.cid-uLcnqaJEDy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnqaJEDy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcnqaJEDy .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcnqaJEDy .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcnqaJEDy .mbr-desc,
.cid-uLcnqaJEDy .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqb5nm5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/technician-man-installing-air-conditioning-in-a-client-house-electrician-mounting-the-wires-into-air-conditioning-unit-repairman-fixing-air-conditioner-unit-maintenance-and-repairing-concepts-photo-fotor-2025051723213.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqb5nm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqb5nm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqb5nm5 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqb5nm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnqb5nm5 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqb5nm5 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqb5nm5 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqb5nm5 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqb5nm5 section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqb5nm5 section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqb5nm5 section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqb5nm5 section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqb5nm5 .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLcnqb5nm5 .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLcnqb5nm5 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLcnqb5nm5 .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLcnqb5nm5 .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLcnqb5nm5 .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLcnqb5nm5 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnqb5nm5 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLcnqb5nm5 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLcnqb5nm5 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLcnqb5nm5 .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqb5nm5 .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLcnqb5nm5 .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqb5nm5 .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLcnqb5nm5 .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLcnqb5nm5 .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLcnqb5nm5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcnqb5nm5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLcnqb5nm5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLcnqb5nm5 .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLcnqb5nm5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLcnqb5nm5 .embla__button--next,
.cid-uLcnqb5nm5 .embla__button--prev {
  display: flex;
}
.cid-uLcnqb5nm5 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLcnqb5nm5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcnqb5nm5 .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLcnqb5nm5 .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLcnqb5nm5 .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLcnqb5nm5 .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLcnqb5nm5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLcnqb5nm5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcnqb5nm5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcnqb5nm5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcnqb5nm5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLcnqb5nm5 .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqb5nm5 .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqb5nm5 .mbr-desc {
  color: #ffffff;
}
.cid-uLcnqb5nm5 .mbr-section-title,
.cid-uLcnqb5nm5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqb5nm5 .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLcnqb5nm5 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLcnqb5nm5 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcnqbzA54 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcnqbzA54 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcnqbzA54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnqbzA54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcnqbzA54 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcnqbzA54 .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcnqbzA54 .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcnqbzA54 .content-wrapper {
    padding: 0;
  }
}
.cid-uLcnqbzA54 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnqbzA54 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcnqbzA54 .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcnqbzA54 .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcnqbzA54 .mbr-desc,
.cid-uLcnqbzA54 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqbWHTl {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1272.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqbWHTl {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqbWHTl {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqbWHTl {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqbWHTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnqbWHTl .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqbWHTl .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqbWHTl .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqbWHTl .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqbWHTl section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqbWHTl section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqbWHTl section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqbWHTl section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqbWHTl .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLcnqbWHTl .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLcnqbWHTl .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLcnqbWHTl .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLcnqbWHTl .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLcnqbWHTl .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLcnqbWHTl .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnqbWHTl .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLcnqbWHTl .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLcnqbWHTl .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLcnqbWHTl .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqbWHTl .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLcnqbWHTl .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqbWHTl .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLcnqbWHTl .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLcnqbWHTl .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLcnqbWHTl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcnqbWHTl .embla__slide .slide-content {
  width: 100%;
}
.cid-uLcnqbWHTl .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLcnqbWHTl .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLcnqbWHTl .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLcnqbWHTl .embla__button--next,
.cid-uLcnqbWHTl .embla__button--prev {
  display: flex;
}
.cid-uLcnqbWHTl .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLcnqbWHTl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcnqbWHTl .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLcnqbWHTl .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLcnqbWHTl .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLcnqbWHTl .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLcnqbWHTl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLcnqbWHTl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcnqbWHTl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcnqbWHTl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcnqbWHTl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLcnqbWHTl .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqbWHTl .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqbWHTl .mbr-desc {
  color: #ffffff;
}
.cid-uLcnqbWHTl .mbr-section-title,
.cid-uLcnqbWHTl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqbWHTl .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLcnqbWHTl .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLcnqbWHTl .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcnqcporb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLcnqcporb .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLcnqcporb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnqcporb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcnqcporb .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLcnqcporb .content-wrap .card {
  justify-content: space-between;
}
.cid-uLcnqcporb .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLcnqcporb .content-wrapper {
    padding: 0;
  }
}
.cid-uLcnqcporb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnqcporb .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLcnqcporb .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLcnqcporb .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLcnqcporb .mbr-desc,
.cid-uLcnqcporb .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqcPZQz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/family-room-670270.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqcPZQz {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqcPZQz {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqcPZQz {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqcPZQz .mbr-overlay {
  background: #000000;
  opacity: 0.4;
  border-radius: 1em;
}
.cid-uLcnqcPZQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcnqcPZQz .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqcPZQz .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqcPZQz .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqcPZQz .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqcPZQz section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLcnqcPZQz section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLcnqcPZQz section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLcnqcPZQz section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLcnqcPZQz .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLcnqcPZQz .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLcnqcPZQz .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLcnqcPZQz .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLcnqcPZQz .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLcnqcPZQz .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLcnqcPZQz .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcnqcPZQz .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLcnqcPZQz .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLcnqcPZQz .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLcnqcPZQz .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqcPZQz .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLcnqcPZQz .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLcnqcPZQz .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLcnqcPZQz .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLcnqcPZQz .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLcnqcPZQz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcnqcPZQz .embla__slide .slide-content {
  width: 100%;
}
.cid-uLcnqcPZQz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLcnqcPZQz .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLcnqcPZQz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLcnqcPZQz .embla__button--next,
.cid-uLcnqcPZQz .embla__button--prev {
  display: flex;
}
.cid-uLcnqcPZQz .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLcnqcPZQz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcnqcPZQz .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLcnqcPZQz .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLcnqcPZQz .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLcnqcPZQz .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLcnqcPZQz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLcnqcPZQz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcnqcPZQz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcnqcPZQz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcnqcPZQz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLcnqcPZQz .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqcPZQz .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLcnqcPZQz .mbr-desc {
  color: #ffffff;
}
.cid-uLcnqcPZQz .mbr-section-title,
.cid-uLcnqcPZQz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLcnqcPZQz .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLcnqcPZQz .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLcnqcPZQz .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLcnqcPZQz .embla__slide .item-img img {
  pointer-events: auto !important;
  z-index: 5 !important;
  position: relative !important;
}
.cid-uLcnqcPZQz .slider-wrap,
.cid-uLcnqcPZQz .embla__slide,
.cid-uLcnqcPZQz .embla__viewport,
.cid-uLcnqcPZQz .embla__container {
  pointer-events: auto !important;
  z-index: 1;
  position: relative;
}
.cid-uLcnqdhqOh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uLh07uNCMh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1276.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uLh07uNCMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLh07uNCMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLh07uNCMh.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uLh07uNCMh .container-fluid {
  padding: 0 !important;
}
.cid-uLh07uNCMh img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uLh07uNCMh .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uLgZR9tihz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uLw4G65z3E {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/remote1-fotor-20250514121924.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uLw4G65z3E P {
  color: #ffffff;
}
.cid-uLw4G65z3E .mbr-text,
.cid-uLw4G65z3E .mbr-section-btn {
  text-align: left;
}
.cid-uLw4G65z3E H1 {
  color: #ffffff;
}
.cid-uLw4G6ly9J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uLzx5TmZ4U {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzx5TmZ4U {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzx5TmZ4U {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzx5TmZ4U {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzx5TmZ4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzx5TmZ4U .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzx5TmZ4U .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzx5TmZ4U .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzx5TmZ4U .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzx5TmZ4U section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzx5TmZ4U section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzx5TmZ4U section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzx5TmZ4U section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzx5TmZ4U .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLzx5TmZ4U .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLzx5TmZ4U .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLzx5TmZ4U .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLzx5TmZ4U .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLzx5TmZ4U .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLzx5TmZ4U .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzx5TmZ4U .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLzx5TmZ4U .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzx5TmZ4U .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzx5TmZ4U .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzx5TmZ4U .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLzx5TmZ4U .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzx5TmZ4U .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLzx5TmZ4U .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLzx5TmZ4U .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLzx5TmZ4U .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLzx5TmZ4U .embla__slide .slide-content {
  width: 100%;
}
.cid-uLzx5TmZ4U .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLzx5TmZ4U .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLzx5TmZ4U .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLzx5TmZ4U .embla__button--next,
.cid-uLzx5TmZ4U .embla__button--prev {
  display: flex;
}
.cid-uLzx5TmZ4U .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLzx5TmZ4U .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLzx5TmZ4U .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLzx5TmZ4U .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLzx5TmZ4U .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLzx5TmZ4U .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLzx5TmZ4U .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLzx5TmZ4U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLzx5TmZ4U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLzx5TmZ4U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLzx5TmZ4U .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLzx5TmZ4U .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzx5TmZ4U .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzx5TmZ4U .mbr-desc {
  color: #ffffff;
}
.cid-uLzx5TmZ4U .mbr-section-title,
.cid-uLzx5TmZ4U .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLzx5TmZ4U .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLzx5TmZ4U .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLzx5TmZ4U .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(1deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-1deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLzGVUOkDD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLzGVUOkDD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLzGVUOkDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGVUOkDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGVUOkDD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLzGVUOkDD .content-wrap .card {
  justify-content: space-between;
}
.cid-uLzGVUOkDD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLzGVUOkDD .content-wrapper {
    padding: 0;
  }
}
.cid-uLzGVUOkDD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzGVUOkDD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLzGVUOkDD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLzGVUOkDD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLzGVUOkDD .mbr-desc,
.cid-uLzGVUOkDD .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDLZbfn5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1283.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDLZbfn5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDLZbfn5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDLZbfn5 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDLZbfn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzDLZbfn5 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDLZbfn5 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDLZbfn5 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDLZbfn5 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDLZbfn5 section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDLZbfn5 section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDLZbfn5 section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDLZbfn5 section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDLZbfn5 .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLzDLZbfn5 .card {
  padding: 0 10px;
  opacity: 1;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLzDLZbfn5 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLzDLZbfn5 .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLzDLZbfn5 .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLzDLZbfn5 .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLzDLZbfn5 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzDLZbfn5 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLzDLZbfn5 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzDLZbfn5 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzDLZbfn5 .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDLZbfn5 .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLzDLZbfn5 .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDLZbfn5 .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLzDLZbfn5 .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLzDLZbfn5 .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLzDLZbfn5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLzDLZbfn5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLzDLZbfn5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLzDLZbfn5 .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLzDLZbfn5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLzDLZbfn5 .embla__button--next,
.cid-uLzDLZbfn5 .embla__button--prev {
  display: flex;
}
.cid-uLzDLZbfn5 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLzDLZbfn5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLzDLZbfn5 .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLzDLZbfn5 .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLzDLZbfn5 .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLzDLZbfn5 .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLzDLZbfn5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLzDLZbfn5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLzDLZbfn5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLzDLZbfn5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLzDLZbfn5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLzDLZbfn5 .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDLZbfn5 .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDLZbfn5 .mbr-desc {
  color: #ffffff;
}
.cid-uLzDLZbfn5 .mbr-section-title,
.cid-uLzDLZbfn5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDLZbfn5 .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLzDLZbfn5 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLzDLZbfn5 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLzGWhOEbh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLzGWhOEbh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLzGWhOEbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGWhOEbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGWhOEbh .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLzGWhOEbh .content-wrap .card {
  justify-content: space-between;
}
.cid-uLzGWhOEbh .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLzGWhOEbh .content-wrapper {
    padding: 0;
  }
}
.cid-uLzGWhOEbh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzGWhOEbh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLzGWhOEbh .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLzGWhOEbh .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLzGWhOEbh .mbr-desc,
.cid-uLzGWhOEbh .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDOlkItm {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1100.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDOlkItm {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDOlkItm {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDOlkItm {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDOlkItm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzDOlkItm .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDOlkItm .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDOlkItm .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDOlkItm .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDOlkItm section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDOlkItm section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDOlkItm section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDOlkItm section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDOlkItm .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLzDOlkItm .card {
  padding: 0 10px;
  opacity: 1;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLzDOlkItm .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLzDOlkItm .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLzDOlkItm .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLzDOlkItm .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLzDOlkItm .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzDOlkItm .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLzDOlkItm .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzDOlkItm .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzDOlkItm .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDOlkItm .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLzDOlkItm .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDOlkItm .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLzDOlkItm .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLzDOlkItm .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLzDOlkItm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLzDOlkItm .embla__slide .slide-content {
  width: 100%;
}
.cid-uLzDOlkItm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLzDOlkItm .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLzDOlkItm .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLzDOlkItm .embla__button--next,
.cid-uLzDOlkItm .embla__button--prev {
  display: flex;
}
.cid-uLzDOlkItm .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLzDOlkItm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLzDOlkItm .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLzDOlkItm .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLzDOlkItm .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLzDOlkItm .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLzDOlkItm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLzDOlkItm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLzDOlkItm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLzDOlkItm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLzDOlkItm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLzDOlkItm .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDOlkItm .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDOlkItm .mbr-desc {
  color: #ffffff;
}
.cid-uLzDOlkItm .mbr-section-title,
.cid-uLzDOlkItm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDOlkItm .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLzDOlkItm .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLzDOlkItm .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLzGWIhEwn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLzGWIhEwn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLzGWIhEwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGWIhEwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGWIhEwn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLzGWIhEwn .content-wrap .card {
  justify-content: space-between;
}
.cid-uLzGWIhEwn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLzGWIhEwn .content-wrapper {
    padding: 0;
  }
}
.cid-uLzGWIhEwn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzGWIhEwn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLzGWIhEwn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLzGWIhEwn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLzGWIhEwn .mbr-desc,
.cid-uLzGWIhEwn .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDNSSzcq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDNSSzcq {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDNSSzcq {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDNSSzcq {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDNSSzcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzDNSSzcq .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDNSSzcq .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDNSSzcq .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDNSSzcq .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDNSSzcq section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDNSSzcq section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDNSSzcq section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDNSSzcq section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDNSSzcq .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLzDNSSzcq .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLzDNSSzcq .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLzDNSSzcq .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLzDNSSzcq .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLzDNSSzcq .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLzDNSSzcq .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzDNSSzcq .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLzDNSSzcq .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzDNSSzcq .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzDNSSzcq .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDNSSzcq .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLzDNSSzcq .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDNSSzcq .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLzDNSSzcq .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLzDNSSzcq .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLzDNSSzcq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLzDNSSzcq .embla__slide .slide-content {
  width: 100%;
}
.cid-uLzDNSSzcq .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLzDNSSzcq .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLzDNSSzcq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLzDNSSzcq .embla__button--next,
.cid-uLzDNSSzcq .embla__button--prev {
  display: flex;
}
.cid-uLzDNSSzcq .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLzDNSSzcq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLzDNSSzcq .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLzDNSSzcq .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLzDNSSzcq .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLzDNSSzcq .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLzDNSSzcq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLzDNSSzcq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLzDNSSzcq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLzDNSSzcq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLzDNSSzcq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLzDNSSzcq .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDNSSzcq .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDNSSzcq .mbr-desc {
  color: #ffffff;
}
.cid-uLzDNSSzcq .mbr-section-title,
.cid-uLzDNSSzcq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDNSSzcq .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLzDNSSzcq .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLzDNSSzcq .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLzGXbbl1P {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLzGXbbl1P .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLzGXbbl1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGXbbl1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGXbbl1P .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLzGXbbl1P .content-wrap .card {
  justify-content: space-between;
}
.cid-uLzGXbbl1P .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLzGXbbl1P .content-wrapper {
    padding: 0;
  }
}
.cid-uLzGXbbl1P .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzGXbbl1P .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLzGXbbl1P .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLzGXbbl1P .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLzGXbbl1P .mbr-desc,
.cid-uLzGXbbl1P .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDMTjmO7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1234.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDMTjmO7 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDMTjmO7 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDMTjmO7 {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDMTjmO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzDMTjmO7 .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDMTjmO7 .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDMTjmO7 .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDMTjmO7 .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDMTjmO7 section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDMTjmO7 section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDMTjmO7 section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDMTjmO7 section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDMTjmO7 .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLzDMTjmO7 .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLzDMTjmO7 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLzDMTjmO7 .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLzDMTjmO7 .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLzDMTjmO7 .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLzDMTjmO7 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzDMTjmO7 .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLzDMTjmO7 .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzDMTjmO7 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzDMTjmO7 .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDMTjmO7 .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLzDMTjmO7 .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDMTjmO7 .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLzDMTjmO7 .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLzDMTjmO7 .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLzDMTjmO7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLzDMTjmO7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLzDMTjmO7 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLzDMTjmO7 .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLzDMTjmO7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLzDMTjmO7 .embla__button--next,
.cid-uLzDMTjmO7 .embla__button--prev {
  display: flex;
}
.cid-uLzDMTjmO7 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLzDMTjmO7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLzDMTjmO7 .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLzDMTjmO7 .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLzDMTjmO7 .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLzDMTjmO7 .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLzDMTjmO7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLzDMTjmO7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLzDMTjmO7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLzDMTjmO7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLzDMTjmO7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLzDMTjmO7 .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDMTjmO7 .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDMTjmO7 .mbr-desc {
  color: #ffffff;
}
.cid-uLzDMTjmO7 .mbr-section-title,
.cid-uLzDMTjmO7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDMTjmO7 .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLzDMTjmO7 .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLzDMTjmO7 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLzGXzbCDD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLzGXzbCDD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLzGXzbCDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGXzbCDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGXzbCDD .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLzGXzbCDD .content-wrap .card {
  justify-content: space-between;
}
.cid-uLzGXzbCDD .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLzGXzbCDD .content-wrapper {
    padding: 0;
  }
}
.cid-uLzGXzbCDD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzGXzbCDD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLzGXzbCDD .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLzGXzbCDD .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLzGXzbCDD .mbr-desc,
.cid-uLzGXzbCDD .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDNvIOuj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDNvIOuj {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDNvIOuj {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDNvIOuj {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDNvIOuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzDNvIOuj .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDNvIOuj .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDNvIOuj .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDNvIOuj .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDNvIOuj section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uLzDNvIOuj section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uLzDNvIOuj section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uLzDNvIOuj section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uLzDNvIOuj .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uLzDNvIOuj .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uLzDNvIOuj .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uLzDNvIOuj .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uLzDNvIOuj .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uLzDNvIOuj .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uLzDNvIOuj .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzDNvIOuj .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uLzDNvIOuj .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLzDNvIOuj .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLzDNvIOuj .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDNvIOuj .slider-wrap {
    min-height: 350px;
  }
}
.cid-uLzDNvIOuj .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uLzDNvIOuj .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uLzDNvIOuj .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uLzDNvIOuj .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uLzDNvIOuj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLzDNvIOuj .embla__slide .slide-content {
  width: 100%;
}
.cid-uLzDNvIOuj .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uLzDNvIOuj .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uLzDNvIOuj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLzDNvIOuj .embla__button--next,
.cid-uLzDNvIOuj .embla__button--prev {
  display: flex;
}
.cid-uLzDNvIOuj .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLzDNvIOuj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLzDNvIOuj .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uLzDNvIOuj .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uLzDNvIOuj .embla__button.embla__button--next {
  right: 10px;
}
.cid-uLzDNvIOuj .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uLzDNvIOuj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uLzDNvIOuj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLzDNvIOuj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLzDNvIOuj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLzDNvIOuj .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLzDNvIOuj .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDNvIOuj .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uLzDNvIOuj .mbr-desc {
  color: #ffffff;
}
.cid-uLzDNvIOuj .mbr-section-title,
.cid-uLzDNvIOuj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLzDNvIOuj .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uLzDNvIOuj .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uLzDNvIOuj .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uLzGY3EWTj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uLzGY3EWTj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uLzGY3EWTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLzGY3EWTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLzGY3EWTj .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uLzGY3EWTj .content-wrap .card {
  justify-content: space-between;
}
.cid-uLzGY3EWTj .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uLzGY3EWTj .content-wrapper {
    padding: 0;
  }
}
.cid-uLzGY3EWTj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLzGY3EWTj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uLzGY3EWTj .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uLzGY3EWTj .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uLzGY3EWTj .mbr-desc,
.cid-uLzGY3EWTj .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLzx5X2vwZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uSlEfqPECX {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSlEfqPECX .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uSlEfqPECX img,
.cid-uSlEfqPECX .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: inherit;
  object-fit: contain;
}
.cid-uSlEfqPECX .item:focus,
.cid-uSlEfqPECX span:focus {
  outline: none;
}
.cid-uSlEfqPECX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSlEfqPECX .item {
    margin-bottom: 1rem;
  }
}
.cid-uSlEfqPECX .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uSlEfqPECX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSlEfqPECX .mbr-section-title {
  color: #232323;
}
.cid-uSlEfqPECX .mbr-text,
.cid-uSlEfqPECX .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uSlEfqPECX .item-title {
  color: #232323;
  text-align: center;
}
.cid-uSlEfqPECX .content-head {
  max-width: 800px;
}
.cid-uSlEfqPECX img,
.cid-uSlEfqPECX .item-img {
  object-fit: cover;
  height: auto;
}
.cid-uSlEfqPECX img,
.cid-uSlEfqPECX .item-img {
  height: auto;
  object-fit: contain;
}
.cid-uSlEfqPECX img,
.cid-uSlEfqPECX .item-img {
  height: 200px;
  object-fit: cover;
}
.cid-uSlEfqPECX .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1rem;
  height: auto !important;
}
.cid-uSlEfqPECX .item-img img {
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0.75rem;
  max-height: 200px;
}
.cid-uSlDLG8nSf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
.cid-uVETqZ0hbG .navbar {
  padding: 0.5rem 0;
  background: #00399f;
  transition: none;
  min-height: 50px;
  width: 99%;
  opacity: 0.9;
  margin: auto;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-uVETqZ0hbG .grow {
  -webkit-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -o-transition: transform 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: transform 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border-radius: 15px;
  will-change: transform;
}
.cid-uVETqZ0hbG .grow:hover {
  transform: scale(1.06);
  transition: all 1s ease;
}
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .navbar-nav .nav-link,
.cid-uVETqZ0hbG .navbar .text-black,
.cid-uVETqZ0hbG .navbar .text-primary,
.cid-uVETqZ0hbG .navbar .mbr-black,
.cid-uVETqZ0hbG .brand-name {
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .navbar-nav .nav-link:hover,
.cid-uVETqZ0hbG .navbar .text-black:hover,
.cid-uVETqZ0hbG .navbar .text-primary:hover,
.cid-uVETqZ0hbG .navbar .mbr-black:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
  text-align: left;
  padding-left: 1rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .navbar-fixed-top {
  padding-top: 0;
}
.cid-uVETqZ0hbG .dropdown-menu {
  transform: translateY(-6px) scale(0.98);
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  background-color: #232323;
  border-radius: 0 0 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: left;
  padding-left: 1rem;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0.4rem 0;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s linear 0.14s;
  will-change: opacity, transform;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-uVETqZ0hbG .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uVETqZ0hbG .collapse {
  justify-content: space-between !important;
}
.cid-uVETqZ0hbG .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-uVETqZ0hbG .mbr-iconfont {
  cursor: pointer;
}
.cid-uVETqZ0hbG .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
  animation: slideInFromLeft 0.32s ease-out forwards;
}
.cid-uVETqZ0hbG .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #232323;
}
.cid-uVETqZ0hbG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uVETqZ0hbG .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-uVETqZ0hbG .menu-content-top {
  background: #494949;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  justify-content: space-between;
  -webkit-justify-content: left;
  padding: 0 0rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 2px 2px 8px #000000;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  transform-origin: top;
  min-height: 3.0rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVETqZ0hbG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVETqZ0hbG .dropdown-item,
.cid-uVETqZ0hbG .nav-link,
.cid-uVETqZ0hbG .brand-name {
  font-style: normal;
}
.cid-uVETqZ0hbG .dropdown-item:hover,
.cid-uVETqZ0hbG .nav-link:hover,
.cid-uVETqZ0hbG .brand-name:hover {
  color: #232323 !important;
}
.cid-uVETqZ0hbG .dropdown-item:active {
  background-color: #232323;
}
.cid-uVETqZ0hbG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-uVETqZ0hbG .navbar-dropdown.bg-color.transparent.opened {
  background: #00399f;
}
.cid-uVETqZ0hbG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: top;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .content-text {
  margin-bottom: 0;
}
.cid-uVETqZ0hbG .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #232323;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uVETqZ0hbG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uVETqZ0hbG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uVETqZ0hbG .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uVETqZ0hbG .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uVETqZ0hbG .nav-dropdown .link {
  font-weight: 400;
}
.cid-uVETqZ0hbG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uVETqZ0hbG .content-right-side {
  text-align: center;
}
.cid-uVETqZ0hbG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uVETqZ0hbG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uVETqZ0hbG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-uVETqZ0hbG .info-widget {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cid-uVETqZ0hbG .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-uVETqZ0hbG .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uVETqZ0hbG .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uVETqZ0hbG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uVETqZ0hbG .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-uVETqZ0hbG .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-uVETqZ0hbG .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-uVETqZ0hbG .navbar {
    display: block;
    padding: 0;
  }
  .cid-uVETqZ0hbG .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVETqZ0hbG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uVETqZ0hbG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    display: none;
  }
}
.cid-uVETqZ0hbG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-uVETqZ0hbG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVETqZ0hbG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVETqZ0hbG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uVETqZ0hbG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.14s ease;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVETqZ0hbG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVETqZ0hbG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.12s ease;
  margin: 1.6rem 1rem;
}
.cid-uVETqZ0hbG button.navbar-toggler:focus {
  outline: none;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVETqZ0hbG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(2),
.cid-uVETqZ0hbG nav.opened .hamburger span:nth-child(3) {
  transition: all 0.12s ease;
}
.cid-uVETqZ0hbG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .btn {
  display: flex;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uVETqZ0hbG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVETqZ0hbG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uVETqZ0hbG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVETqZ0hbG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-uVETqZ0hbG .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uVETqZ0hbG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVETqZ0hbG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: top;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-uVETqZ0hbG .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-uVETqZ0hbG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing,
  .cid-uVETqZ0hbG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-uVETqZ0hbG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVETqZ0hbG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVETqZ0hbG img {
    height: 3.8rem !important;
  }
  .cid-uVETqZ0hbG .btn {
    display: flex;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    display: block;
  }
  .cid-uVETqZ0hbG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-uVETqZ0hbG .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: top;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uVETqZ0hbG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: transform 0.12s ease, opacity 0.12s ease;
    margin: 0 !important;
    -webkit-transition: transform 0.12s ease, opacity 0.12s ease;
    -moz-transition: transform 0.12s ease, opacity 0.12s ease;
  }
  .cid-uVETqZ0hbG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    -moz-transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    transition: opacity 0.14s ease, max-height 0.18s ease, padding 0.18s ease;
    will-change: opacity, max-height;
  }
  .cid-uVETqZ0hbG .dropdown.open > .dropdown-menu,
  .cid-uVETqZ0hbG .dropdown.show > .dropdown-menu {
    opacity: 1;
    max-height: 60vh;
    padding: 0.8rem 0;
    visibility: visible;
  }
}
.cid-uVETqZ0hbG .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uVETqZ0hbG .nav-link:focus {
  outline: none;
}
.cid-uVETqZ0hbG .navbar-toggler {
  position: relative;
}
.cid-uVETqZ0hbG .dropdown-item.active,
.cid-uVETqZ0hbG .dropdown-item:active {
  color: initial;
}
.cid-uVETqZ0hbG .widget-title,
.cid-uVETqZ0hbG .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-uVETqZ0hbG .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-uVETqZ0hbG .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-uVETqZ0hbG .navbar-logo img {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .cid-uVETqZ0hbG .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-uVETqZ0hbG .nav-item:before {
    content: none;
  }
  .cid-uVETqZ0hbG .menu-bottom {
    flex-direction: column;
  }
  .cid-uVETqZ0hbG button.navbar-toggler {
    align-self: center;
  }
  .cid-uVETqZ0hbG .menu-logo {
    justify-content: flex-start;
  }
  .cid-uVETqZ0hbG .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.cid-uVETqZ0hbG .nav-item:nth-child(1) {
  animation-delay: 0.02s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(2) {
  animation-delay: 0.04s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(3) {
  animation-delay: 0.06s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(4) {
  animation-delay: 0.08s;
}
.cid-uVETqZ0hbG .nav-item:nth-child(5) {
  animation-delay: 0.10s;
}
.cid-uVETqZ0hbG .ing {
  border-radius: 0 !important;
}
.cid-uVETqZ0hbG .navbar-brand {
  text-align: left !important;
  flex-grow: 0 !important;
}
.cid-uVETqZ0hbG .nav-item:hover .dropdown-menu,
.cid-uVETqZ0hbG .nav-item:focus-within .dropdown-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  -moz-transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
  transition: opacity 0.14s ease, transform 0.16s ease, visibility 0s;
}
.cid-uVETqZ0hbG .main-menu-animated-line {
  border-top: 4px solid #232323;
  -webkit-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  -moz-transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  transition: width 0.18s ease, left 0.22s cubic-bezier(0.2, 0.7, 0.1, 1);
  will-change: width, left;
}
.cid-uVEDtgdtAg {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-annushka-ahuja-8055166.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDtgdtAg {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDtgdtAg {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDtgdtAg {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDtgdtAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEDtgdtAg .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDtgdtAg .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDtgdtAg .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDtgdtAg .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDtgdtAg section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDtgdtAg section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDtgdtAg section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDtgdtAg section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDtgdtAg .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uVEDtgdtAg .card {
  padding: 0 10px;
  opacity: .9;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uVEDtgdtAg .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uVEDtgdtAg .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uVEDtgdtAg .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uVEDtgdtAg .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uVEDtgdtAg .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEDtgdtAg .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uVEDtgdtAg .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVEDtgdtAg .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVEDtgdtAg .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEDtgdtAg .slider-wrap {
    min-height: 350px;
  }
}
.cid-uVEDtgdtAg .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEDtgdtAg .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uVEDtgdtAg .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uVEDtgdtAg .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uVEDtgdtAg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVEDtgdtAg .embla__slide .slide-content {
  width: 100%;
}
.cid-uVEDtgdtAg .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uVEDtgdtAg .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uVEDtgdtAg .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVEDtgdtAg .embla__button--next,
.cid-uVEDtgdtAg .embla__button--prev {
  display: flex;
}
.cid-uVEDtgdtAg .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVEDtgdtAg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVEDtgdtAg .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uVEDtgdtAg .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uVEDtgdtAg .embla__button.embla__button--next {
  right: 10px;
}
.cid-uVEDtgdtAg .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uVEDtgdtAg .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uVEDtgdtAg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVEDtgdtAg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVEDtgdtAg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVEDtgdtAg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVEDtgdtAg .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEDtgdtAg .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEDtgdtAg .mbr-desc {
  color: #ffffff;
}
.cid-uVEDtgdtAg .mbr-section-title,
.cid-uVEDtgdtAg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVEDtgdtAg .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uVEDtgdtAg .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uVEDtgdtAg .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(1deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-1deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uVEDtgzbmY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uVEDtgzbmY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uVEDtgzbmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEDtgzbmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEDtgzbmY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uVEDtgzbmY .content-wrap .card {
  justify-content: space-between;
}
.cid-uVEDtgzbmY .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uVEDtgzbmY .content-wrapper {
    padding: 0;
  }
}
.cid-uVEDtgzbmY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEDtgzbmY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uVEDtgzbmY .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uVEDtgzbmY .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uVEDtgzbmY .mbr-desc,
.cid-uVEDtgzbmY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEDtgQ8mJ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/4501b14cc86ba53ff1207c1e80e57df0f803f178.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDtgQ8mJ {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDtgQ8mJ {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDtgQ8mJ {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDtgQ8mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEDtgQ8mJ .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDtgQ8mJ .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDtgQ8mJ .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDtgQ8mJ .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDtgQ8mJ section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDtgQ8mJ section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDtgQ8mJ section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDtgQ8mJ section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDtgQ8mJ .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uVEDtgQ8mJ .card {
  padding: 0 10px;
  opacity: 1;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uVEDtgQ8mJ .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uVEDtgQ8mJ .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uVEDtgQ8mJ .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uVEDtgQ8mJ .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uVEDtgQ8mJ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEDtgQ8mJ .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uVEDtgQ8mJ .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVEDtgQ8mJ .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVEDtgQ8mJ .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEDtgQ8mJ .slider-wrap {
    min-height: 350px;
  }
}
.cid-uVEDtgQ8mJ .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEDtgQ8mJ .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uVEDtgQ8mJ .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uVEDtgQ8mJ .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uVEDtgQ8mJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVEDtgQ8mJ .embla__slide .slide-content {
  width: 100%;
}
.cid-uVEDtgQ8mJ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uVEDtgQ8mJ .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uVEDtgQ8mJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVEDtgQ8mJ .embla__button--next,
.cid-uVEDtgQ8mJ .embla__button--prev {
  display: flex;
}
.cid-uVEDtgQ8mJ .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVEDtgQ8mJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVEDtgQ8mJ .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uVEDtgQ8mJ .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uVEDtgQ8mJ .embla__button.embla__button--next {
  right: 10px;
}
.cid-uVEDtgQ8mJ .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uVEDtgQ8mJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uVEDtgQ8mJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVEDtgQ8mJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVEDtgQ8mJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVEDtgQ8mJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVEDtgQ8mJ .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEDtgQ8mJ .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEDtgQ8mJ .mbr-desc {
  color: #ffffff;
}
.cid-uVEDtgQ8mJ .mbr-section-title,
.cid-uVEDtgQ8mJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVEDtgQ8mJ .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uVEDtgQ8mJ .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uVEDtgQ8mJ .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uVEDthbVwd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uVEDthbVwd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uVEDthbVwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEDthbVwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEDthbVwd .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uVEDthbVwd .content-wrap .card {
  justify-content: space-between;
}
.cid-uVEDthbVwd .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uVEDthbVwd .content-wrapper {
    padding: 0;
  }
}
.cid-uVEDthbVwd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEDthbVwd .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uVEDthbVwd .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uVEDthbVwd .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uVEDthbVwd .mbr-desc,
.cid-uVEDthbVwd .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEDthsxFS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/pexels-mikhail-nilov-8943269.webp");
  border-radius: 1em;
  background-position: center center;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDthsxFS {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDthsxFS {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDthsxFS {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDthsxFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEDthsxFS .mbr-fallback-image {
  display: block;
  background-size: 115%;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 1em;
  background-repeat: no-repeat;
  animation: perspectiveShift 60s ease-in-out infinite !important;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDthsxFS .mbr-fallback-image {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDthsxFS .mbr-fallback-image {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDthsxFS .mbr-fallback-image {
    background-size: cover;
    background-position: center center;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDthsxFS section.mbr-embla.stockm5 {
  animation: perspectiveShift 60s ease-in-out infinite !important;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: center center;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 1920px) {
  .cid-uVEDthsxFS section.mbr-embla.stockm5 {
    background-size: 130%;
  }
}
@media (min-width: 2560px) {
  .cid-uVEDthsxFS section.mbr-embla.stockm5 {
    background-size: 140%;
  }
}
@media (max-width: 768px) {
  .cid-uVEDthsxFS section.mbr-embla.stockm5 {
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: scroll;
    animation: perspectiveShiftSimple 60s ease-in-out infinite !important;
  }
}
.cid-uVEDthsxFS .items-wrapper {
  margin: 0 -10px;
  align-items: flex-start;
}
.cid-uVEDthsxFS .card {
  padding: 0 10px;
  opacity: 1;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
}
.cid-uVEDthsxFS .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 1em;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
}
@media (max-width: 992px) {
  .cid-uVEDthsxFS .content-wrap {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uVEDthsxFS .content-wrap .title-wrapper {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uVEDthsxFS .content-wrap .title-wrapper {
    padding: 20px 10px 0;
    margin-bottom: 54px;
  }
}
.cid-uVEDthsxFS .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEDthsxFS .content-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uVEDthsxFS .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVEDthsxFS .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVEDthsxFS .slider-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
  min-height: 550px;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEDthsxFS .slider-wrap {
    min-height: 350px;
  }
}
.cid-uVEDthsxFS .slider-wrap .desc-wrap {
  width: 45%;
  right: 10px;
  bottom: 10px;
  background-color: #5f0202;
  padding: 16px 20px;
  z-index: 1;
  border-radius: 1em;
}
@media (max-width: 992px) {
  .cid-uVEDthsxFS .slider-wrap .desc-wrap {
    width: 80%;
  }
}
.cid-uVEDthsxFS .slider-wrap .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uVEDthsxFS .embla__slide {
  display: flex;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .cid-uVEDthsxFS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVEDthsxFS .embla__slide .slide-content {
  width: 100%;
}
.cid-uVEDthsxFS .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  transition: 1s;
  border-radius: 1em;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.cid-uVEDthsxFS .embla__slide .slide-content .item-wrapper .item-img img:hover {
  transform: scale(1.1);
  border-radius: 2em;
  box-shadow: 15px 15px 55px #000;
}
@media (max-width: 992px) {
  .cid-uVEDthsxFS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVEDthsxFS .embla__button--next,
.cid-uVEDthsxFS .embla__button--prev {
  display: flex;
}
.cid-uVEDthsxFS .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #29445c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVEDthsxFS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVEDthsxFS .embla__button:hover {
  background-color: #5f0202 !important;
}
.cid-uVEDthsxFS .embla__button.embla__button--prev {
  left: 10px;
}
.cid-uVEDthsxFS .embla__button.embla__button--next {
  right: 10px;
}
.cid-uVEDthsxFS .embla {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1em;
}
.cid-uVEDthsxFS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1em;
}
.cid-uVEDthsxFS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVEDthsxFS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVEDthsxFS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVEDthsxFS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVEDthsxFS .mbr-section-title {
  color: #404349;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEDthsxFS .mbr-text {
  color: #ffffff;
  text-shadow: 2px 2px 5px black;
}
.cid-uVEDthsxFS .mbr-desc {
  color: #ffffff;
}
.cid-uVEDthsxFS .mbr-section-title,
.cid-uVEDthsxFS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uVEDthsxFS .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.cid-uVEDthsxFS .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uVEDthsxFS .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
@keyframes perspectiveShift {
  0% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  25% {
    transform: perspective(1000px) rotateY(3deg) scale(1.1);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
  75% {
    transform: perspective(1000px) rotateY(-3deg) scale(1.1);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) scale(1.1);
  }
}
@keyframes perspectiveShiftSimple {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(0.5deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-0.5deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg);
  }
}
.cid-uVEDtjZ2Mo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #232323;
}
.cid-uVEDtjZ2Mo .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #5f0202;
}
.cid-uVEDtjZ2Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEDtjZ2Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEDtjZ2Mo .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uVEDtjZ2Mo .content-wrap .card {
  justify-content: space-between;
}
.cid-uVEDtjZ2Mo .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uVEDtjZ2Mo .content-wrapper {
    padding: 0;
  }
}
.cid-uVEDtjZ2Mo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVEDtjZ2Mo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #5f0202;
  box-shadow: 4px 4px 0 0 #5f0202;
  border: 2px solid #5f0202;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uVEDtjZ2Mo .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uVEDtjZ2Mo .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uVEDtjZ2Mo .mbr-desc,
.cid-uVEDtjZ2Mo .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVEDtklviY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #005db7;
  overflow: hidden;
  text-shadow: 2px 2px 5px black;
}
