@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.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 {
  background-color: #ffffff;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Slab', 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.95rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1875rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #000000 !important;
}
.bg-success {
  background-color: #015d33 !important;
}
.bg-info {
  background-color: #0cbbde !important;
}
.bg-warning {
  background-color: #eab000 !important;
}
.bg-danger {
  background-color: #ff0004 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cbbde !important;
  border-color: #0cbbde !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #015d33 !important;
  border-color: #015d33 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #028f4f !important;
  border-color: #028f4f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #028f4f !important;
  border-color: #028f4f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eab000 !important;
  border-color: #eab000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0004 !important;
  border-color: #ff0004 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff3336 !important;
  border-color: #ff3336 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff3336 !important;
  border-color: #ff3336 !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: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbbde;
  color: #0cbbde;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08768c !important;
  background-color: transparent !important;
  border-color: #08768c !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbbde !important;
  border-color: #0cbbde !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #015d33;
  color: #015d33;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000704 !important;
  background-color: transparent !important;
  border-color: #000704 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #015d33 !important;
  border-color: #015d33 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #eab000;
  color: #eab000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #936f00 !important;
  background-color: transparent !important;
  border-color: #936f00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #eab000 !important;
  border-color: #eab000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0004;
  color: #ff0004;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80003 !important;
  background-color: transparent !important;
  border-color: #a80003 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0004 !important;
  border-color: #ff0004 !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: #000000 !important;
}
.text-secondary {
  color: #757b62 !important;
}
.text-success {
  color: #015d33 !important;
}
.text-info {
  color: #0cbbde !important;
}
.text-warning {
  color: #eab000 !important;
}
.text-danger {
  color: #ff0004 !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: #3f4235 !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: #07697d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #846300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990002 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbbde;
}
.alert-warning {
  background-color: #eab000;
}
.alert-danger {
  background-color: #ff0004;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #02db78;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bbf1fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedb7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #757b62 !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='https://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u1zGMxgKb1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u1zGMxgKb1 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u1zGMxgKb1 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u1zGMxgKb1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-u1zGMxgKb1 .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1zGMxgKb1 .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u1zGMxgKb1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u1zGMxgKb1 .collapse {
  justify-content: space-between !important;
}
.cid-u1zGMxgKb1 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u1zGMxgKb1 .mbr-iconfont {
  cursor: pointer;
}
.cid-u1zGMxgKb1 .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u1zGMxgKb1 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u1zGMxgKb1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u1zGMxgKb1 .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u1zGMxgKb1 .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u1zGMxgKb1 .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-u1zGMxgKb1 .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-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u1zGMxgKb1 .dropdown-item,
.cid-u1zGMxgKb1 .nav-link,
.cid-u1zGMxgKb1 .brand-name {
  font-style: normal;
}
.cid-u1zGMxgKb1 .dropdown-item:hover,
.cid-u1zGMxgKb1 .nav-link:hover,
.cid-u1zGMxgKb1 .brand-name:hover {
  color: #000000 !important;
}
.cid-u1zGMxgKb1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u1zGMxgKb1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u1zGMxgKb1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .content-text {
  margin-bottom: 0;
}
.cid-u1zGMxgKb1 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u1zGMxgKb1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u1zGMxgKb1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u1zGMxgKb1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1zGMxgKb1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1zGMxgKb1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u1zGMxgKb1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1zGMxgKb1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-u1zGMxgKb1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u1zGMxgKb1 .content-right-side {
  text-align: center;
}
.cid-u1zGMxgKb1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u1zGMxgKb1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u1zGMxgKb1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u1zGMxgKb1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1zGMxgKb1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u1zGMxgKb1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u1zGMxgKb1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u1zGMxgKb1 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u1zGMxgKb1 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u1zGMxgKb1 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1zGMxgKb1 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u1zGMxgKb1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-u1zGMxgKb1 .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u1zGMxgKb1 .navbar-toggler {
    display: none;
  }
}
.cid-u1zGMxgKb1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u1zGMxgKb1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1zGMxgKb1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u1zGMxgKb1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u1zGMxgKb1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u1zGMxgKb1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u1zGMxgKb1 button.navbar-toggler:focus {
  outline: none;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1zGMxgKb1 .collapsed .btn {
  display: flex;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1zGMxgKb1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-u1zGMxgKb1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u1zGMxgKb1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u1zGMxgKb1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing,
  .cid-u1zGMxgKb1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1zGMxgKb1 img {
    height: 3.8rem !important;
  }
  .cid-u1zGMxgKb1 .btn {
    display: flex;
  }
  .cid-u1zGMxgKb1 button.navbar-toggler {
    display: block;
  }
  .cid-u1zGMxgKb1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u1zGMxgKb1 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u1zGMxgKb1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u1zGMxgKb1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u1zGMxgKb1 .nav-link:focus {
  outline: none;
}
.cid-u1zGMxgKb1 .navbar-toggler {
  position: relative;
}
.cid-u1zGMxgKb1 .dropdown-item.active,
.cid-u1zGMxgKb1 .dropdown-item:active {
  color: initial;
}
.cid-u1zGMxgKb1 .widget-title,
.cid-u1zGMxgKb1 .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u1zGMxgKb1 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u1zGMxgKb1 .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u1zGMxgKb1 .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u1zGMxgKb1 .nav-item:before {
    content: none;
  }
  .cid-u1zGMxgKb1 .menu-bottom {
    flex-direction: column;
  }
  .cid-u1zGMxgKb1 button.navbar-toggler {
    align-self: center;
  }
  .cid-u1zGMxgKb1 .menu-logo {
    justify-content: flex-start;
  }
  .cid-u1zGMxgKb1 .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u1zs4kuPm6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  text-shadow: 2px 2px 5px black;
}
@keyframes growShrinkCarouselImage {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.cid-u1zs4kuPm6 .carousel {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.cid-u1zs4kuPm6 .carousel img {
  width: 100%;
  height: auto;
  animation: growShrinkCarouselImage 60s infinite;
}
.cid-u1zs4kuPm6 .carousel-item,
.cid-u1zs4kuPm6 .carousel-inner {
  height: auto;
}
.cid-u1zs4kuPm6 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u1zs4kuPm6 .carousel-caption {
  margin-left: 0in;
  margin-right: 0in;
}
.cid-u1zs4kuPm6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u1zs4kuPm6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u1zs4kuPm6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u1zs4kuPm6 .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-u1zs4kuPm6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u1zs4kuPm6 .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-u1zs4kuPm6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1zs4kuPm6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1zs4kuPm6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1zs4kuPm6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u1zs4kuPm6 .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-u1zs4kuPm6 .carousel-indicators li.active,
.cid-u1zs4kuPm6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1zs4kuPm6 .carousel-indicators li::after,
.cid-u1zs4kuPm6 .carousel-indicators li::before {
  content: none;
}
.cid-u1zs4kuPm6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@keyframes fadeInAndSharpen {
  0% {
    transform: scale(2);
    filter: blur(15px);
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  50% {
    opacity: .5;
  }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
    visibility: visible;
  }
}
.cid-u1zs4kuPm6 .glass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em;
  width: 750px;
  height: 400px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  animation: fadeInAndSharpen 2s ease .5s 1 normal forwards;
}
.cid-u1zs4kuPm6 .logo {
  position: absolute;
  text-align: center;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 999;
  animation: zoomLogo 3s ease-in-out forwards;
}
.cid-u1zs4kuPm6 .logo img {
  width: 65%;
  height: auto;
}
@keyframes zoomLogo {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.cid-u1zs4kuPm6 .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
  text-align: center;
}
.cid-u1zs4kuPm6 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
@media (max-width: 767px) {
  .cid-u1zs4kuPm6 .logo {
    top: 20%;
    width: 90%;
  }
  .cid-u1zs4kuPm6 .logo img {
    width: 95%;
    height: auto;
  }
  .cid-u1zs4kuPm6 .glass {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-shadow: 2px 2px 5px black;
    border-radius: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1em;
    width: 80%;
    height: 250;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    animation: fadeInAndSharpen 2s ease .5s 1 normal forwards;
  }
  .cid-u1zs4kuPm6 .glass h1,
  .cid-u1zs4kuPm6 .glass .btn {
    text-align: center;
    margin-left: 1em;
  }
  .cid-u1zs4kuPm6 .glass p {
    display: none;
  }
  .cid-u1zs4kuPm6 .glass .btn {
    font-size: 14px;
    padding: .5em 1em;
    margin: .2em 0;
    text-align: center;
  }
  .cid-u1zs4kuPm6 .mbr-section-btn {
    text-align: center;
  }
  .cid-u1zs4kuPm6 .glass .mbr-section-btn {
    margin-top: 15px;
  }
  .cid-u1zs4kuPm6 .glass .address {
    display: block;
  }
}
.cid-u1zs4kuPm6 DIV {
  text-align: left;
}
.cid-u1zs4kuPm6 h1 {
  text-align: center;
}
.cid-u1zs4kuPm6 p {
  text-align: center;
}
.cid-u1zs4kuPm6 H2 {
  text-align: center;
}
.cid-u1xScSjHob {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1xScSjHob h2,
.cid-u1xScSjHob h3,
.cid-u1xScSjHob h4,
.cid-u1xScSjHob p {
  margin: 0;
}
.cid-u1xScSjHob .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1xScSjHob .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1xScSjHob .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xV1uk8fv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xV1uk8fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xV1uk8fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xV1uk8fv .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xV1uk8fv .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xV1uk8fv .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xV1uk8fv .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xV1uk8fv .mbr-text,
.cid-u5xV1uk8fv .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xV1uk8fv .card-title,
.cid-u5xV1uk8fv .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xV1uk8fv .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xV1uk8fv .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u1yfHH8Qp6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1yfHH8Qp6 h2,
.cid-u1yfHH8Qp6 h3,
.cid-u1yfHH8Qp6 h4,
.cid-u1yfHH8Qp6 p {
  margin: 0;
}
.cid-u1yfHH8Qp6 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1yfHH8Qp6 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1yfHH8Qp6 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1xyT5aJxT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-u1xyT5aJxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xyT5aJxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xyT5aJxT .card-wrapper {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}
.cid-u1xyT5aJxT .text-wrapper {
  padding: 4rem 3rem;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1xyT5aJxT .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xyT5aJxT .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u1xyT5aJxT .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u1xyT5aJxT .row {
  flex-direction: row-reverse;
}
.cid-u1xyT5aJxT .image-wrapper {
  padding: 0 1rem;
}
.cid-u1xyT5aJxT img,
.cid-u1xyT5aJxT .image-wrapper {
  height: 400px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-u1xyT5aJxT img,
  .cid-u1xyT5aJxT .image-wrapper {
    max-height: 350px;
    width: auto;
    height: auto;
  }
}
.cid-u1xyT5aJxT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u1xyT5aJxT .mbr-text {
  color: #000000;
}
.cid-u1xyT5aJxT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u1xyT5aJxT img:hover {
  transform: scale(1.1) rotate(1deg);
  border-radius: 50%;
}
.cid-u1xyT5aJxT .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-u1xyT5aJxT .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u1xyT5aJxT p {
  line-height: 1.8;
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.cid-u1xyT5aJxT .mbr-section-title,
.cid-u1xyT5aJxT .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u1yYoTbloy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1yYoTbloy h2,
.cid-u1yYoTbloy h3,
.cid-u1yYoTbloy h4,
.cid-u1yYoTbloy p {
  margin: 0;
}
.cid-u1yYoTbloy .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1yYoTbloy .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1yYoTbloy .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1xP5xLoXp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-u1xP5xLoXp .mbr-section-title {
  color: #ffffff;
}
.cid-u1xP5xLoXp .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #232323;
  background: linear-gradient(#232323 0%, #232323 69%, #ffffff 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-u1xP5xLoXp .mbr-section-subtitle {
  color: #0a1c44;
  line-height: 1;
  font-weight: 300;
}
.cid-u1xP5xLoXp .card {
  transform: translateX(-100%);
  opacity: 0;
  max-width: 600px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  animation: slide-in-card 1s ease forwards;
}
.cid-u1xP5xLoXp .card .card-wrapper {
  border-radius: 35px 35px 35px 35px;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-u1xP5xLoXp .card .card-wrapper .card-img {
  width: auto;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-u1xP5xLoXp .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #232323;
  background: linear-gradient(#232323 0%, #232323 69%, #ffffff 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #0cbbde;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u1xP5xLoXp .card:nth-child(1) {
  animation-delay: 0s;
}
.cid-u1xP5xLoXp .card:nth-child(2) {
  animation-delay: 0.5s;
}
.cid-u1xP5xLoXp .card:nth-child(3) {
  animation-delay: 1s;
}
.cid-u1xP5xLoXp .card:nth-child(4) {
  animation-delay: 1.5s;
}
.cid-u1xP5xLoXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xP5xLoXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u1xP5xLoXp {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-u1xP5xLoXp .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u1xP5xLoXp .card-img img {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.cid-u1xP5xLoXp .card-img:hover img {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .card-text,
.cid-u1xP5xLoXp .card .card-wrapper .card-box .mbr-section-btn,
.cid-u1xP5xLoXp .card .card-wrapper .card-box .ico-line {
  text-align: left;
  color: #232323;
}
.cid-u1xP5xLoXp .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 10px 15px 10px;
  width: 75%;
}
@keyframes slide-in-card {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-u1xP5xLoXp .card .card-wrapper .card-box .ico-line .right-wrap .rev {
  text-align: left;
}
.cid-u1xP5xLoXp .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-u1xP5xLoXp .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u1xP5xLoXp p {
  line-height: 1.8;
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u1xP5xLoXp img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
@media (max-width: 767px) {
  .cid-u1xP5xLoXp .glass {
    display: none;
  }
}
.cid-u1yYEXBVck {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1yYEXBVck h2,
.cid-u1yYEXBVck h3,
.cid-u1yYEXBVck h4,
.cid-u1yYEXBVck p {
  margin: 0;
}
.cid-u1yYEXBVck .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1yYEXBVck .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1yYEXBVck .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u3OYUx9noD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1285.webp");
}
.cid-u3OYUx9noD .mbr-section-title {
  color: #ffffff;
}
.cid-u3OYUx9noD .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #232323;
  background: linear-gradient(#232323 0%, #232323 69%, #ffffff 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-u3OYUx9noD .mbr-section-subtitle {
  color: #0a1c44;
  line-height: 1;
  font-weight: 300;
}
.cid-u3OYUx9noD .card {
  transform: translateX(-100%);
  opacity: 0;
  max-width: 600px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  animation: slide-in-card 1s ease forwards;
}
.cid-u3OYUx9noD .card .card-wrapper {
  border-radius: 35px 35px 35px 35px;
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-u3OYUx9noD .card .card-wrapper .card-img {
  width: auto;
}
.cid-u3OYUx9noD .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-u3OYUx9noD .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #232323;
  background: linear-gradient(#232323 0%, #232323 69%, #ffffff 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #0cbbde;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u3OYUx9noD .card:nth-child(1) {
  animation-delay: 0s;
}
.cid-u3OYUx9noD .card:nth-child(2) {
  animation-delay: 0.5s;
}
.cid-u3OYUx9noD .card:nth-child(3) {
  animation-delay: 1s;
}
.cid-u3OYUx9noD .card:nth-child(4) {
  animation-delay: 1.5s;
}
.cid-u3OYUx9noD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OYUx9noD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u3OYUx9noD {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-u3OYUx9noD .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u3OYUx9noD .card-img img {
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}
.cid-u3OYUx9noD .card-img:hover img {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .card-text,
.cid-u3OYUx9noD .card .card-wrapper .card-box .mbr-section-btn,
.cid-u3OYUx9noD .card .card-wrapper .card-box .ico-line {
  text-align: left;
  color: #232323;
}
.cid-u3OYUx9noD .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 10px 15px 10px;
  width: 75%;
}
@keyframes slide-in-card {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-u3OYUx9noD .card .card-wrapper .card-box .ico-line .right-wrap .rev {
  text-align: left;
}
.cid-u3OYUx9noD .btn {
  top: 0;
  right: 0px;
  padding: 5px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-u3OYUx9noD .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3OYUx9noD p {
  line-height: 1.8;
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u3OYUx9noD img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u1ztuahRNA {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-u1ztuahRNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ztuahRNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ztuahRNA .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u1ztuahRNA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u1ztuahRNA .card-wrapper {
    padding: 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u1ztuahRNA .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-u1ztuahRNA .mbr-text,
.cid-u1ztuahRNA .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-u1ztuahRNA .card-title,
.cid-u1ztuahRNA .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-u1ztuahRNA p {
  line-height: 1.8;
}
.cid-u1xOFtLH0H {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1xOFtLH0H h2,
.cid-u1xOFtLH0H h3,
.cid-u1xOFtLH0H h4,
.cid-u1xOFtLH0H p {
  margin: 0;
}
.cid-u1xOFtLH0H .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1xOFtLH0H .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1xOFtLH0H .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1xyT5fjyZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1xyT5fjyZ .mbr-text {
  color: #000000;
}
.cid-u1xyT5fjyZ .mbr-section-subtitle {
  color: #000000;
}
.cid-u1xyT5fjyZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1xyT5fjyZ .mbr-text,
.cid-u1xyT5fjyZ .item .mbr-section-btn {
  text-align: left;
}
.cid-u1xyT5fjyZ .item-wrapper {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1xyT5fjyZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xyT5fjyZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u1xyT5fjyZ p {
  line-height: 1.8;
}
.cid-u1yhhZVlQc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1yhhZVlQc h2,
.cid-u1yhhZVlQc h3,
.cid-u1yhhZVlQc h4,
.cid-u1yhhZVlQc p {
  margin: 0;
}
.cid-u1yhhZVlQc .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1yhhZVlQc .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1yhhZVlQc .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1xyT5gKXM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-u1xyT5gKXM .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-u1xyT5gKXM form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u1xyT5gKXM form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u1xyT5gKXM form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u1xyT5gKXM .content-head {
  max-width: 800px;
}
.cid-u1xyT5gKXM .mbr-section-title {
  color: #000000;
}
.cid-u1xyT5gKXM .btn {
  top: 0;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1xyT5gKXM .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-u1xyT5gKXM LABEL {
  color: #000000;
}
.cid-u1yiyLkpJ6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1yiyLkpJ6 h2,
.cid-u1yiyLkpJ6 h3,
.cid-u1yiyLkpJ6 h4,
.cid-u1yiyLkpJ6 p {
  margin: 0;
}
.cid-u1yiyLkpJ6 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1yiyLkpJ6 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1yiyLkpJ6 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xV6IFXvl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xV6IFXvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xV6IFXvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xV6IFXvl .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xV6IFXvl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xV6IFXvl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xV6IFXvl .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xV6IFXvl .mbr-text,
.cid-u5xV6IFXvl .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xV6IFXvl .card-title,
.cid-u5xV6IFXvl .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xV6IFXvl .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xV6IFXvl .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u1xyT5gve0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-u1xyT5gve0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xyT5gve0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xyT5gve0 .row {
  justify-content: center;
}
.cid-u1xyT5gve0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1xyT5gve0 .item {
    margin-bottom: 1rem;
  }
}
.cid-u1xyT5gve0 .item .item-wrapper {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1xyT5gve0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1xyT5gve0 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u1xyT5gve0 .content-head {
  max-width: 800px;
}
.cid-u2hYOHHiyU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u2hYOHHiyU h2,
.cid-u2hYOHHiyU h3,
.cid-u2hYOHHiyU h4,
.cid-u2hYOHHiyU p {
  margin: 0;
}
.cid-u2hYOHHiyU .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u2hYOHHiyU .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u2hYOHHiyU .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u3Ds5AjV9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3Ds5AjV9z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uCB2aIl2VD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uCB2aIl2VD H3 {
  text-align: left;
}
.cid-uCB2aIl2VD P {
  color: #303030;
}
.cid-u1ElY0i9kD.popup-builder {
  background-color: #ffffff;
}
.cid-u1ElY0i9kD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1ElY0i9kD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1ElY0i9kD .modal-content,
.cid-u1ElY0i9kD .modal-dialog {
  height: auto;
}
.cid-u1ElY0i9kD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1ElY0i9kD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1ElY0i9kD .form-wrapper .mbr-form .form-group,
  .cid-u1ElY0i9kD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1ElY0i9kD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1ElY0i9kD .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-u1ElY0i9kD .mbr-text {
  text-align: center;
}
.cid-u1ElY0i9kD .pt-0 {
  padding-top: 0 !important;
}
.cid-u1ElY0i9kD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1ElY0i9kD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1ElY0i9kD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1ElY0i9kD .modal-open {
  overflow: hidden;
}
.cid-u1ElY0i9kD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1ElY0i9kD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1ElY0i9kD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1ElY0i9kD .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-u1ElY0i9kD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1ElY0i9kD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1ElY0i9kD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1ElY0i9kD .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-u1ElY0i9kD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1ElY0i9kD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1ElY0i9kD .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1ElY0i9kD .modal-backdrop.show {
  opacity: .5;
}
.cid-u1ElY0i9kD .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-u1ElY0i9kD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ElY0i9kD .modal-header {
    padding: 1rem;
  }
}
.cid-u1ElY0i9kD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1ElY0i9kD .modal-header .close svg {
  fill: #353535;
}
.cid-u1ElY0i9kD .modal-header .close:hover {
  opacity: 1;
}
.cid-u1ElY0i9kD .modal-header .close:focus {
  outline: none;
}
.cid-u1ElY0i9kD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u1ElY0i9kD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1ElY0i9kD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ElY0i9kD .modal-body {
    padding: 1rem;
  }
}
.cid-u1ElY0i9kD .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-u1ElY0i9kD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ElY0i9kD .modal-footer {
    padding: 1rem;
  }
}
.cid-u1ElY0i9kD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1ElY0i9kD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1ElY0i9kD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1ElY0i9kD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1ElY0i9kD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1ElY0i9kD .modal-lg,
  .cid-u1ElY0i9kD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1ElY0i9kD .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1ElY0i9kD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1ElY0i9kD .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-u1ElY0i9kD .form-group {
  margin-bottom: 1rem;
}
.cid-u1ElY0i9kD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1ElY0i9kD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1ElY0i9kD .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-u1ElY0i9kD .mbr-section-btn {
  margin: 0;
}
.cid-u1ElY0i9kD .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPE9D5.popup-builder {
  background-color: #ffffff;
}
.cid-u4mScPE9D5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mScPE9D5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mScPE9D5 .modal-content,
.cid-u4mScPE9D5 .modal-dialog {
  height: auto;
}
.cid-u4mScPE9D5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mScPE9D5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mScPE9D5 .form-wrapper .mbr-form .form-group,
  .cid-u4mScPE9D5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mScPE9D5 .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mScPE9D5 .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mScPE9D5 .mbr-text {
  text-align: left;
}
.cid-u4mScPE9D5 .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mScPE9D5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mScPE9D5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mScPE9D5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mScPE9D5 .modal-open {
  overflow: hidden;
}
.cid-u4mScPE9D5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mScPE9D5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mScPE9D5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mScPE9D5 .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-u4mScPE9D5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mScPE9D5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mScPE9D5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mScPE9D5 .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-u4mScPE9D5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mScPE9D5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mScPE9D5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mScPE9D5 .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mScPE9D5 .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-u4mScPE9D5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPE9D5 .modal-header {
    padding: 1rem;
  }
}
.cid-u4mScPE9D5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mScPE9D5 .modal-header .close svg {
  fill: #353535;
}
.cid-u4mScPE9D5 .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mScPE9D5 .modal-header .close:focus {
  outline: none;
}
.cid-u4mScPE9D5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mScPE9D5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mScPE9D5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPE9D5 .modal-body {
    padding: 1rem;
  }
}
.cid-u4mScPE9D5 .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-u4mScPE9D5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPE9D5 .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mScPE9D5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mScPE9D5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mScPE9D5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mScPE9D5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mScPE9D5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mScPE9D5 .modal-lg,
  .cid-u4mScPE9D5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mScPE9D5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mScPE9D5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mScPE9D5 .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-u4mScPE9D5 .form-group {
  margin-bottom: 1rem;
}
.cid-u4mScPE9D5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mScPE9D5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mScPE9D5 .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-u4mScPE9D5 .mbr-section-btn {
  margin: 0;
}
.cid-u4mScPE9D5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPE9D5 .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mScPE9D5 p {
  line-height: 1.8;
}
.cid-u4mSebji1O.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSebji1O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSebji1O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSebji1O .modal-content,
.cid-u4mSebji1O .modal-dialog {
  height: auto;
}
.cid-u4mSebji1O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSebji1O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSebji1O .form-wrapper .mbr-form .form-group,
  .cid-u4mSebji1O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSebji1O .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSebji1O .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSebji1O .mbr-text {
  text-align: left;
}
.cid-u4mSebji1O .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSebji1O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSebji1O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSebji1O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSebji1O .modal-open {
  overflow: hidden;
}
.cid-u4mSebji1O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSebji1O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSebji1O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSebji1O .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-u4mSebji1O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSebji1O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSebji1O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSebji1O .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-u4mSebji1O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSebji1O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSebji1O .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSebji1O .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSebji1O .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-u4mSebji1O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebji1O .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSebji1O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSebji1O .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSebji1O .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSebji1O .modal-header .close:focus {
  outline: none;
}
.cid-u4mSebji1O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSebji1O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSebji1O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebji1O .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSebji1O .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-u4mSebji1O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebji1O .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSebji1O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSebji1O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSebji1O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSebji1O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSebji1O .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSebji1O .modal-lg,
  .cid-u4mSebji1O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSebji1O .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSebji1O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSebji1O .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-u4mSebji1O .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSebji1O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSebji1O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSebji1O .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-u4mSebji1O .mbr-section-btn {
  margin: 0;
}
.cid-u4mSebji1O .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSebji1O .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSebji1O p {
  line-height: 1.8;
}
.cid-u4mSiGb083.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSiGb083.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSiGb083.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSiGb083 .modal-content,
.cid-u4mSiGb083 .modal-dialog {
  height: auto;
}
.cid-u4mSiGb083 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSiGb083 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSiGb083 .form-wrapper .mbr-form .form-group,
  .cid-u4mSiGb083 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSiGb083 .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSiGb083 .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSiGb083 .mbr-text {
  text-align: left;
}
.cid-u4mSiGb083 .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSiGb083 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSiGb083 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSiGb083 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSiGb083 .modal-open {
  overflow: hidden;
}
.cid-u4mSiGb083 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSiGb083 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSiGb083 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSiGb083 .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-u4mSiGb083 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSiGb083 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSiGb083 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSiGb083 .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-u4mSiGb083 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSiGb083 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSiGb083 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSiGb083 .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSiGb083 .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-u4mSiGb083 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb083 .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSiGb083 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSiGb083 .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSiGb083 .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSiGb083 .modal-header .close:focus {
  outline: none;
}
.cid-u4mSiGb083 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSiGb083 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSiGb083 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb083 .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSiGb083 .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-u4mSiGb083 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb083 .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSiGb083 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSiGb083 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSiGb083 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSiGb083 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSiGb083 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSiGb083 .modal-lg,
  .cid-u4mSiGb083 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSiGb083 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSiGb083 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSiGb083 .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-u4mSiGb083 .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSiGb083 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSiGb083 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSiGb083 .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-u4mSiGb083 .mbr-section-btn {
  margin: 0;
}
.cid-u4mSiGb083 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSiGb083 .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSiGb083 p {
  line-height: 1.8;
}
@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u1zGMxgKb1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u1zGMxgKb1 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u1zGMxgKb1 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u1zGMxgKb1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-u1zGMxgKb1 .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1zGMxgKb1 .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u1zGMxgKb1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u1zGMxgKb1 .collapse {
  justify-content: space-between !important;
}
.cid-u1zGMxgKb1 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u1zGMxgKb1 .mbr-iconfont {
  cursor: pointer;
}
.cid-u1zGMxgKb1 .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u1zGMxgKb1 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u1zGMxgKb1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u1zGMxgKb1 .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u1zGMxgKb1 .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u1zGMxgKb1 .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-u1zGMxgKb1 .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-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u1zGMxgKb1 .dropdown-item,
.cid-u1zGMxgKb1 .nav-link,
.cid-u1zGMxgKb1 .brand-name {
  font-style: normal;
}
.cid-u1zGMxgKb1 .dropdown-item:hover,
.cid-u1zGMxgKb1 .nav-link:hover,
.cid-u1zGMxgKb1 .brand-name:hover {
  color: #000000 !important;
}
.cid-u1zGMxgKb1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u1zGMxgKb1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u1zGMxgKb1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .content-text {
  margin-bottom: 0;
}
.cid-u1zGMxgKb1 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u1zGMxgKb1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u1zGMxgKb1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u1zGMxgKb1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1zGMxgKb1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1zGMxgKb1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u1zGMxgKb1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1zGMxgKb1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-u1zGMxgKb1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u1zGMxgKb1 .content-right-side {
  text-align: center;
}
.cid-u1zGMxgKb1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u1zGMxgKb1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u1zGMxgKb1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u1zGMxgKb1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1zGMxgKb1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u1zGMxgKb1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u1zGMxgKb1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u1zGMxgKb1 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u1zGMxgKb1 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u1zGMxgKb1 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1zGMxgKb1 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u1zGMxgKb1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-u1zGMxgKb1 .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u1zGMxgKb1 .navbar-toggler {
    display: none;
  }
}
.cid-u1zGMxgKb1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u1zGMxgKb1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1zGMxgKb1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u1zGMxgKb1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u1zGMxgKb1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u1zGMxgKb1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u1zGMxgKb1 button.navbar-toggler:focus {
  outline: none;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1zGMxgKb1 .collapsed .btn {
  display: flex;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1zGMxgKb1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-u1zGMxgKb1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u1zGMxgKb1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u1zGMxgKb1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing,
  .cid-u1zGMxgKb1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1zGMxgKb1 img {
    height: 3.8rem !important;
  }
  .cid-u1zGMxgKb1 .btn {
    display: flex;
  }
  .cid-u1zGMxgKb1 button.navbar-toggler {
    display: block;
  }
  .cid-u1zGMxgKb1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u1zGMxgKb1 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u1zGMxgKb1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u1zGMxgKb1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u1zGMxgKb1 .nav-link:focus {
  outline: none;
}
.cid-u1zGMxgKb1 .navbar-toggler {
  position: relative;
}
.cid-u1zGMxgKb1 .dropdown-item.active,
.cid-u1zGMxgKb1 .dropdown-item:active {
  color: initial;
}
.cid-u1zGMxgKb1 .widget-title,
.cid-u1zGMxgKb1 .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u1zGMxgKb1 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u1zGMxgKb1 .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u1zGMxgKb1 .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u1zGMxgKb1 .nav-item:before {
    content: none;
  }
  .cid-u1zGMxgKb1 .menu-bottom {
    flex-direction: column;
  }
  .cid-u1zGMxgKb1 button.navbar-toggler {
    align-self: center;
  }
  .cid-u1zGMxgKb1 .menu-logo {
    justify-content: flex-start;
  }
  .cid-u1zGMxgKb1 .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u4mRrLjiZj {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-3-1920x1285.webp");
}
.cid-u4mRrLjiZj .item {
  margin-bottom: 2rem;
  animation: slideIn 0.5s ease-in-out forwards;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-u4mRrLjiZj .item {
    margin-bottom: 1rem;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-u4mRrLjiZj .item:nth-child(1) {
  animation-delay: 0.2s;
}
.cid-u4mRrLjiZj .item:nth-child(2) {
  animation-delay: 0.4s;
}
.cid-u4mRrLjiZj .item:nth-child(3) {
  animation-delay: 0.6s;
}
.cid-u4mRrLjiZj .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-u4mRrLjiZj img,
.cid-u4mRrLjiZj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4mRrLjiZj .item:focus,
.cid-u4mRrLjiZj span:focus {
  outline: none;
}
.cid-u4mRrLjiZj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4mRrLjiZj .mbr-section-title {
  color: #000000;
}
.cid-u4mRrLjiZj .mbr-text,
.cid-u4mRrLjiZj .mbr-section-btn {
  color: #000000;
}
.cid-u4mRrLjiZj .item-title {
  color: #000000;
}
.cid-u4mRrLjiZj .content-head {
  max-width: 800px;
}
.cid-u4mRrLjiZj .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.4);
}
.cid-u4mRrLjiZj .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}
.cid-u4mRrLjiZj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2em;
  transition: transform 0.5s ease, border-radius 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}
.cid-u4mRrLjiZj img:hover {
  transform: scale(1.1) rotate(1deg);
  border-radius: 50%;
  box-shadow: 15px 15px 55px rgba(0, 0, 0, 0.4);
}
.cid-u4mRrLjiZj p {
  line-height: 1.8;
}
.cid-u3IQUe4sze {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IQUe4sze h2,
.cid-u3IQUe4sze h3,
.cid-u3IQUe4sze h4,
.cid-u3IQUe4sze p {
  margin: 0;
}
.cid-u3IQUe4sze .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IQUe4sze .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IQUe4sze .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xURADGzN {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xURADGzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xURADGzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xURADGzN .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xURADGzN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xURADGzN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xURADGzN .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xURADGzN .mbr-text,
.cid-u5xURADGzN .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xURADGzN .card-title,
.cid-u5xURADGzN .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xURADGzN .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xURADGzN .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3Ds5AjV9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3Ds5AjV9z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u3OSRMz4oO.popup-builder {
  background-color: #ffffff;
}
.cid-u3OSRMz4oO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u3OSRMz4oO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u3OSRMz4oO .modal-content,
.cid-u3OSRMz4oO .modal-dialog {
  height: auto;
}
.cid-u3OSRMz4oO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u3OSRMz4oO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u3OSRMz4oO .form-wrapper .mbr-form .form-group,
  .cid-u3OSRMz4oO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u3OSRMz4oO .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u3OSRMz4oO .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3OSRMz4oO .mbr-text {
  text-align: left;
}
.cid-u3OSRMz4oO .pt-0 {
  padding-top: 0 !important;
}
.cid-u3OSRMz4oO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u3OSRMz4oO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u3OSRMz4oO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u3OSRMz4oO .modal-open {
  overflow: hidden;
}
.cid-u3OSRMz4oO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u3OSRMz4oO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u3OSRMz4oO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u3OSRMz4oO .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-u3OSRMz4oO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u3OSRMz4oO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u3OSRMz4oO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u3OSRMz4oO .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-u3OSRMz4oO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u3OSRMz4oO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u3OSRMz4oO .modal-backdrop.fade {
  opacity: 0;
}
.cid-u3OSRMz4oO .modal-backdrop.show {
  opacity: .5;
}
.cid-u3OSRMz4oO .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-u3OSRMz4oO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u3OSRMz4oO .modal-header {
    padding: 1rem;
  }
}
.cid-u3OSRMz4oO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u3OSRMz4oO .modal-header .close svg {
  fill: #353535;
}
.cid-u3OSRMz4oO .modal-header .close:hover {
  opacity: 1;
}
.cid-u3OSRMz4oO .modal-header .close:focus {
  outline: none;
}
.cid-u3OSRMz4oO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u3OSRMz4oO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u3OSRMz4oO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3OSRMz4oO .modal-body {
    padding: 1rem;
  }
}
.cid-u3OSRMz4oO .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-u3OSRMz4oO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3OSRMz4oO .modal-footer {
    padding: 1rem;
  }
}
.cid-u3OSRMz4oO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u3OSRMz4oO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u3OSRMz4oO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u3OSRMz4oO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u3OSRMz4oO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u3OSRMz4oO .modal-lg,
  .cid-u3OSRMz4oO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u3OSRMz4oO .modal-xl {
    max-width: 1140px;
  }
}
.cid-u3OSRMz4oO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u3OSRMz4oO .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-u3OSRMz4oO .form-group {
  margin-bottom: 1rem;
}
.cid-u3OSRMz4oO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u3OSRMz4oO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u3OSRMz4oO .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-u3OSRMz4oO .mbr-section-btn {
  margin: 0;
}
.cid-u3OSRMz4oO .mbr-section-btn .btn {
  margin: 0;
}
.cid-u3OSRMz4oO .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u3OSRMz4oO p {
  line-height: 1.8;
}
.cid-u4mRKcELkv.popup-builder {
  background-color: #ffffff;
}
.cid-u4mRKcELkv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mRKcELkv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mRKcELkv .modal-content,
.cid-u4mRKcELkv .modal-dialog {
  height: auto;
}
.cid-u4mRKcELkv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mRKcELkv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mRKcELkv .form-wrapper .mbr-form .form-group,
  .cid-u4mRKcELkv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mRKcELkv .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mRKcELkv .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mRKcELkv .mbr-text {
  text-align: left;
}
.cid-u4mRKcELkv .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mRKcELkv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mRKcELkv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mRKcELkv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mRKcELkv .modal-open {
  overflow: hidden;
}
.cid-u4mRKcELkv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mRKcELkv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mRKcELkv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mRKcELkv .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-u4mRKcELkv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mRKcELkv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mRKcELkv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mRKcELkv .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-u4mRKcELkv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mRKcELkv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mRKcELkv .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mRKcELkv .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mRKcELkv .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-u4mRKcELkv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mRKcELkv .modal-header {
    padding: 1rem;
  }
}
.cid-u4mRKcELkv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mRKcELkv .modal-header .close svg {
  fill: #353535;
}
.cid-u4mRKcELkv .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mRKcELkv .modal-header .close:focus {
  outline: none;
}
.cid-u4mRKcELkv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mRKcELkv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mRKcELkv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mRKcELkv .modal-body {
    padding: 1rem;
  }
}
.cid-u4mRKcELkv .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-u4mRKcELkv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mRKcELkv .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mRKcELkv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mRKcELkv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mRKcELkv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mRKcELkv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mRKcELkv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mRKcELkv .modal-lg,
  .cid-u4mRKcELkv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mRKcELkv .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mRKcELkv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mRKcELkv .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-u4mRKcELkv .form-group {
  margin-bottom: 1rem;
}
.cid-u4mRKcELkv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mRKcELkv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mRKcELkv .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-u4mRKcELkv .mbr-section-btn {
  margin: 0;
}
.cid-u4mRKcELkv .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mRKcELkv .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mRKcELkv p {
  line-height: 1.8;
}
.cid-u4mRKMlmvx.popup-builder {
  background-color: #ffffff;
}
.cid-u4mRKMlmvx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mRKMlmvx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mRKMlmvx .modal-content,
.cid-u4mRKMlmvx .modal-dialog {
  height: auto;
}
.cid-u4mRKMlmvx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mRKMlmvx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mRKMlmvx .form-wrapper .mbr-form .form-group,
  .cid-u4mRKMlmvx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mRKMlmvx .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mRKMlmvx .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mRKMlmvx .mbr-text {
  text-align: left;
}
.cid-u4mRKMlmvx .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mRKMlmvx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mRKMlmvx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mRKMlmvx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mRKMlmvx .modal-open {
  overflow: hidden;
}
.cid-u4mRKMlmvx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mRKMlmvx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mRKMlmvx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mRKMlmvx .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-u4mRKMlmvx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mRKMlmvx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mRKMlmvx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mRKMlmvx .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-u4mRKMlmvx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mRKMlmvx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mRKMlmvx .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mRKMlmvx .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mRKMlmvx .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-u4mRKMlmvx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mRKMlmvx .modal-header {
    padding: 1rem;
  }
}
.cid-u4mRKMlmvx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mRKMlmvx .modal-header .close svg {
  fill: #353535;
}
.cid-u4mRKMlmvx .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mRKMlmvx .modal-header .close:focus {
  outline: none;
}
.cid-u4mRKMlmvx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mRKMlmvx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mRKMlmvx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mRKMlmvx .modal-body {
    padding: 1rem;
  }
}
.cid-u4mRKMlmvx .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-u4mRKMlmvx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mRKMlmvx .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mRKMlmvx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mRKMlmvx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mRKMlmvx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mRKMlmvx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mRKMlmvx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mRKMlmvx .modal-lg,
  .cid-u4mRKMlmvx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mRKMlmvx .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mRKMlmvx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mRKMlmvx .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-u4mRKMlmvx .form-group {
  margin-bottom: 1rem;
}
.cid-u4mRKMlmvx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mRKMlmvx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mRKMlmvx .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-u4mRKMlmvx .mbr-section-btn {
  margin: 0;
}
.cid-u4mRKMlmvx .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mRKMlmvx .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mRKMlmvx p {
  line-height: 1.8;
}
@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u1zGMxgKb1 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u1zGMxgKb1 .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u1zGMxgKb1 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u1zGMxgKb1 .navbar-fixed-top {
  padding-top: 0;
}
.cid-u1zGMxgKb1 .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1zGMxgKb1 .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u1zGMxgKb1 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u1zGMxgKb1 .collapse {
  justify-content: space-between !important;
}
.cid-u1zGMxgKb1 .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u1zGMxgKb1 .mbr-iconfont {
  cursor: pointer;
}
.cid-u1zGMxgKb1 .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u1zGMxgKb1 .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u1zGMxgKb1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u1zGMxgKb1 .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u1zGMxgKb1 .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u1zGMxgKb1 .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-u1zGMxgKb1 .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-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u1zGMxgKb1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u1zGMxgKb1 .dropdown-item,
.cid-u1zGMxgKb1 .nav-link,
.cid-u1zGMxgKb1 .brand-name {
  font-style: normal;
}
.cid-u1zGMxgKb1 .dropdown-item:hover,
.cid-u1zGMxgKb1 .nav-link:hover,
.cid-u1zGMxgKb1 .brand-name:hover {
  color: #000000 !important;
}
.cid-u1zGMxgKb1 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u1zGMxgKb1 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u1zGMxgKb1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .content-text {
  margin-bottom: 0;
}
.cid-u1zGMxgKb1 .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u1zGMxgKb1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u1zGMxgKb1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u1zGMxgKb1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1zGMxgKb1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1zGMxgKb1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u1zGMxgKb1 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1zGMxgKb1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-u1zGMxgKb1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u1zGMxgKb1 .content-right-side {
  text-align: center;
}
.cid-u1zGMxgKb1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u1zGMxgKb1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u1zGMxgKb1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u1zGMxgKb1 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1zGMxgKb1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u1zGMxgKb1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u1zGMxgKb1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u1zGMxgKb1 .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u1zGMxgKb1 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u1zGMxgKb1 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1zGMxgKb1 .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u1zGMxgKb1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-u1zGMxgKb1 .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u1zGMxgKb1 .navbar-toggler {
    display: none;
  }
}
.cid-u1zGMxgKb1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u1zGMxgKb1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1zGMxgKb1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1zGMxgKb1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u1zGMxgKb1 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u1zGMxgKb1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u1zGMxgKb1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u1zGMxgKb1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u1zGMxgKb1 button.navbar-toggler:focus {
  outline: none;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1zGMxgKb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1zGMxgKb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1zGMxgKb1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1zGMxgKb1 .collapsed .btn {
  display: flex;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u1zGMxgKb1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1zGMxgKb1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-u1zGMxgKb1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u1zGMxgKb1 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u1zGMxgKb1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u1zGMxgKb1 .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-u1zGMxgKb1 .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u1zGMxgKb1 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing,
  .cid-u1zGMxgKb1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u1zGMxgKb1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1zGMxgKb1 img {
    height: 3.8rem !important;
  }
  .cid-u1zGMxgKb1 .btn {
    display: flex;
  }
  .cid-u1zGMxgKb1 button.navbar-toggler {
    display: block;
  }
  .cid-u1zGMxgKb1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u1zGMxgKb1 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u1zGMxgKb1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u1zGMxgKb1 .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-u1zGMxgKb1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u1zGMxgKb1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u1zGMxgKb1 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u1zGMxgKb1 .nav-link:focus {
  outline: none;
}
.cid-u1zGMxgKb1 .navbar-toggler {
  position: relative;
}
.cid-u1zGMxgKb1 .dropdown-item.active,
.cid-u1zGMxgKb1 .dropdown-item:active {
  color: initial;
}
.cid-u1zGMxgKb1 .widget-title,
.cid-u1zGMxgKb1 .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u1zGMxgKb1 .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u1zGMxgKb1 .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u1zGMxgKb1 .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u1zGMxgKb1 .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u1zGMxgKb1 .nav-item:before {
    content: none;
  }
  .cid-u1zGMxgKb1 .menu-bottom {
    flex-direction: column;
  }
  .cid-u1zGMxgKb1 button.navbar-toggler {
    align-self: center;
  }
  .cid-u1zGMxgKb1 .menu-logo {
    justify-content: flex-start;
  }
  .cid-u1zGMxgKb1 .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u1yNTSESw2 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
  position: relative;
  overflow: hidden;
}
.cid-u1yNTSESw2 .row {
  justify-content: center;
}
.cid-u1yNTSESw2 .title-container {
  max-width: 720px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
.cid-u1yNTSESw2 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u1yNTSESw2 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
  text-align: left;
}
.cid-u1yNTSESw2 .mbr-section-btn {
  margin-top: 30px;
}
.cid-u1yNTSESw2 .circle-blur {
  position: absolute;
  bottom: -15%;
  right: 0;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-u1yNTSESw2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u1yNTSESw2 p {
  line-height: 1.8;
}
.cid-u3OX4WNzwp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3OX4WNzwp h2,
.cid-u3OX4WNzwp h3,
.cid-u3OX4WNzwp h4,
.cid-u3OX4WNzwp p {
  margin: 0;
}
.cid-u3OX4WNzwp .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3OX4WNzwp .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3OX4WNzwp .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xVrNJRF4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xVrNJRF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xVrNJRF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xVrNJRF4 .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xVrNJRF4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xVrNJRF4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xVrNJRF4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xVrNJRF4 .mbr-text,
.cid-u5xVrNJRF4 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xVrNJRF4 .card-title,
.cid-u5xVrNJRF4 .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xVrNJRF4 .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xVrNJRF4 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3Ds5AjV9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3Ds5AjV9z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4mScPEazj.popup-builder {
  background-color: #ffffff;
}
.cid-u4mScPEazj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mScPEazj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mScPEazj .modal-content,
.cid-u4mScPEazj .modal-dialog {
  height: auto;
}
.cid-u4mScPEazj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mScPEazj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mScPEazj .form-wrapper .mbr-form .form-group,
  .cid-u4mScPEazj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mScPEazj .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mScPEazj .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mScPEazj .mbr-text {
  text-align: left;
}
.cid-u4mScPEazj .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mScPEazj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mScPEazj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mScPEazj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mScPEazj .modal-open {
  overflow: hidden;
}
.cid-u4mScPEazj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mScPEazj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mScPEazj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mScPEazj .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-u4mScPEazj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mScPEazj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mScPEazj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mScPEazj .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-u4mScPEazj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mScPEazj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mScPEazj .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mScPEazj .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mScPEazj .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-u4mScPEazj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEazj .modal-header {
    padding: 1rem;
  }
}
.cid-u4mScPEazj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mScPEazj .modal-header .close svg {
  fill: #353535;
}
.cid-u4mScPEazj .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mScPEazj .modal-header .close:focus {
  outline: none;
}
.cid-u4mScPEazj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mScPEazj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mScPEazj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEazj .modal-body {
    padding: 1rem;
  }
}
.cid-u4mScPEazj .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-u4mScPEazj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEazj .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mScPEazj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mScPEazj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mScPEazj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mScPEazj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mScPEazj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mScPEazj .modal-lg,
  .cid-u4mScPEazj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mScPEazj .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mScPEazj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mScPEazj .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-u4mScPEazj .form-group {
  margin-bottom: 1rem;
}
.cid-u4mScPEazj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mScPEazj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mScPEazj .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-u4mScPEazj .mbr-section-btn {
  margin: 0;
}
.cid-u4mScPEazj .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPEazj .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mScPEazj p {
  line-height: 1.8;
}
.cid-u4mSebjp6J.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSebjp6J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSebjp6J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSebjp6J .modal-content,
.cid-u4mSebjp6J .modal-dialog {
  height: auto;
}
.cid-u4mSebjp6J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSebjp6J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSebjp6J .form-wrapper .mbr-form .form-group,
  .cid-u4mSebjp6J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSebjp6J .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSebjp6J .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSebjp6J .mbr-text {
  text-align: left;
}
.cid-u4mSebjp6J .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSebjp6J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSebjp6J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSebjp6J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSebjp6J .modal-open {
  overflow: hidden;
}
.cid-u4mSebjp6J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSebjp6J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSebjp6J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSebjp6J .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-u4mSebjp6J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSebjp6J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSebjp6J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSebjp6J .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-u4mSebjp6J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSebjp6J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSebjp6J .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSebjp6J .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSebjp6J .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-u4mSebjp6J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjp6J .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSebjp6J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSebjp6J .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSebjp6J .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSebjp6J .modal-header .close:focus {
  outline: none;
}
.cid-u4mSebjp6J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSebjp6J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSebjp6J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjp6J .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSebjp6J .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-u4mSebjp6J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjp6J .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSebjp6J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSebjp6J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSebjp6J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSebjp6J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSebjp6J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSebjp6J .modal-lg,
  .cid-u4mSebjp6J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSebjp6J .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSebjp6J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSebjp6J .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-u4mSebjp6J .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSebjp6J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSebjp6J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSebjp6J .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-u4mSebjp6J .mbr-section-btn {
  margin: 0;
}
.cid-u4mSebjp6J .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSebjp6J .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSebjp6J p {
  line-height: 1.8;
}
.cid-u4mSiGbqp3.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSiGbqp3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSiGbqp3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSiGbqp3 .modal-content,
.cid-u4mSiGbqp3 .modal-dialog {
  height: auto;
}
.cid-u4mSiGbqp3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSiGbqp3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSiGbqp3 .form-wrapper .mbr-form .form-group,
  .cid-u4mSiGbqp3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSiGbqp3 .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSiGbqp3 .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSiGbqp3 .mbr-text {
  text-align: left;
}
.cid-u4mSiGbqp3 .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSiGbqp3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSiGbqp3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSiGbqp3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSiGbqp3 .modal-open {
  overflow: hidden;
}
.cid-u4mSiGbqp3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSiGbqp3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSiGbqp3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSiGbqp3 .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-u4mSiGbqp3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSiGbqp3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSiGbqp3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSiGbqp3 .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-u4mSiGbqp3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSiGbqp3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSiGbqp3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSiGbqp3 .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSiGbqp3 .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-u4mSiGbqp3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGbqp3 .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSiGbqp3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSiGbqp3 .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSiGbqp3 .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSiGbqp3 .modal-header .close:focus {
  outline: none;
}
.cid-u4mSiGbqp3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSiGbqp3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSiGbqp3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGbqp3 .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSiGbqp3 .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-u4mSiGbqp3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGbqp3 .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSiGbqp3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSiGbqp3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSiGbqp3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSiGbqp3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSiGbqp3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSiGbqp3 .modal-lg,
  .cid-u4mSiGbqp3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSiGbqp3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSiGbqp3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSiGbqp3 .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-u4mSiGbqp3 .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSiGbqp3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSiGbqp3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSiGbqp3 .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-u4mSiGbqp3 .mbr-section-btn {
  margin: 0;
}
.cid-u4mSiGbqp3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSiGbqp3 .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSiGbqp3 p {
  line-height: 1.8;
}
@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u1EX5MSU0r .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u1EX5MSU0r .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u1EX5MSU0r .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u1EX5MSU0r .navbar-fixed-top {
  padding-top: 0;
}
.cid-u1EX5MSU0r .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1EX5MSU0r .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u1EX5MSU0r .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u1EX5MSU0r .collapse {
  justify-content: space-between !important;
}
.cid-u1EX5MSU0r .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u1EX5MSU0r .mbr-iconfont {
  cursor: pointer;
}
.cid-u1EX5MSU0r .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u1EX5MSU0r .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u1EX5MSU0r .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u1EX5MSU0r .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u1EX5MSU0r .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u1EX5MSU0r .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-u1EX5MSU0r .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-u1EX5MSU0r .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u1EX5MSU0r .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u1EX5MSU0r .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u1EX5MSU0r .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u1EX5MSU0r .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u1EX5MSU0r .dropdown-item,
.cid-u1EX5MSU0r .nav-link,
.cid-u1EX5MSU0r .brand-name {
  font-style: normal;
}
.cid-u1EX5MSU0r .dropdown-item:hover,
.cid-u1EX5MSU0r .nav-link:hover,
.cid-u1EX5MSU0r .brand-name:hover {
  color: #000000 !important;
}
.cid-u1EX5MSU0r .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u1EX5MSU0r .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u1EX5MSU0r .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u1EX5MSU0r .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-u1EX5MSU0r .content-text {
  margin-bottom: 0;
}
.cid-u1EX5MSU0r .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u1EX5MSU0r .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u1EX5MSU0r .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u1EX5MSU0r .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u1EX5MSU0r .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1EX5MSU0r .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1EX5MSU0r .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u1EX5MSU0r .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1EX5MSU0r .nav-dropdown .link {
  font-weight: 400;
}
.cid-u1EX5MSU0r .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u1EX5MSU0r .content-right-side {
  text-align: center;
}
.cid-u1EX5MSU0r .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u1EX5MSU0r .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u1EX5MSU0r .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u1EX5MSU0r .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-u1EX5MSU0r .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u1EX5MSU0r .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1EX5MSU0r .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u1EX5MSU0r .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u1EX5MSU0r .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u1EX5MSU0r .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u1EX5MSU0r .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u1EX5MSU0r .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u1EX5MSU0r .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1EX5MSU0r .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u1EX5MSU0r .navbar {
    display: block;
    padding: 0;
  }
  .cid-u1EX5MSU0r .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1EX5MSU0r .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-u1EX5MSU0r .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u1EX5MSU0r .navbar-toggler {
    display: none;
  }
}
.cid-u1EX5MSU0r .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u1EX5MSU0r .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1EX5MSU0r .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u1EX5MSU0r .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u1EX5MSU0r .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u1EX5MSU0r .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1EX5MSU0r .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u1EX5MSU0r .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u1EX5MSU0r .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1EX5MSU0r .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-u1EX5MSU0r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1EX5MSU0r .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1EX5MSU0r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1EX5MSU0r .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-u1EX5MSU0r .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u1EX5MSU0r .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1EX5MSU0r .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-u1EX5MSU0r .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u1EX5MSU0r .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u1EX5MSU0r .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u1EX5MSU0r .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u1EX5MSU0r .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u1EX5MSU0r button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u1EX5MSU0r button.navbar-toggler:focus {
  outline: none;
}
.cid-u1EX5MSU0r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1EX5MSU0r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1EX5MSU0r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1EX5MSU0r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1EX5MSU0r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1EX5MSU0r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1EX5MSU0r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1EX5MSU0r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1EX5MSU0r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1EX5MSU0r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1EX5MSU0r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1EX5MSU0r .collapsed .btn {
  display: flex;
}
.cid-u1EX5MSU0r .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u1EX5MSU0r .collapsed .navbar-collapse.collapsing,
.cid-u1EX5MSU0r .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u1EX5MSU0r .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u1EX5MSU0r .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u1EX5MSU0r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u1EX5MSU0r .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u1EX5MSU0r .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u1EX5MSU0r .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u1EX5MSU0r .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u1EX5MSU0r .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u1EX5MSU0r .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u1EX5MSU0r .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u1EX5MSU0r .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1EX5MSU0r .collapsed button.navbar-toggler {
  display: block;
}
.cid-u1EX5MSU0r .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u1EX5MSU0r .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1EX5MSU0r .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-u1EX5MSU0r .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u1EX5MSU0r .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u1EX5MSU0r .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-u1EX5MSU0r .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u1EX5MSU0r .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u1EX5MSU0r .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-u1EX5MSU0r .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u1EX5MSU0r .navbar-collapse.collapsing,
  .cid-u1EX5MSU0r .navbar-collapse.show {
    display: block !important;
  }
  .cid-u1EX5MSU0r .navbar-collapse.collapsing .navbar-nav,
  .cid-u1EX5MSU0r .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u1EX5MSU0r .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u1EX5MSU0r .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u1EX5MSU0r .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u1EX5MSU0r .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1EX5MSU0r .navbar-collapse.collapsing .navbar-buttons,
  .cid-u1EX5MSU0r .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u1EX5MSU0r .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u1EX5MSU0r .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1EX5MSU0r img {
    height: 3.8rem !important;
  }
  .cid-u1EX5MSU0r .btn {
    display: flex;
  }
  .cid-u1EX5MSU0r button.navbar-toggler {
    display: block;
  }
  .cid-u1EX5MSU0r .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u1EX5MSU0r .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u1EX5MSU0r .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-u1EX5MSU0r .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u1EX5MSU0r .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u1EX5MSU0r .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-u1EX5MSU0r .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u1EX5MSU0r .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u1EX5MSU0r .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u1EX5MSU0r .nav-link:focus {
  outline: none;
}
.cid-u1EX5MSU0r .navbar-toggler {
  position: relative;
}
.cid-u1EX5MSU0r .dropdown-item.active,
.cid-u1EX5MSU0r .dropdown-item:active {
  color: initial;
}
.cid-u1EX5MSU0r .widget-title,
.cid-u1EX5MSU0r .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u1EX5MSU0r .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u1EX5MSU0r .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u1EX5MSU0r .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u1EX5MSU0r .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u1EX5MSU0r .nav-item:before {
    content: none;
  }
  .cid-u1EX5MSU0r .menu-bottom {
    flex-direction: column;
  }
  .cid-u1EX5MSU0r button.navbar-toggler {
    align-self: center;
  }
  .cid-u1EX5MSU0r .menu-logo {
    justify-content: flex-start;
  }
  .cid-u1EX5MSU0r .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u1EX5NrWV6 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpeg");
  text-shadow: 2px 2px 5px black;
}
.cid-u1EX5NrWV6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u1EX5NrWV6 {
    align-items: flex-end;
  }
  .cid-u1EX5NrWV6 .row {
    justify-content: flex-start;
  }
  .cid-u1EX5NrWV6 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1EX5NrWV6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1EX5NrWV6 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u1EX5NrWV6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1EX5NrWV6 .content-wrap {
    width: 100%;
  }
}
.cid-u1EX5NrWV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EX5NrWV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1EX5NrWV6 .mbr-section-title,
.cid-u1EX5NrWV6 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u1EX5NrWV6 .mbr-text,
.cid-u1EX5NrWV6 .mbr-section-btn {
  text-align: center;
}
.cid-u1EX5NrWV6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1EX5NrWV6 .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u1EX5NrWV6 .zoomin {
  -webkit-animation: zoom 3s 1;
}
.cid-u1EX5NQmgg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1EX5NQmgg h2,
.cid-u1EX5NQmgg h3,
.cid-u1EX5NQmgg h4,
.cid-u1EX5NQmgg p {
  margin: 0;
}
.cid-u1EX5NQmgg .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1EX5NQmgg .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1EX5NQmgg .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u1EX5Obk7r {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1285.webp");
}
.cid-u1EX5Obk7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1EX5Obk7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u1EX5Obk7r .container {
    padding: 0 24px;
  }
}
.cid-u1EX5Obk7r .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u1EX5Obk7r .content-wrapper {
    padding: 0;
  }
}
.cid-u1EX5Obk7r .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1EX5Obk7r .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u1EX5Obk7r .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u1EX5Obk7r .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u1EX5Obk7r .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u1EX5Obk7r .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u1EX5Obk7r .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u1EX5Obk7r .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u1EX5Obk7r .mbr-section-title {
  color: #141414;
}
.cid-u1EX5Obk7r .mbr-desc {
  color: #141414;
}
.cid-u1EX5Obk7r .mbr-text {
  color: #000000;
}
.cid-u1EX5Obk7r p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u1EX5Obk7r img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u2hYnn4pxW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u2hYnn4pxW h2,
.cid-u2hYnn4pxW h3,
.cid-u2hYnn4pxW h4,
.cid-u2hYnn4pxW p {
  margin: 0;
}
.cid-u2hYnn4pxW .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u2hYnn4pxW .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u2hYnn4pxW .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x8Kh0a0L {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x8Kh0a0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x8Kh0a0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x8Kh0a0L .container {
    padding: 0 24px;
  }
}
.cid-u5x8Kh0a0L .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x8Kh0a0L .content-wrapper {
    padding: 0;
  }
}
.cid-u5x8Kh0a0L .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x8Kh0a0L .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x8Kh0a0L .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x8Kh0a0L .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x8Kh0a0L .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x8Kh0a0L .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x8Kh0a0L .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x8Kh0a0L .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x8Kh0a0L .mbr-section-title {
  color: #141414;
}
.cid-u5x8Kh0a0L .mbr-desc {
  color: #141414;
}
.cid-u5x8Kh0a0L .mbr-text {
  color: #000000;
}
.cid-u5x8Kh0a0L p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x8Kh0a0L img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x9Qy3PTi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x9Qy3PTi h2,
.cid-u5x9Qy3PTi h3,
.cid-u5x9Qy3PTi h4,
.cid-u5x9Qy3PTi p {
  margin: 0;
}
.cid-u5x9Qy3PTi .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x9Qy3PTi .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x9Qy3PTi .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x9L5h6Ll {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x9L5h6Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x9L5h6Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x9L5h6Ll .container {
    padding: 0 24px;
  }
}
.cid-u5x9L5h6Ll .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x9L5h6Ll .content-wrapper {
    padding: 0;
  }
}
.cid-u5x9L5h6Ll .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x9L5h6Ll .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x9L5h6Ll .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x9L5h6Ll .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x9L5h6Ll .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x9L5h6Ll .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x9L5h6Ll .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x9L5h6Ll .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x9L5h6Ll .mbr-section-title {
  color: #141414;
}
.cid-u5x9L5h6Ll .mbr-desc {
  color: #141414;
}
.cid-u5x9L5h6Ll .mbr-text {
  color: #000000;
}
.cid-u5x9L5h6Ll p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x9L5h6Ll img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x9RaXv3Q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x9RaXv3Q h2,
.cid-u5x9RaXv3Q h3,
.cid-u5x9RaXv3Q h4,
.cid-u5x9RaXv3Q p {
  margin: 0;
}
.cid-u5x9RaXv3Q .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x9RaXv3Q .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x9RaXv3Q .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x9LWbTj6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x9LWbTj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x9LWbTj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x9LWbTj6 .container {
    padding: 0 24px;
  }
}
.cid-u5x9LWbTj6 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x9LWbTj6 .content-wrapper {
    padding: 0;
  }
}
.cid-u5x9LWbTj6 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x9LWbTj6 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x9LWbTj6 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x9LWbTj6 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x9LWbTj6 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x9LWbTj6 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x9LWbTj6 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x9LWbTj6 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x9LWbTj6 .mbr-section-title {
  color: #141414;
}
.cid-u5x9LWbTj6 .mbr-desc {
  color: #141414;
}
.cid-u5x9LWbTj6 .mbr-text {
  color: #000000;
}
.cid-u5x9LWbTj6 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x9LWbTj6 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x9ROps3T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x9ROps3T h2,
.cid-u5x9ROps3T h3,
.cid-u5x9ROps3T h4,
.cid-u5x9ROps3T p {
  margin: 0;
}
.cid-u5x9ROps3T .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x9ROps3T .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x9ROps3T .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x9NF5B8Q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x9NF5B8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x9NF5B8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x9NF5B8Q .container {
    padding: 0 24px;
  }
}
.cid-u5x9NF5B8Q .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x9NF5B8Q .content-wrapper {
    padding: 0;
  }
}
.cid-u5x9NF5B8Q .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x9NF5B8Q .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x9NF5B8Q .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x9NF5B8Q .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x9NF5B8Q .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x9NF5B8Q .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x9NF5B8Q .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x9NF5B8Q .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x9NF5B8Q .mbr-section-title {
  color: #141414;
}
.cid-u5x9NF5B8Q .mbr-desc {
  color: #141414;
}
.cid-u5x9NF5B8Q .mbr-text {
  color: #000000;
}
.cid-u5x9NF5B8Q p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x9NF5B8Q img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x9SlmrTW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x9SlmrTW h2,
.cid-u5x9SlmrTW h3,
.cid-u5x9SlmrTW h4,
.cid-u5x9SlmrTW p {
  margin: 0;
}
.cid-u5x9SlmrTW .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x9SlmrTW .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x9SlmrTW .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x9OwI7Se {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x9OwI7Se .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x9OwI7Se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x9OwI7Se .container {
    padding: 0 24px;
  }
}
.cid-u5x9OwI7Se .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x9OwI7Se .content-wrapper {
    padding: 0;
  }
}
.cid-u5x9OwI7Se .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x9OwI7Se .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x9OwI7Se .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x9OwI7Se .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x9OwI7Se .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x9OwI7Se .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x9OwI7Se .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x9OwI7Se .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x9OwI7Se .mbr-section-title {
  color: #141414;
}
.cid-u5x9OwI7Se .mbr-desc {
  color: #141414;
}
.cid-u5x9OwI7Se .mbr-text {
  color: #000000;
}
.cid-u5x9OwI7Se p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x9OwI7Se img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x9SYa2jQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x9SYa2jQ h2,
.cid-u5x9SYa2jQ h3,
.cid-u5x9SYa2jQ h4,
.cid-u5x9SYa2jQ p {
  margin: 0;
}
.cid-u5x9SYa2jQ .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x9SYa2jQ .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x9SYa2jQ .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x9OYM9hh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x9OYM9hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x9OYM9hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x9OYM9hh .container {
    padding: 0 24px;
  }
}
.cid-u5x9OYM9hh .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x9OYM9hh .content-wrapper {
    padding: 0;
  }
}
.cid-u5x9OYM9hh .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x9OYM9hh .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x9OYM9hh .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x9OYM9hh .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x9OYM9hh .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x9OYM9hh .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x9OYM9hh .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x9OYM9hh .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x9OYM9hh .mbr-section-title {
  color: #141414;
}
.cid-u5x9OYM9hh .mbr-desc {
  color: #141414;
}
.cid-u5x9OYM9hh .mbr-text {
  color: #000000;
}
.cid-u5x9OYM9hh p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x9OYM9hh img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x9TuJyoH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x9TuJyoH h2,
.cid-u5x9TuJyoH h3,
.cid-u5x9TuJyoH h4,
.cid-u5x9TuJyoH p {
  margin: 0;
}
.cid-u5x9TuJyoH .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x9TuJyoH .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x9TuJyoH .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x9O83X5o {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x9O83X5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x9O83X5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x9O83X5o .container {
    padding: 0 24px;
  }
}
.cid-u5x9O83X5o .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x9O83X5o .content-wrapper {
    padding: 0;
  }
}
.cid-u5x9O83X5o .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x9O83X5o .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x9O83X5o .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x9O83X5o .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x9O83X5o .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x9O83X5o .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x9O83X5o .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x9O83X5o .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x9O83X5o .mbr-section-title {
  color: #141414;
}
.cid-u5x9O83X5o .mbr-desc {
  color: #141414;
}
.cid-u5x9O83X5o .mbr-text {
  color: #000000;
}
.cid-u5x9O83X5o p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x9O83X5o img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x9U13rMm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x9U13rMm h2,
.cid-u5x9U13rMm h3,
.cid-u5x9U13rMm h4,
.cid-u5x9U13rMm p {
  margin: 0;
}
.cid-u5x9U13rMm .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x9U13rMm .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x9U13rMm .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x9N0S301 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x9N0S301 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x9N0S301 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x9N0S301 .container {
    padding: 0 24px;
  }
}
.cid-u5x9N0S301 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x9N0S301 .content-wrapper {
    padding: 0;
  }
}
.cid-u5x9N0S301 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x9N0S301 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x9N0S301 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x9N0S301 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x9N0S301 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x9N0S301 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x9N0S301 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x9N0S301 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x9N0S301 .mbr-section-title {
  color: #141414;
}
.cid-u5x9N0S301 .mbr-desc {
  color: #141414;
}
.cid-u5x9N0S301 .mbr-text {
  color: #000000;
}
.cid-u5x9N0S301 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x9N0S301 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xav6U7PU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xav6U7PU h2,
.cid-u5xav6U7PU h3,
.cid-u5xav6U7PU h4,
.cid-u5xav6U7PU p {
  margin: 0;
}
.cid-u5xav6U7PU .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xav6U7PU .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xav6U7PU .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xax243RW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xax243RW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xax243RW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xax243RW .container {
    padding: 0 24px;
  }
}
.cid-u5xax243RW .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xax243RW .content-wrapper {
    padding: 0;
  }
}
.cid-u5xax243RW .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5xax243RW .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5xax243RW .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xax243RW .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xax243RW .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xax243RW .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xax243RW .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xax243RW .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xax243RW .mbr-section-title {
  color: #141414;
}
.cid-u5xax243RW .mbr-desc {
  color: #141414;
}
.cid-u5xax243RW .mbr-text {
  color: #000000;
}
.cid-u5xax243RW p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xax243RW img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xaxKkZpD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xaxKkZpD h2,
.cid-u5xaxKkZpD h3,
.cid-u5xaxKkZpD h4,
.cid-u5xaxKkZpD p {
  margin: 0;
}
.cid-u5xaxKkZpD .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xaxKkZpD .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xaxKkZpD .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xVnJeMkn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xVnJeMkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xVnJeMkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xVnJeMkn .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xVnJeMkn .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xVnJeMkn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xVnJeMkn .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xVnJeMkn .mbr-text,
.cid-u5xVnJeMkn .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xVnJeMkn .card-title,
.cid-u5xVnJeMkn .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xVnJeMkn .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xVnJeMkn .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3Ds5AjV9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3Ds5AjV9z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4mScPEhkf.popup-builder {
  background-color: #ffffff;
}
.cid-u4mScPEhkf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mScPEhkf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mScPEhkf .modal-content,
.cid-u4mScPEhkf .modal-dialog {
  height: auto;
}
.cid-u4mScPEhkf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mScPEhkf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mScPEhkf .form-wrapper .mbr-form .form-group,
  .cid-u4mScPEhkf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mScPEhkf .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mScPEhkf .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mScPEhkf .mbr-text {
  text-align: left;
}
.cid-u4mScPEhkf .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mScPEhkf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mScPEhkf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mScPEhkf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mScPEhkf .modal-open {
  overflow: hidden;
}
.cid-u4mScPEhkf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mScPEhkf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mScPEhkf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mScPEhkf .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-u4mScPEhkf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mScPEhkf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mScPEhkf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mScPEhkf .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-u4mScPEhkf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mScPEhkf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mScPEhkf .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mScPEhkf .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mScPEhkf .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-u4mScPEhkf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEhkf .modal-header {
    padding: 1rem;
  }
}
.cid-u4mScPEhkf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mScPEhkf .modal-header .close svg {
  fill: #353535;
}
.cid-u4mScPEhkf .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mScPEhkf .modal-header .close:focus {
  outline: none;
}
.cid-u4mScPEhkf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mScPEhkf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mScPEhkf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEhkf .modal-body {
    padding: 1rem;
  }
}
.cid-u4mScPEhkf .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-u4mScPEhkf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEhkf .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mScPEhkf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mScPEhkf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mScPEhkf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mScPEhkf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mScPEhkf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mScPEhkf .modal-lg,
  .cid-u4mScPEhkf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mScPEhkf .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mScPEhkf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mScPEhkf .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-u4mScPEhkf .form-group {
  margin-bottom: 1rem;
}
.cid-u4mScPEhkf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mScPEhkf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mScPEhkf .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-u4mScPEhkf .mbr-section-btn {
  margin: 0;
}
.cid-u4mScPEhkf .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPEhkf .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mScPEhkf p {
  line-height: 1.8;
}
.cid-u4mSebjl94.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSebjl94.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSebjl94.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSebjl94 .modal-content,
.cid-u4mSebjl94 .modal-dialog {
  height: auto;
}
.cid-u4mSebjl94 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSebjl94 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSebjl94 .form-wrapper .mbr-form .form-group,
  .cid-u4mSebjl94 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSebjl94 .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSebjl94 .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSebjl94 .mbr-text {
  text-align: left;
}
.cid-u4mSebjl94 .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSebjl94 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSebjl94 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSebjl94 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSebjl94 .modal-open {
  overflow: hidden;
}
.cid-u4mSebjl94 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSebjl94 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSebjl94 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSebjl94 .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-u4mSebjl94 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSebjl94 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSebjl94 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSebjl94 .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-u4mSebjl94 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSebjl94 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSebjl94 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSebjl94 .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSebjl94 .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-u4mSebjl94 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjl94 .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSebjl94 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSebjl94 .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSebjl94 .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSebjl94 .modal-header .close:focus {
  outline: none;
}
.cid-u4mSebjl94 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSebjl94 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSebjl94 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjl94 .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSebjl94 .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-u4mSebjl94 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjl94 .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSebjl94 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSebjl94 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSebjl94 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSebjl94 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSebjl94 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSebjl94 .modal-lg,
  .cid-u4mSebjl94 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSebjl94 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSebjl94 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSebjl94 .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-u4mSebjl94 .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSebjl94 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSebjl94 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSebjl94 .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-u4mSebjl94 .mbr-section-btn {
  margin: 0;
}
.cid-u4mSebjl94 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSebjl94 .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSebjl94 p {
  line-height: 1.8;
}
.cid-u4mSiGb4lF.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSiGb4lF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSiGb4lF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSiGb4lF .modal-content,
.cid-u4mSiGb4lF .modal-dialog {
  height: auto;
}
.cid-u4mSiGb4lF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSiGb4lF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSiGb4lF .form-wrapper .mbr-form .form-group,
  .cid-u4mSiGb4lF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSiGb4lF .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSiGb4lF .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSiGb4lF .mbr-text {
  text-align: left;
}
.cid-u4mSiGb4lF .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSiGb4lF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSiGb4lF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSiGb4lF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSiGb4lF .modal-open {
  overflow: hidden;
}
.cid-u4mSiGb4lF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSiGb4lF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSiGb4lF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSiGb4lF .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-u4mSiGb4lF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSiGb4lF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSiGb4lF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSiGb4lF .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-u4mSiGb4lF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSiGb4lF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSiGb4lF .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSiGb4lF .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSiGb4lF .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-u4mSiGb4lF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb4lF .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSiGb4lF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSiGb4lF .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSiGb4lF .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSiGb4lF .modal-header .close:focus {
  outline: none;
}
.cid-u4mSiGb4lF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSiGb4lF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSiGb4lF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb4lF .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSiGb4lF .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-u4mSiGb4lF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb4lF .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSiGb4lF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSiGb4lF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSiGb4lF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSiGb4lF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSiGb4lF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSiGb4lF .modal-lg,
  .cid-u4mSiGb4lF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSiGb4lF .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSiGb4lF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSiGb4lF .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-u4mSiGb4lF .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSiGb4lF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSiGb4lF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSiGb4lF .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-u4mSiGb4lF .mbr-section-btn {
  margin: 0;
}
.cid-u4mSiGb4lF .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSiGb4lF .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSiGb4lF p {
  line-height: 1.8;
}
@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u1Frc6Jbrk .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u1Frc6Jbrk .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u1Frc6Jbrk .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u1Frc6Jbrk .navbar-fixed-top {
  padding-top: 0;
}
.cid-u1Frc6Jbrk .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1Frc6Jbrk .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u1Frc6Jbrk .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u1Frc6Jbrk .collapse {
  justify-content: space-between !important;
}
.cid-u1Frc6Jbrk .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u1Frc6Jbrk .mbr-iconfont {
  cursor: pointer;
}
.cid-u1Frc6Jbrk .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u1Frc6Jbrk .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u1Frc6Jbrk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u1Frc6Jbrk .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u1Frc6Jbrk .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u1Frc6Jbrk .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-u1Frc6Jbrk .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-u1Frc6Jbrk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u1Frc6Jbrk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u1Frc6Jbrk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u1Frc6Jbrk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u1Frc6Jbrk .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u1Frc6Jbrk .dropdown-item,
.cid-u1Frc6Jbrk .nav-link,
.cid-u1Frc6Jbrk .brand-name {
  font-style: normal;
}
.cid-u1Frc6Jbrk .dropdown-item:hover,
.cid-u1Frc6Jbrk .nav-link:hover,
.cid-u1Frc6Jbrk .brand-name:hover {
  color: #000000 !important;
}
.cid-u1Frc6Jbrk .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u1Frc6Jbrk .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u1Frc6Jbrk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u1Frc6Jbrk .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-u1Frc6Jbrk .content-text {
  margin-bottom: 0;
}
.cid-u1Frc6Jbrk .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u1Frc6Jbrk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u1Frc6Jbrk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u1Frc6Jbrk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u1Frc6Jbrk .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1Frc6Jbrk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1Frc6Jbrk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u1Frc6Jbrk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1Frc6Jbrk .nav-dropdown .link {
  font-weight: 400;
}
.cid-u1Frc6Jbrk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u1Frc6Jbrk .content-right-side {
  text-align: center;
}
.cid-u1Frc6Jbrk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u1Frc6Jbrk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u1Frc6Jbrk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u1Frc6Jbrk .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-u1Frc6Jbrk .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u1Frc6Jbrk .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1Frc6Jbrk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u1Frc6Jbrk .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u1Frc6Jbrk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u1Frc6Jbrk .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u1Frc6Jbrk .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u1Frc6Jbrk .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u1Frc6Jbrk .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1Frc6Jbrk .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u1Frc6Jbrk .navbar {
    display: block;
    padding: 0;
  }
  .cid-u1Frc6Jbrk .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1Frc6Jbrk .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-u1Frc6Jbrk .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u1Frc6Jbrk .navbar-toggler {
    display: none;
  }
}
.cid-u1Frc6Jbrk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u1Frc6Jbrk .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1Frc6Jbrk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u1Frc6Jbrk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u1Frc6Jbrk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u1Frc6Jbrk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1Frc6Jbrk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u1Frc6Jbrk .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u1Frc6Jbrk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1Frc6Jbrk .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-u1Frc6Jbrk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1Frc6Jbrk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1Frc6Jbrk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1Frc6Jbrk .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-u1Frc6Jbrk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u1Frc6Jbrk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1Frc6Jbrk .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-u1Frc6Jbrk .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u1Frc6Jbrk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u1Frc6Jbrk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u1Frc6Jbrk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u1Frc6Jbrk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u1Frc6Jbrk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u1Frc6Jbrk button.navbar-toggler:focus {
  outline: none;
}
.cid-u1Frc6Jbrk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1Frc6Jbrk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1Frc6Jbrk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Frc6Jbrk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Frc6Jbrk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1Frc6Jbrk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Frc6Jbrk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1Frc6Jbrk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1Frc6Jbrk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Frc6Jbrk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1Frc6Jbrk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1Frc6Jbrk .collapsed .btn {
  display: flex;
}
.cid-u1Frc6Jbrk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.collapsing,
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u1Frc6Jbrk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u1Frc6Jbrk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1Frc6Jbrk .collapsed button.navbar-toggler {
  display: block;
}
.cid-u1Frc6Jbrk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u1Frc6Jbrk .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1Frc6Jbrk .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-u1Frc6Jbrk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u1Frc6Jbrk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u1Frc6Jbrk .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-u1Frc6Jbrk .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u1Frc6Jbrk .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u1Frc6Jbrk .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-u1Frc6Jbrk .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u1Frc6Jbrk .navbar-collapse.collapsing,
  .cid-u1Frc6Jbrk .navbar-collapse.show {
    display: block !important;
  }
  .cid-u1Frc6Jbrk .navbar-collapse.collapsing .navbar-nav,
  .cid-u1Frc6Jbrk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u1Frc6Jbrk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u1Frc6Jbrk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u1Frc6Jbrk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u1Frc6Jbrk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1Frc6Jbrk .navbar-collapse.collapsing .navbar-buttons,
  .cid-u1Frc6Jbrk .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u1Frc6Jbrk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u1Frc6Jbrk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1Frc6Jbrk img {
    height: 3.8rem !important;
  }
  .cid-u1Frc6Jbrk .btn {
    display: flex;
  }
  .cid-u1Frc6Jbrk button.navbar-toggler {
    display: block;
  }
  .cid-u1Frc6Jbrk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u1Frc6Jbrk .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u1Frc6Jbrk .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-u1Frc6Jbrk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u1Frc6Jbrk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u1Frc6Jbrk .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-u1Frc6Jbrk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u1Frc6Jbrk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u1Frc6Jbrk .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u1Frc6Jbrk .nav-link:focus {
  outline: none;
}
.cid-u1Frc6Jbrk .navbar-toggler {
  position: relative;
}
.cid-u1Frc6Jbrk .dropdown-item.active,
.cid-u1Frc6Jbrk .dropdown-item:active {
  color: initial;
}
.cid-u1Frc6Jbrk .widget-title,
.cid-u1Frc6Jbrk .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u1Frc6Jbrk .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u1Frc6Jbrk .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u1Frc6Jbrk .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u1Frc6Jbrk .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u1Frc6Jbrk .nav-item:before {
    content: none;
  }
  .cid-u1Frc6Jbrk .menu-bottom {
    flex-direction: column;
  }
  .cid-u1Frc6Jbrk button.navbar-toggler {
    align-self: center;
  }
  .cid-u1Frc6Jbrk .menu-logo {
    justify-content: flex-start;
  }
  .cid-u1Frc6Jbrk .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u1Frc7jmOE {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/construct-1.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-u1Frc7jmOE .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u1Frc7jmOE {
    align-items: flex-end;
  }
  .cid-u1Frc7jmOE .row {
    justify-content: flex-start;
  }
  .cid-u1Frc7jmOE .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1Frc7jmOE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1Frc7jmOE {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u1Frc7jmOE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1Frc7jmOE .content-wrap {
    width: 100%;
  }
}
.cid-u1Frc7jmOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Frc7jmOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Frc7jmOE .mbr-section-title,
.cid-u1Frc7jmOE .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u1Frc7jmOE .mbr-text,
.cid-u1Frc7jmOE .mbr-section-btn {
  text-align: center;
}
.cid-u1Frc7jmOE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1Frc7jmOE .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u1Frc7jmOE .zoomin {
  -webkit-animation: zoom 3s 1;
}
.cid-u1Frc7JyZU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1Frc7JyZU h2,
.cid-u1Frc7JyZU h3,
.cid-u1Frc7JyZU h4,
.cid-u1Frc7JyZU p {
  margin: 0;
}
.cid-u1Frc7JyZU .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1Frc7JyZU .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1Frc7JyZU .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wtM0DM33 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wtM0DM33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wtM0DM33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wtM0DM33 .container {
    padding: 0 24px;
  }
}
.cid-u5wtM0DM33 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wtM0DM33 .content-wrapper {
    padding: 0;
  }
}
.cid-u5wtM0DM33 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wtM0DM33 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wtM0DM33 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wtM0DM33 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wtM0DM33 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wtM0DM33 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wtM0DM33 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wtM0DM33 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wtM0DM33 .mbr-section-title {
  color: #141414;
}
.cid-u5wtM0DM33 .mbr-desc {
  color: #141414;
}
.cid-u5wtM0DM33 .mbr-text {
  color: #000000;
}
.cid-u5wtM0DM33 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wtM0DM33 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3IIpLXTvR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IIpLXTvR h2,
.cid-u3IIpLXTvR h3,
.cid-u3IIpLXTvR h4,
.cid-u3IIpLXTvR p {
  margin: 0;
}
.cid-u3IIpLXTvR .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IIpLXTvR .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IIpLXTvR .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wuSrr3LA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wuSrr3LA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wuSrr3LA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wuSrr3LA .container {
    padding: 0 24px;
  }
}
.cid-u5wuSrr3LA .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wuSrr3LA .content-wrapper {
    padding: 0;
  }
}
.cid-u5wuSrr3LA .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wuSrr3LA .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wuSrr3LA .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wuSrr3LA .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wuSrr3LA .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wuSrr3LA .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wuSrr3LA .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wuSrr3LA .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wuSrr3LA .mbr-section-title {
  color: #141414;
}
.cid-u5wuSrr3LA .mbr-desc {
  color: #141414;
}
.cid-u5wuSrr3LA .mbr-text {
  color: #000000;
}
.cid-u5wuSrr3LA p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wuSrr3LA img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u2hYFRgCRR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u2hYFRgCRR h2,
.cid-u2hYFRgCRR h3,
.cid-u2hYFRgCRR h4,
.cid-u2hYFRgCRR p {
  margin: 0;
}
.cid-u2hYFRgCRR .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u2hYFRgCRR .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u2hYFRgCRR .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5ww0BKCgb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5ww0BKCgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ww0BKCgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5ww0BKCgb .container {
    padding: 0 24px;
  }
}
.cid-u5ww0BKCgb .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5ww0BKCgb .content-wrapper {
    padding: 0;
  }
}
.cid-u5ww0BKCgb .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5ww0BKCgb .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5ww0BKCgb .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5ww0BKCgb .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5ww0BKCgb .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5ww0BKCgb .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5ww0BKCgb .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5ww0BKCgb .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5ww0BKCgb .mbr-section-title {
  color: #141414;
}
.cid-u5ww0BKCgb .mbr-desc {
  color: #141414;
}
.cid-u5ww0BKCgb .mbr-text {
  color: #000000;
}
.cid-u5ww0BKCgb p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5ww0BKCgb img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3IGFPRqoS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IGFPRqoS h2,
.cid-u3IGFPRqoS h3,
.cid-u3IGFPRqoS h4,
.cid-u3IGFPRqoS p {
  margin: 0;
}
.cid-u3IGFPRqoS .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IGFPRqoS .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IGFPRqoS .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wwbI9VVq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wwbI9VVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wwbI9VVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wwbI9VVq .container {
    padding: 0 24px;
  }
}
.cid-u5wwbI9VVq .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wwbI9VVq .content-wrapper {
    padding: 0;
  }
}
.cid-u5wwbI9VVq .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wwbI9VVq .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wwbI9VVq .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wwbI9VVq .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wwbI9VVq .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wwbI9VVq .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wwbI9VVq .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wwbI9VVq .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wwbI9VVq .mbr-section-title {
  color: #141414;
}
.cid-u5wwbI9VVq .mbr-desc {
  color: #141414;
}
.cid-u5wwbI9VVq .mbr-text {
  color: #000000;
}
.cid-u5wwbI9VVq p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wwbI9VVq img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3IGXj0Uj7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IGXj0Uj7 h2,
.cid-u3IGXj0Uj7 h3,
.cid-u3IGXj0Uj7 h4,
.cid-u3IGXj0Uj7 p {
  margin: 0;
}
.cid-u3IGXj0Uj7 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IGXj0Uj7 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IGXj0Uj7 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wx31So8H {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wx31So8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wx31So8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wx31So8H .container {
    padding: 0 24px;
  }
}
.cid-u5wx31So8H .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wx31So8H .content-wrapper {
    padding: 0;
  }
}
.cid-u5wx31So8H .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wx31So8H .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wx31So8H .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wx31So8H .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wx31So8H .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wx31So8H .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wx31So8H .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wx31So8H .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wx31So8H .mbr-section-title {
  color: #141414;
}
.cid-u5wx31So8H .mbr-desc {
  color: #141414;
}
.cid-u5wx31So8H .mbr-text {
  color: #000000;
}
.cid-u5wx31So8H p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wx31So8H img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3IHcm8FvT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IHcm8FvT h2,
.cid-u3IHcm8FvT h3,
.cid-u3IHcm8FvT h4,
.cid-u3IHcm8FvT p {
  margin: 0;
}
.cid-u3IHcm8FvT .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IHcm8FvT .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IHcm8FvT .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wxuGto4k {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wxuGto4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wxuGto4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wxuGto4k .container {
    padding: 0 24px;
  }
}
.cid-u5wxuGto4k .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wxuGto4k .content-wrapper {
    padding: 0;
  }
}
.cid-u5wxuGto4k .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wxuGto4k .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wxuGto4k .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wxuGto4k .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wxuGto4k .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wxuGto4k .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wxuGto4k .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wxuGto4k .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wxuGto4k .mbr-section-title {
  color: #141414;
}
.cid-u5wxuGto4k .mbr-desc {
  color: #141414;
}
.cid-u5wxuGto4k .mbr-text {
  color: #000000;
}
.cid-u5wxuGto4k p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wxuGto4k img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3IIo2Abse {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IIo2Abse h2,
.cid-u3IIo2Abse h3,
.cid-u3IIo2Abse h4,
.cid-u3IIo2Abse p {
  margin: 0;
}
.cid-u3IIo2Abse .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IIo2Abse .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IIo2Abse .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xVbXgv3b {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xVbXgv3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xVbXgv3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xVbXgv3b .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xVbXgv3b .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xVbXgv3b .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xVbXgv3b .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xVbXgv3b .mbr-text,
.cid-u5xVbXgv3b .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xVbXgv3b .card-title,
.cid-u5xVbXgv3b .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xVbXgv3b .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xVbXgv3b .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3Ds5AjV9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3Ds5AjV9z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4mScPE1zy.popup-builder {
  background-color: #ffffff;
}
.cid-u4mScPE1zy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mScPE1zy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mScPE1zy .modal-content,
.cid-u4mScPE1zy .modal-dialog {
  height: auto;
}
.cid-u4mScPE1zy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mScPE1zy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mScPE1zy .form-wrapper .mbr-form .form-group,
  .cid-u4mScPE1zy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mScPE1zy .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mScPE1zy .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mScPE1zy .mbr-text {
  text-align: left;
}
.cid-u4mScPE1zy .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mScPE1zy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mScPE1zy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mScPE1zy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mScPE1zy .modal-open {
  overflow: hidden;
}
.cid-u4mScPE1zy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mScPE1zy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mScPE1zy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mScPE1zy .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-u4mScPE1zy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mScPE1zy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mScPE1zy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mScPE1zy .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-u4mScPE1zy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mScPE1zy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mScPE1zy .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mScPE1zy .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mScPE1zy .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-u4mScPE1zy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPE1zy .modal-header {
    padding: 1rem;
  }
}
.cid-u4mScPE1zy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mScPE1zy .modal-header .close svg {
  fill: #353535;
}
.cid-u4mScPE1zy .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mScPE1zy .modal-header .close:focus {
  outline: none;
}
.cid-u4mScPE1zy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mScPE1zy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mScPE1zy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPE1zy .modal-body {
    padding: 1rem;
  }
}
.cid-u4mScPE1zy .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-u4mScPE1zy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPE1zy .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mScPE1zy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mScPE1zy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mScPE1zy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mScPE1zy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mScPE1zy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mScPE1zy .modal-lg,
  .cid-u4mScPE1zy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mScPE1zy .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mScPE1zy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mScPE1zy .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-u4mScPE1zy .form-group {
  margin-bottom: 1rem;
}
.cid-u4mScPE1zy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mScPE1zy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mScPE1zy .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-u4mScPE1zy .mbr-section-btn {
  margin: 0;
}
.cid-u4mScPE1zy .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPE1zy .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mScPE1zy p {
  line-height: 1.8;
}
.cid-u4mSebj4Pd.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSebj4Pd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSebj4Pd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSebj4Pd .modal-content,
.cid-u4mSebj4Pd .modal-dialog {
  height: auto;
}
.cid-u4mSebj4Pd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSebj4Pd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSebj4Pd .form-wrapper .mbr-form .form-group,
  .cid-u4mSebj4Pd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSebj4Pd .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSebj4Pd .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSebj4Pd .mbr-text {
  text-align: left;
}
.cid-u4mSebj4Pd .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSebj4Pd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSebj4Pd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSebj4Pd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSebj4Pd .modal-open {
  overflow: hidden;
}
.cid-u4mSebj4Pd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSebj4Pd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSebj4Pd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSebj4Pd .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-u4mSebj4Pd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSebj4Pd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSebj4Pd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSebj4Pd .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-u4mSebj4Pd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSebj4Pd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSebj4Pd .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSebj4Pd .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSebj4Pd .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-u4mSebj4Pd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebj4Pd .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSebj4Pd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSebj4Pd .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSebj4Pd .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSebj4Pd .modal-header .close:focus {
  outline: none;
}
.cid-u4mSebj4Pd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSebj4Pd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSebj4Pd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebj4Pd .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSebj4Pd .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-u4mSebj4Pd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebj4Pd .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSebj4Pd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSebj4Pd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSebj4Pd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSebj4Pd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSebj4Pd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSebj4Pd .modal-lg,
  .cid-u4mSebj4Pd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSebj4Pd .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSebj4Pd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSebj4Pd .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-u4mSebj4Pd .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSebj4Pd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSebj4Pd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSebj4Pd .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-u4mSebj4Pd .mbr-section-btn {
  margin: 0;
}
.cid-u4mSebj4Pd .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSebj4Pd .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSebj4Pd p {
  line-height: 1.8;
}
.cid-u4mSiGb2jy.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSiGb2jy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSiGb2jy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSiGb2jy .modal-content,
.cid-u4mSiGb2jy .modal-dialog {
  height: auto;
}
.cid-u4mSiGb2jy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSiGb2jy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSiGb2jy .form-wrapper .mbr-form .form-group,
  .cid-u4mSiGb2jy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSiGb2jy .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSiGb2jy .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSiGb2jy .mbr-text {
  text-align: left;
}
.cid-u4mSiGb2jy .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSiGb2jy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSiGb2jy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSiGb2jy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSiGb2jy .modal-open {
  overflow: hidden;
}
.cid-u4mSiGb2jy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSiGb2jy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSiGb2jy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSiGb2jy .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-u4mSiGb2jy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSiGb2jy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSiGb2jy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSiGb2jy .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-u4mSiGb2jy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSiGb2jy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSiGb2jy .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSiGb2jy .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSiGb2jy .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-u4mSiGb2jy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb2jy .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSiGb2jy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSiGb2jy .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSiGb2jy .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSiGb2jy .modal-header .close:focus {
  outline: none;
}
.cid-u4mSiGb2jy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSiGb2jy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSiGb2jy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb2jy .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSiGb2jy .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-u4mSiGb2jy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb2jy .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSiGb2jy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSiGb2jy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSiGb2jy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSiGb2jy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSiGb2jy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSiGb2jy .modal-lg,
  .cid-u4mSiGb2jy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSiGb2jy .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSiGb2jy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSiGb2jy .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-u4mSiGb2jy .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSiGb2jy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSiGb2jy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSiGb2jy .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-u4mSiGb2jy .mbr-section-btn {
  margin: 0;
}
.cid-u4mSiGb2jy .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSiGb2jy .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSiGb2jy p {
  line-height: 1.8;
}
@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u3Ir2qevBC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u3Ir2qevBC .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u3Ir2qevBC .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u3Ir2qevBC .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3Ir2qevBC .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u3Ir2qevBC .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u3Ir2qevBC .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3Ir2qevBC .collapse {
  justify-content: space-between !important;
}
.cid-u3Ir2qevBC .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u3Ir2qevBC .mbr-iconfont {
  cursor: pointer;
}
.cid-u3Ir2qevBC .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u3Ir2qevBC .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u3Ir2qevBC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3Ir2qevBC .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u3Ir2qevBC .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u3Ir2qevBC .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-u3Ir2qevBC .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-u3Ir2qevBC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3Ir2qevBC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3Ir2qevBC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u3Ir2qevBC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3Ir2qevBC .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u3Ir2qevBC .dropdown-item,
.cid-u3Ir2qevBC .nav-link,
.cid-u3Ir2qevBC .brand-name {
  font-style: normal;
}
.cid-u3Ir2qevBC .dropdown-item:hover,
.cid-u3Ir2qevBC .nav-link:hover,
.cid-u3Ir2qevBC .brand-name:hover {
  color: #000000 !important;
}
.cid-u3Ir2qevBC .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u3Ir2qevBC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u3Ir2qevBC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u3Ir2qevBC .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-u3Ir2qevBC .content-text {
  margin-bottom: 0;
}
.cid-u3Ir2qevBC .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3Ir2qevBC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u3Ir2qevBC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3Ir2qevBC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3Ir2qevBC .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3Ir2qevBC .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3Ir2qevBC .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3Ir2qevBC .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3Ir2qevBC .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3Ir2qevBC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3Ir2qevBC .content-right-side {
  text-align: center;
}
.cid-u3Ir2qevBC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3Ir2qevBC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3Ir2qevBC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u3Ir2qevBC .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-u3Ir2qevBC .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u3Ir2qevBC .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3Ir2qevBC .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3Ir2qevBC .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3Ir2qevBC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3Ir2qevBC .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3Ir2qevBC .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3Ir2qevBC .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u3Ir2qevBC .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3Ir2qevBC .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u3Ir2qevBC .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3Ir2qevBC .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3Ir2qevBC .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-u3Ir2qevBC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3Ir2qevBC .navbar-toggler {
    display: none;
  }
}
.cid-u3Ir2qevBC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3Ir2qevBC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3Ir2qevBC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3Ir2qevBC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3Ir2qevBC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3Ir2qevBC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3Ir2qevBC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3Ir2qevBC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3Ir2qevBC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3Ir2qevBC .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-u3Ir2qevBC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3Ir2qevBC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3Ir2qevBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3Ir2qevBC .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-u3Ir2qevBC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3Ir2qevBC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3Ir2qevBC .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-u3Ir2qevBC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3Ir2qevBC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3Ir2qevBC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3Ir2qevBC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u3Ir2qevBC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3Ir2qevBC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u3Ir2qevBC button.navbar-toggler:focus {
  outline: none;
}
.cid-u3Ir2qevBC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3Ir2qevBC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3Ir2qevBC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ir2qevBC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3Ir2qevBC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3Ir2qevBC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ir2qevBC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3Ir2qevBC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3Ir2qevBC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3Ir2qevBC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3Ir2qevBC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3Ir2qevBC .collapsed .btn {
  display: flex;
}
.cid-u3Ir2qevBC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3Ir2qevBC .collapsed .navbar-collapse.collapsing,
.cid-u3Ir2qevBC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3Ir2qevBC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3Ir2qevBC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3Ir2qevBC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3Ir2qevBC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3Ir2qevBC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3Ir2qevBC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3Ir2qevBC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3Ir2qevBC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3Ir2qevBC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3Ir2qevBC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3Ir2qevBC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3Ir2qevBC .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3Ir2qevBC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3Ir2qevBC .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3Ir2qevBC .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-u3Ir2qevBC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3Ir2qevBC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3Ir2qevBC .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-u3Ir2qevBC .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u3Ir2qevBC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3Ir2qevBC .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-u3Ir2qevBC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3Ir2qevBC .navbar-collapse.collapsing,
  .cid-u3Ir2qevBC .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3Ir2qevBC .navbar-collapse.collapsing .navbar-nav,
  .cid-u3Ir2qevBC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3Ir2qevBC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3Ir2qevBC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3Ir2qevBC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3Ir2qevBC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3Ir2qevBC .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3Ir2qevBC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3Ir2qevBC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3Ir2qevBC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3Ir2qevBC img {
    height: 3.8rem !important;
  }
  .cid-u3Ir2qevBC .btn {
    display: flex;
  }
  .cid-u3Ir2qevBC button.navbar-toggler {
    display: block;
  }
  .cid-u3Ir2qevBC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3Ir2qevBC .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3Ir2qevBC .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-u3Ir2qevBC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3Ir2qevBC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3Ir2qevBC .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-u3Ir2qevBC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3Ir2qevBC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3Ir2qevBC .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3Ir2qevBC .nav-link:focus {
  outline: none;
}
.cid-u3Ir2qevBC .navbar-toggler {
  position: relative;
}
.cid-u3Ir2qevBC .dropdown-item.active,
.cid-u3Ir2qevBC .dropdown-item:active {
  color: initial;
}
.cid-u3Ir2qevBC .widget-title,
.cid-u3Ir2qevBC .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u3Ir2qevBC .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u3Ir2qevBC .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u3Ir2qevBC .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u3Ir2qevBC .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u3Ir2qevBC .nav-item:before {
    content: none;
  }
  .cid-u3Ir2qevBC .menu-bottom {
    flex-direction: column;
  }
  .cid-u3Ir2qevBC button.navbar-toggler {
    align-self: center;
  }
  .cid-u3Ir2qevBC .menu-logo {
    justify-content: flex-start;
  }
  .cid-u3Ir2qevBC .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u3Ir2qXiYu {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-24-1920x1280.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-u3Ir2qXiYu .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u3Ir2qXiYu {
    align-items: flex-end;
  }
  .cid-u3Ir2qXiYu .row {
    justify-content: flex-start;
  }
  .cid-u3Ir2qXiYu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3Ir2qXiYu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3Ir2qXiYu {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u3Ir2qXiYu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3Ir2qXiYu .content-wrap {
    width: 100%;
  }
}
.cid-u3Ir2qXiYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Ir2qXiYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3Ir2qXiYu .mbr-section-title,
.cid-u3Ir2qXiYu .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u3Ir2qXiYu .mbr-text,
.cid-u3Ir2qXiYu .mbr-section-btn {
  text-align: center;
}
.cid-u3Ir2qXiYu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3Ir2qXiYu .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u3Ir2qXiYu .zoomin {
  -webkit-animation: zoom 3s 1;
}
.cid-u3Ir2rw9pB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3Ir2rw9pB h2,
.cid-u3Ir2rw9pB h3,
.cid-u3Ir2rw9pB h4,
.cid-u3Ir2rw9pB p {
  margin: 0;
}
.cid-u3Ir2rw9pB .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3Ir2rw9pB .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3Ir2rw9pB .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u3OTWT2wo4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-2-1920x1285.webp");
}
.cid-u3OTWT2wo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OTWT2wo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3OTWT2wo4 .container {
    padding: 0 24px;
  }
}
.cid-u3OTWT2wo4 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u3OTWT2wo4 .content-wrapper {
    padding: 0;
  }
}
.cid-u3OTWT2wo4 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3OTWT2wo4 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u3OTWT2wo4 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u3OTWT2wo4 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u3OTWT2wo4 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u3OTWT2wo4 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u3OTWT2wo4 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u3OTWT2wo4 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3OTWT2wo4 .mbr-section-title {
  color: #141414;
}
.cid-u3OTWT2wo4 .mbr-desc {
  color: #141414;
}
.cid-u3OTWT2wo4 .mbr-text {
  color: #000000;
}
.cid-u3OTWT2wo4 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u3OTWT2wo4 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3IEbnbnYa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IEbnbnYa h2,
.cid-u3IEbnbnYa h3,
.cid-u3IEbnbnYa h4,
.cid-u3IEbnbnYa p {
  margin: 0;
}
.cid-u3IEbnbnYa .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IEbnbnYa .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IEbnbnYa .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u3P4Dpbybo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u3P4Dpbybo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3P4Dpbybo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u3P4Dpbybo .container {
    padding: 0 24px;
  }
}
.cid-u3P4Dpbybo .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u3P4Dpbybo .content-wrapper {
    padding: 0;
  }
}
.cid-u3P4Dpbybo .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u3P4Dpbybo .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u3P4Dpbybo .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u3P4Dpbybo .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u3P4Dpbybo .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u3P4Dpbybo .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u3P4Dpbybo .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u3P4Dpbybo .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u3P4Dpbybo .mbr-section-title {
  color: #141414;
}
.cid-u3P4Dpbybo .mbr-desc {
  color: #141414;
}
.cid-u3P4Dpbybo .mbr-text {
  color: #000000;
}
.cid-u3P4Dpbybo p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u3P4Dpbybo img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3P4EHxEJR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3P4EHxEJR h2,
.cid-u3P4EHxEJR h3,
.cid-u3P4EHxEJR h4,
.cid-u3P4EHxEJR p {
  margin: 0;
}
.cid-u3P4EHxEJR .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3P4EHxEJR .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3P4EHxEJR .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xXnB4mPv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xXnB4mPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xXnB4mPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xXnB4mPv .container {
    padding: 0 24px;
  }
}
.cid-u5xXnB4mPv .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xXnB4mPv .content-wrapper {
    padding: 0;
  }
}
.cid-u5xXnB4mPv .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xXnB4mPv .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xXnB4mPv .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xXnB4mPv .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xXnB4mPv .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xXnB4mPv .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xXnB4mPv .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xXnB4mPv .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xXnB4mPv .mbr-section-title {
  color: #141414;
}
.cid-u5xXnB4mPv .mbr-desc {
  color: #141414;
}
.cid-u5xXnB4mPv .mbr-text {
  color: #000000;
}
.cid-u5xXnB4mPv p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xXnB4mPv img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xXpjQ9mm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xXpjQ9mm h2,
.cid-u5xXpjQ9mm h3,
.cid-u5xXpjQ9mm h4,
.cid-u5xXpjQ9mm p {
  margin: 0;
}
.cid-u5xXpjQ9mm .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xXpjQ9mm .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xXpjQ9mm .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xXqMkHxg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xXqMkHxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xXqMkHxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xXqMkHxg .container {
    padding: 0 24px;
  }
}
.cid-u5xXqMkHxg .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xXqMkHxg .content-wrapper {
    padding: 0;
  }
}
.cid-u5xXqMkHxg .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xXqMkHxg .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xXqMkHxg .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xXqMkHxg .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xXqMkHxg .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xXqMkHxg .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xXqMkHxg .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xXqMkHxg .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xXqMkHxg .mbr-section-title {
  color: #141414;
}
.cid-u5xXqMkHxg .mbr-desc {
  color: #141414;
}
.cid-u5xXqMkHxg .mbr-text {
  color: #000000;
}
.cid-u5xXqMkHxg p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xXqMkHxg img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xXv6KKvu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xXv6KKvu h2,
.cid-u5xXv6KKvu h3,
.cid-u5xXv6KKvu h4,
.cid-u5xXv6KKvu p {
  margin: 0;
}
.cid-u5xXv6KKvu .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xXv6KKvu .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xXv6KKvu .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xXyKLV9y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xXyKLV9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xXyKLV9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xXyKLV9y .container {
    padding: 0 24px;
  }
}
.cid-u5xXyKLV9y .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xXyKLV9y .content-wrapper {
    padding: 0;
  }
}
.cid-u5xXyKLV9y .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xXyKLV9y .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xXyKLV9y .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xXyKLV9y .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xXyKLV9y .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xXyKLV9y .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xXyKLV9y .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xXyKLV9y .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xXyKLV9y .mbr-section-title {
  color: #141414;
}
.cid-u5xXyKLV9y .mbr-desc {
  color: #141414;
}
.cid-u5xXyKLV9y .mbr-text {
  color: #000000;
}
.cid-u5xXyKLV9y p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xXyKLV9y img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xXs0qd7i {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xXs0qd7i h2,
.cid-u5xXs0qd7i h3,
.cid-u5xXs0qd7i h4,
.cid-u5xXs0qd7i p {
  margin: 0;
}
.cid-u5xXs0qd7i .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xXs0qd7i .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xXs0qd7i .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xXOfr9Bl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xXOfr9Bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xXOfr9Bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xXOfr9Bl .container {
    padding: 0 24px;
  }
}
.cid-u5xXOfr9Bl .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xXOfr9Bl .content-wrapper {
    padding: 0;
  }
}
.cid-u5xXOfr9Bl .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5xXOfr9Bl .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5xXOfr9Bl .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xXOfr9Bl .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xXOfr9Bl .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xXOfr9Bl .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xXOfr9Bl .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xXOfr9Bl .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xXOfr9Bl .mbr-section-title {
  color: #141414;
}
.cid-u5xXOfr9Bl .mbr-desc {
  color: #141414;
}
.cid-u5xXOfr9Bl .mbr-text {
  color: #000000;
}
.cid-u5xXOfr9Bl p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xXOfr9Bl img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xXu9aADD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xXu9aADD h2,
.cid-u5xXu9aADD h3,
.cid-u5xXu9aADD h4,
.cid-u5xXu9aADD p {
  margin: 0;
}
.cid-u5xXu9aADD .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xXu9aADD .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xXu9aADD .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xXUxbHwF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xXUxbHwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xXUxbHwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xXUxbHwF .container {
    padding: 0 24px;
  }
}
.cid-u5xXUxbHwF .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xXUxbHwF .content-wrapper {
    padding: 0;
  }
}
.cid-u5xXUxbHwF .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xXUxbHwF .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xXUxbHwF .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xXUxbHwF .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xXUxbHwF .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xXUxbHwF .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xXUxbHwF .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xXUxbHwF .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xXUxbHwF .mbr-section-title {
  color: #141414;
}
.cid-u5xXUxbHwF .mbr-desc {
  color: #141414;
}
.cid-u5xXUxbHwF .mbr-text {
  color: #000000;
}
.cid-u5xXUxbHwF p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xXUxbHwF img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xXttzrF1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xXttzrF1 h2,
.cid-u5xXttzrF1 h3,
.cid-u5xXttzrF1 h4,
.cid-u5xXttzrF1 p {
  margin: 0;
}
.cid-u5xXttzrF1 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xXttzrF1 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xXttzrF1 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xXPj0701 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xXPj0701 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xXPj0701 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xXPj0701 .container {
    padding: 0 24px;
  }
}
.cid-u5xXPj0701 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xXPj0701 .content-wrapper {
    padding: 0;
  }
}
.cid-u5xXPj0701 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xXPj0701 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xXPj0701 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xXPj0701 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xXPj0701 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xXPj0701 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xXPj0701 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xXPj0701 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xXPj0701 .mbr-section-title {
  color: #141414;
}
.cid-u5xXPj0701 .mbr-desc {
  color: #141414;
}
.cid-u5xXPj0701 .mbr-text {
  color: #000000;
}
.cid-u5xXPj0701 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xXPj0701 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xXvHeTch {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xXvHeTch h2,
.cid-u5xXvHeTch h3,
.cid-u5xXvHeTch h4,
.cid-u5xXvHeTch p {
  margin: 0;
}
.cid-u5xXvHeTch .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xXvHeTch .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xXvHeTch .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xXQB2HVp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xXQB2HVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xXQB2HVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xXQB2HVp .container {
    padding: 0 24px;
  }
}
.cid-u5xXQB2HVp .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xXQB2HVp .content-wrapper {
    padding: 0;
  }
}
.cid-u5xXQB2HVp .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xXQB2HVp .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xXQB2HVp .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xXQB2HVp .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xXQB2HVp .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xXQB2HVp .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xXQB2HVp .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xXQB2HVp .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xXQB2HVp .mbr-section-title {
  color: #141414;
}
.cid-u5xXQB2HVp .mbr-desc {
  color: #141414;
}
.cid-u5xXQB2HVp .mbr-text {
  color: #000000;
}
.cid-u5xXQB2HVp p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xXQB2HVp img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZwM1Qbl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZwM1Qbl h2,
.cid-u5xZwM1Qbl h3,
.cid-u5xZwM1Qbl h4,
.cid-u5xZwM1Qbl p {
  margin: 0;
}
.cid-u5xZwM1Qbl .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZwM1Qbl .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZwM1Qbl .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xZnt6ybj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xZnt6ybj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xZnt6ybj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xZnt6ybj .container {
    padding: 0 24px;
  }
}
.cid-u5xZnt6ybj .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xZnt6ybj .content-wrapper {
    padding: 0;
  }
}
.cid-u5xZnt6ybj .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xZnt6ybj .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xZnt6ybj .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xZnt6ybj .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xZnt6ybj .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xZnt6ybj .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xZnt6ybj .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xZnt6ybj .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xZnt6ybj .mbr-section-title {
  color: #141414;
}
.cid-u5xZnt6ybj .mbr-desc {
  color: #141414;
}
.cid-u5xZnt6ybj .mbr-text {
  color: #000000;
}
.cid-u5xZnt6ybj p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xZnt6ybj img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZxzJlS0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZxzJlS0 h2,
.cid-u5xZxzJlS0 h3,
.cid-u5xZxzJlS0 h4,
.cid-u5xZxzJlS0 p {
  margin: 0;
}
.cid-u5xZxzJlS0 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZxzJlS0 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZxzJlS0 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xZocSGgA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xZocSGgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xZocSGgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xZocSGgA .container {
    padding: 0 24px;
  }
}
.cid-u5xZocSGgA .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xZocSGgA .content-wrapper {
    padding: 0;
  }
}
.cid-u5xZocSGgA .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5xZocSGgA .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5xZocSGgA .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xZocSGgA .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xZocSGgA .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xZocSGgA .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xZocSGgA .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xZocSGgA .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xZocSGgA .mbr-section-title {
  color: #141414;
}
.cid-u5xZocSGgA .mbr-desc {
  color: #141414;
}
.cid-u5xZocSGgA .mbr-text {
  color: #000000;
}
.cid-u5xZocSGgA p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xZocSGgA img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZy9D00Z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZy9D00Z h2,
.cid-u5xZy9D00Z h3,
.cid-u5xZy9D00Z h4,
.cid-u5xZy9D00Z p {
  margin: 0;
}
.cid-u5xZy9D00Z .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZy9D00Z .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZy9D00Z .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xZoVV0Sm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xZoVV0Sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xZoVV0Sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xZoVV0Sm .container {
    padding: 0 24px;
  }
}
.cid-u5xZoVV0Sm .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xZoVV0Sm .content-wrapper {
    padding: 0;
  }
}
.cid-u5xZoVV0Sm .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xZoVV0Sm .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xZoVV0Sm .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xZoVV0Sm .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xZoVV0Sm .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xZoVV0Sm .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xZoVV0Sm .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xZoVV0Sm .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xZoVV0Sm .mbr-section-title {
  color: #141414;
}
.cid-u5xZoVV0Sm .mbr-desc {
  color: #141414;
}
.cid-u5xZoVV0Sm .mbr-text {
  color: #000000;
}
.cid-u5xZoVV0Sm p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xZoVV0Sm img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZyIjSLk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZyIjSLk h2,
.cid-u5xZyIjSLk h3,
.cid-u5xZyIjSLk h4,
.cid-u5xZyIjSLk p {
  margin: 0;
}
.cid-u5xZyIjSLk .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZyIjSLk .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZyIjSLk .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xZpEkIxe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xZpEkIxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xZpEkIxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xZpEkIxe .container {
    padding: 0 24px;
  }
}
.cid-u5xZpEkIxe .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xZpEkIxe .content-wrapper {
    padding: 0;
  }
}
.cid-u5xZpEkIxe .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5xZpEkIxe .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5xZpEkIxe .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xZpEkIxe .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xZpEkIxe .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xZpEkIxe .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xZpEkIxe .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xZpEkIxe .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xZpEkIxe .mbr-section-title {
  color: #141414;
}
.cid-u5xZpEkIxe .mbr-desc {
  color: #141414;
}
.cid-u5xZpEkIxe .mbr-text {
  color: #000000;
}
.cid-u5xZpEkIxe p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xZpEkIxe img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZvyuSkk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZvyuSkk h2,
.cid-u5xZvyuSkk h3,
.cid-u5xZvyuSkk h4,
.cid-u5xZvyuSkk p {
  margin: 0;
}
.cid-u5xZvyuSkk .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZvyuSkk .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZvyuSkk .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xZqliQv3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xZqliQv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xZqliQv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xZqliQv3 .container {
    padding: 0 24px;
  }
}
.cid-u5xZqliQv3 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xZqliQv3 .content-wrapper {
    padding: 0;
  }
}
.cid-u5xZqliQv3 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xZqliQv3 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xZqliQv3 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xZqliQv3 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xZqliQv3 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xZqliQv3 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xZqliQv3 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xZqliQv3 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xZqliQv3 .mbr-section-title {
  color: #141414;
}
.cid-u5xZqliQv3 .mbr-desc {
  color: #141414;
}
.cid-u5xZqliQv3 .mbr-text {
  color: #000000;
}
.cid-u5xZqliQv3 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xZqliQv3 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZzLrh7e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZzLrh7e h2,
.cid-u5xZzLrh7e h3,
.cid-u5xZzLrh7e h4,
.cid-u5xZzLrh7e p {
  margin: 0;
}
.cid-u5xZzLrh7e .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZzLrh7e .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZzLrh7e .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xZr2D3hu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xZr2D3hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xZr2D3hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xZr2D3hu .container {
    padding: 0 24px;
  }
}
.cid-u5xZr2D3hu .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xZr2D3hu .content-wrapper {
    padding: 0;
  }
}
.cid-u5xZr2D3hu .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5xZr2D3hu .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5xZr2D3hu .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xZr2D3hu .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xZr2D3hu .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xZr2D3hu .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xZr2D3hu .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xZr2D3hu .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xZr2D3hu .mbr-section-title {
  color: #141414;
}
.cid-u5xZr2D3hu .mbr-desc {
  color: #141414;
}
.cid-u5xZr2D3hu .mbr-text {
  color: #000000;
}
.cid-u5xZr2D3hu p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xZr2D3hu img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZsMzl8h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZsMzl8h h2,
.cid-u5xZsMzl8h h3,
.cid-u5xZsMzl8h h4,
.cid-u5xZsMzl8h p {
  margin: 0;
}
.cid-u5xZsMzl8h .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZsMzl8h .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZsMzl8h .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xZrNJ4LJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5xZrNJ4LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xZrNJ4LJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5xZrNJ4LJ .container {
    padding: 0 24px;
  }
}
.cid-u5xZrNJ4LJ .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5xZrNJ4LJ .content-wrapper {
    padding: 0;
  }
}
.cid-u5xZrNJ4LJ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5xZrNJ4LJ .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5xZrNJ4LJ .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5xZrNJ4LJ .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5xZrNJ4LJ .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5xZrNJ4LJ .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5xZrNJ4LJ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5xZrNJ4LJ .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5xZrNJ4LJ .mbr-section-title {
  color: #141414;
}
.cid-u5xZrNJ4LJ .mbr-desc {
  color: #141414;
}
.cid-u5xZrNJ4LJ .mbr-text {
  color: #000000;
}
.cid-u5xZrNJ4LJ p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5xZrNJ4LJ img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5xZtt1K6i {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5xZtt1K6i h2,
.cid-u5xZtt1K6i h3,
.cid-u5xZtt1K6i h4,
.cid-u5xZtt1K6i p {
  margin: 0;
}
.cid-u5xZtt1K6i .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5xZtt1K6i .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5xZtt1K6i .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u3OU3fA4D8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u3OU3fA4D8 .mbr-text {
  color: #000000;
}
.cid-u3OU3fA4D8 .mbr-section-subtitle {
  color: #000000;
}
.cid-u3OU3fA4D8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u3OU3fA4D8 .mbr-text,
.cid-u3OU3fA4D8 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u3OU3fA4D8 .item-wrapper {
  background: #636363;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u3OU3fA4D8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u3OU3fA4D8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u3OU3fA4D8 .mbr-card-title {
  color: #fff7c0;
  text-align: center;
}
.cid-u3OU3fA4D8 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-u3IR3n2dSf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IR3n2dSf h2,
.cid-u3IR3n2dSf h3,
.cid-u3IR3n2dSf h4,
.cid-u3IR3n2dSf p {
  margin: 0;
}
.cid-u3IR3n2dSf .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IR3n2dSf .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IR3n2dSf .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u3OURexPZ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3OURexPZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OURexPZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OURexPZ3 .mbr-section-subtitle {
  text-align: left;
}
.cid-u3OUucs0uG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u3OUucs0uG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3OUucs0uG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3OUucs0uG .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u3OUucs0uG .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u3OUucs0uG .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u3OUucs0uG .card-wrapper {
    padding: 4rem;
  }
}
.cid-u3OUucs0uG .mbr-text,
.cid-u3OUucs0uG .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u3OUucs0uG .card-title,
.cid-u3OUucs0uG .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u3OUucs0uG .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u3OUucs0uG .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3Ir2vDMOO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3Ir2vDMOO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4mScPEjEM.popup-builder {
  background-color: #ffffff;
}
.cid-u4mScPEjEM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mScPEjEM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mScPEjEM .modal-content,
.cid-u4mScPEjEM .modal-dialog {
  height: auto;
}
.cid-u4mScPEjEM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mScPEjEM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mScPEjEM .form-wrapper .mbr-form .form-group,
  .cid-u4mScPEjEM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mScPEjEM .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mScPEjEM .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mScPEjEM .mbr-text {
  text-align: left;
}
.cid-u4mScPEjEM .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mScPEjEM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mScPEjEM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mScPEjEM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mScPEjEM .modal-open {
  overflow: hidden;
}
.cid-u4mScPEjEM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mScPEjEM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mScPEjEM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mScPEjEM .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-u4mScPEjEM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mScPEjEM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mScPEjEM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mScPEjEM .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-u4mScPEjEM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mScPEjEM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mScPEjEM .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mScPEjEM .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mScPEjEM .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-u4mScPEjEM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEjEM .modal-header {
    padding: 1rem;
  }
}
.cid-u4mScPEjEM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mScPEjEM .modal-header .close svg {
  fill: #353535;
}
.cid-u4mScPEjEM .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mScPEjEM .modal-header .close:focus {
  outline: none;
}
.cid-u4mScPEjEM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mScPEjEM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mScPEjEM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEjEM .modal-body {
    padding: 1rem;
  }
}
.cid-u4mScPEjEM .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-u4mScPEjEM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPEjEM .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mScPEjEM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mScPEjEM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mScPEjEM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mScPEjEM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mScPEjEM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mScPEjEM .modal-lg,
  .cid-u4mScPEjEM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mScPEjEM .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mScPEjEM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mScPEjEM .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-u4mScPEjEM .form-group {
  margin-bottom: 1rem;
}
.cid-u4mScPEjEM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mScPEjEM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mScPEjEM .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-u4mScPEjEM .mbr-section-btn {
  margin: 0;
}
.cid-u4mScPEjEM .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPEjEM .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mScPEjEM p {
  line-height: 1.8;
}
.cid-u4mSebjzkA.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSebjzkA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSebjzkA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSebjzkA .modal-content,
.cid-u4mSebjzkA .modal-dialog {
  height: auto;
}
.cid-u4mSebjzkA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSebjzkA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSebjzkA .form-wrapper .mbr-form .form-group,
  .cid-u4mSebjzkA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSebjzkA .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSebjzkA .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSebjzkA .mbr-text {
  text-align: left;
}
.cid-u4mSebjzkA .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSebjzkA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSebjzkA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSebjzkA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSebjzkA .modal-open {
  overflow: hidden;
}
.cid-u4mSebjzkA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSebjzkA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSebjzkA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSebjzkA .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-u4mSebjzkA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSebjzkA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSebjzkA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSebjzkA .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-u4mSebjzkA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSebjzkA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSebjzkA .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSebjzkA .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSebjzkA .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-u4mSebjzkA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjzkA .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSebjzkA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSebjzkA .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSebjzkA .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSebjzkA .modal-header .close:focus {
  outline: none;
}
.cid-u4mSebjzkA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSebjzkA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSebjzkA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjzkA .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSebjzkA .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-u4mSebjzkA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjzkA .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSebjzkA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSebjzkA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSebjzkA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSebjzkA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSebjzkA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSebjzkA .modal-lg,
  .cid-u4mSebjzkA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSebjzkA .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSebjzkA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSebjzkA .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-u4mSebjzkA .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSebjzkA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSebjzkA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSebjzkA .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-u4mSebjzkA .mbr-section-btn {
  margin: 0;
}
.cid-u4mSebjzkA .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSebjzkA .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSebjzkA p {
  line-height: 1.8;
}
.cid-u4mSiGb3Jn.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSiGb3Jn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSiGb3Jn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSiGb3Jn .modal-content,
.cid-u4mSiGb3Jn .modal-dialog {
  height: auto;
}
.cid-u4mSiGb3Jn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSiGb3Jn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSiGb3Jn .form-wrapper .mbr-form .form-group,
  .cid-u4mSiGb3Jn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSiGb3Jn .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSiGb3Jn .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSiGb3Jn .mbr-text {
  text-align: left;
}
.cid-u4mSiGb3Jn .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSiGb3Jn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSiGb3Jn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSiGb3Jn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSiGb3Jn .modal-open {
  overflow: hidden;
}
.cid-u4mSiGb3Jn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSiGb3Jn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSiGb3Jn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSiGb3Jn .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-u4mSiGb3Jn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSiGb3Jn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSiGb3Jn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSiGb3Jn .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-u4mSiGb3Jn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSiGb3Jn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSiGb3Jn .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSiGb3Jn .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSiGb3Jn .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-u4mSiGb3Jn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb3Jn .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSiGb3Jn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSiGb3Jn .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSiGb3Jn .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSiGb3Jn .modal-header .close:focus {
  outline: none;
}
.cid-u4mSiGb3Jn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSiGb3Jn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSiGb3Jn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb3Jn .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSiGb3Jn .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-u4mSiGb3Jn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb3Jn .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSiGb3Jn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSiGb3Jn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSiGb3Jn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSiGb3Jn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSiGb3Jn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSiGb3Jn .modal-lg,
  .cid-u4mSiGb3Jn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSiGb3Jn .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSiGb3Jn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSiGb3Jn .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-u4mSiGb3Jn .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSiGb3Jn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSiGb3Jn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSiGb3Jn .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-u4mSiGb3Jn .mbr-section-btn {
  margin: 0;
}
.cid-u4mSiGb3Jn .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSiGb3Jn .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSiGb3Jn p {
  line-height: 1.8;
}
@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u1FdQu9DOc .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u1FdQu9DOc .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u1FdQu9DOc .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u1FdQu9DOc .navbar-fixed-top {
  padding-top: 0;
}
.cid-u1FdQu9DOc .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u1FdQu9DOc .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u1FdQu9DOc .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u1FdQu9DOc .collapse {
  justify-content: space-between !important;
}
.cid-u1FdQu9DOc .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u1FdQu9DOc .mbr-iconfont {
  cursor: pointer;
}
.cid-u1FdQu9DOc .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u1FdQu9DOc .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u1FdQu9DOc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u1FdQu9DOc .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u1FdQu9DOc .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u1FdQu9DOc .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-u1FdQu9DOc .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-u1FdQu9DOc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u1FdQu9DOc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u1FdQu9DOc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u1FdQu9DOc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u1FdQu9DOc .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u1FdQu9DOc .dropdown-item,
.cid-u1FdQu9DOc .nav-link,
.cid-u1FdQu9DOc .brand-name {
  font-style: normal;
}
.cid-u1FdQu9DOc .dropdown-item:hover,
.cid-u1FdQu9DOc .nav-link:hover,
.cid-u1FdQu9DOc .brand-name:hover {
  color: #000000 !important;
}
.cid-u1FdQu9DOc .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u1FdQu9DOc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u1FdQu9DOc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u1FdQu9DOc .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-u1FdQu9DOc .content-text {
  margin-bottom: 0;
}
.cid-u1FdQu9DOc .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u1FdQu9DOc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u1FdQu9DOc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u1FdQu9DOc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u1FdQu9DOc .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1FdQu9DOc .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u1FdQu9DOc .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u1FdQu9DOc .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u1FdQu9DOc .nav-dropdown .link {
  font-weight: 400;
}
.cid-u1FdQu9DOc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u1FdQu9DOc .content-right-side {
  text-align: center;
}
.cid-u1FdQu9DOc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u1FdQu9DOc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u1FdQu9DOc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u1FdQu9DOc .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-u1FdQu9DOc .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u1FdQu9DOc .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1FdQu9DOc .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u1FdQu9DOc .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u1FdQu9DOc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u1FdQu9DOc .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u1FdQu9DOc .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u1FdQu9DOc .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u1FdQu9DOc .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1FdQu9DOc .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u1FdQu9DOc .navbar {
    display: block;
    padding: 0;
  }
  .cid-u1FdQu9DOc .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u1FdQu9DOc .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-u1FdQu9DOc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u1FdQu9DOc .navbar-toggler {
    display: none;
  }
}
.cid-u1FdQu9DOc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u1FdQu9DOc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u1FdQu9DOc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u1FdQu9DOc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u1FdQu9DOc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u1FdQu9DOc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1FdQu9DOc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u1FdQu9DOc .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u1FdQu9DOc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1FdQu9DOc .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-u1FdQu9DOc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1FdQu9DOc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1FdQu9DOc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1FdQu9DOc .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-u1FdQu9DOc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u1FdQu9DOc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1FdQu9DOc .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-u1FdQu9DOc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u1FdQu9DOc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u1FdQu9DOc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u1FdQu9DOc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u1FdQu9DOc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u1FdQu9DOc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u1FdQu9DOc button.navbar-toggler:focus {
  outline: none;
}
.cid-u1FdQu9DOc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1FdQu9DOc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1FdQu9DOc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1FdQu9DOc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1FdQu9DOc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1FdQu9DOc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1FdQu9DOc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1FdQu9DOc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1FdQu9DOc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1FdQu9DOc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1FdQu9DOc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1FdQu9DOc .collapsed .btn {
  display: flex;
}
.cid-u1FdQu9DOc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u1FdQu9DOc .collapsed .navbar-collapse.collapsing,
.cid-u1FdQu9DOc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u1FdQu9DOc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u1FdQu9DOc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u1FdQu9DOc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u1FdQu9DOc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u1FdQu9DOc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u1FdQu9DOc .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u1FdQu9DOc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u1FdQu9DOc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u1FdQu9DOc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u1FdQu9DOc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u1FdQu9DOc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u1FdQu9DOc .collapsed button.navbar-toggler {
  display: block;
}
.cid-u1FdQu9DOc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u1FdQu9DOc .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u1FdQu9DOc .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-u1FdQu9DOc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u1FdQu9DOc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u1FdQu9DOc .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-u1FdQu9DOc .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u1FdQu9DOc .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u1FdQu9DOc .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-u1FdQu9DOc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u1FdQu9DOc .navbar-collapse.collapsing,
  .cid-u1FdQu9DOc .navbar-collapse.show {
    display: block !important;
  }
  .cid-u1FdQu9DOc .navbar-collapse.collapsing .navbar-nav,
  .cid-u1FdQu9DOc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u1FdQu9DOc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u1FdQu9DOc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u1FdQu9DOc .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u1FdQu9DOc .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1FdQu9DOc .navbar-collapse.collapsing .navbar-buttons,
  .cid-u1FdQu9DOc .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u1FdQu9DOc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u1FdQu9DOc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u1FdQu9DOc img {
    height: 3.8rem !important;
  }
  .cid-u1FdQu9DOc .btn {
    display: flex;
  }
  .cid-u1FdQu9DOc button.navbar-toggler {
    display: block;
  }
  .cid-u1FdQu9DOc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u1FdQu9DOc .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u1FdQu9DOc .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-u1FdQu9DOc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u1FdQu9DOc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u1FdQu9DOc .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-u1FdQu9DOc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u1FdQu9DOc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u1FdQu9DOc .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u1FdQu9DOc .nav-link:focus {
  outline: none;
}
.cid-u1FdQu9DOc .navbar-toggler {
  position: relative;
}
.cid-u1FdQu9DOc .dropdown-item.active,
.cid-u1FdQu9DOc .dropdown-item:active {
  color: initial;
}
.cid-u1FdQu9DOc .widget-title,
.cid-u1FdQu9DOc .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u1FdQu9DOc .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u1FdQu9DOc .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u1FdQu9DOc .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u1FdQu9DOc .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u1FdQu9DOc .nav-item:before {
    content: none;
  }
  .cid-u1FdQu9DOc .menu-bottom {
    flex-direction: column;
  }
  .cid-u1FdQu9DOc button.navbar-toggler {
    align-self: center;
  }
  .cid-u1FdQu9DOc .menu-logo {
    justify-content: flex-start;
  }
  .cid-u1FdQu9DOc .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u1FdQuMBr3 {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1803x1352.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-u1FdQuMBr3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u1FdQuMBr3 {
    align-items: flex-end;
  }
  .cid-u1FdQuMBr3 .row {
    justify-content: flex-start;
  }
  .cid-u1FdQuMBr3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1FdQuMBr3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1FdQuMBr3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u1FdQuMBr3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1FdQuMBr3 .content-wrap {
    width: 100%;
  }
}
.cid-u1FdQuMBr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1FdQuMBr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1FdQuMBr3 .mbr-section-title,
.cid-u1FdQuMBr3 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u1FdQuMBr3 .mbr-text,
.cid-u1FdQuMBr3 .mbr-section-btn {
  text-align: center;
}
.cid-u1FdQuMBr3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1FdQuMBr3 .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u1FdQuMBr3 .zoomin {
  -webkit-animation: zoom 3s 1;
}
.cid-u1FdQvey6a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1FdQvey6a h2,
.cid-u1FdQvey6a h3,
.cid-u1FdQvey6a h4,
.cid-u1FdQvey6a p {
  margin: 0;
}
.cid-u1FdQvey6a .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1FdQvey6a .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1FdQvey6a .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wzZXNlqQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5wzZXNlqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wzZXNlqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wzZXNlqQ .container {
    padding: 0 24px;
  }
}
.cid-u5wzZXNlqQ .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wzZXNlqQ .content-wrapper {
    padding: 0;
  }
}
.cid-u5wzZXNlqQ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wzZXNlqQ .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wzZXNlqQ .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wzZXNlqQ .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wzZXNlqQ .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wzZXNlqQ .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wzZXNlqQ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wzZXNlqQ .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wzZXNlqQ .mbr-section-title {
  color: #141414;
}
.cid-u5wzZXNlqQ .mbr-desc {
  color: #141414;
}
.cid-u5wzZXNlqQ .mbr-text {
  color: #000000;
}
.cid-u5wzZXNlqQ p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wzZXNlqQ img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3JxdFwx05 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3JxdFwx05 h2,
.cid-u3JxdFwx05 h3,
.cid-u3JxdFwx05 h4,
.cid-u3JxdFwx05 p {
  margin: 0;
}
.cid-u3JxdFwx05 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3JxdFwx05 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3JxdFwx05 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wA4Of6h2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wA4Of6h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wA4Of6h2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wA4Of6h2 .container {
    padding: 0 24px;
  }
}
.cid-u5wA4Of6h2 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wA4Of6h2 .content-wrapper {
    padding: 0;
  }
}
.cid-u5wA4Of6h2 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wA4Of6h2 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wA4Of6h2 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wA4Of6h2 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wA4Of6h2 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wA4Of6h2 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wA4Of6h2 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wA4Of6h2 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wA4Of6h2 .mbr-section-title {
  color: #141414;
}
.cid-u5wA4Of6h2 .mbr-desc {
  color: #141414;
}
.cid-u5wA4Of6h2 .mbr-text {
  color: #000000;
}
.cid-u5wA4Of6h2 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wA4Of6h2 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5wA0Yj8Ue {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-7-1920x1285.webp");
}
.cid-u5wA0Yj8Ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wA0Yj8Ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wA0Yj8Ue .container {
    padding: 0 24px;
  }
}
.cid-u5wA0Yj8Ue .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wA0Yj8Ue .content-wrapper {
    padding: 0;
  }
}
.cid-u5wA0Yj8Ue .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wA0Yj8Ue .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wA0Yj8Ue .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wA0Yj8Ue .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wA0Yj8Ue .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wA0Yj8Ue .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wA0Yj8Ue .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wA0Yj8Ue .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wA0Yj8Ue .mbr-section-title {
  color: #141414;
}
.cid-u5wA0Yj8Ue .mbr-desc {
  color: #141414;
}
.cid-u5wA0Yj8Ue .mbr-text {
  color: #000000;
}
.cid-u5wA0Yj8Ue p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wA0Yj8Ue img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5wBcH7dX8 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wBcH7dX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wBcH7dX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wBcH7dX8 .container {
    padding: 0 24px;
  }
}
.cid-u5wBcH7dX8 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wBcH7dX8 .content-wrapper {
    padding: 0;
  }
}
.cid-u5wBcH7dX8 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wBcH7dX8 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wBcH7dX8 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wBcH7dX8 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wBcH7dX8 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wBcH7dX8 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wBcH7dX8 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wBcH7dX8 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wBcH7dX8 .mbr-section-title {
  color: #141414;
}
.cid-u5wBcH7dX8 .mbr-desc {
  color: #141414;
}
.cid-u5wBcH7dX8 .mbr-text {
  color: #000000;
}
.cid-u5wBcH7dX8 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wBcH7dX8 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u1FgIMAMin {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1FgIMAMin h2,
.cid-u1FgIMAMin h3,
.cid-u1FgIMAMin h4,
.cid-u1FgIMAMin p {
  margin: 0;
}
.cid-u1FgIMAMin .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1FgIMAMin .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1FgIMAMin .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wBdvlXDK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wBdvlXDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wBdvlXDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wBdvlXDK .container {
    padding: 0 24px;
  }
}
.cid-u5wBdvlXDK .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wBdvlXDK .content-wrapper {
    padding: 0;
  }
}
.cid-u5wBdvlXDK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wBdvlXDK .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wBdvlXDK .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wBdvlXDK .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wBdvlXDK .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wBdvlXDK .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wBdvlXDK .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wBdvlXDK .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wBdvlXDK .mbr-section-title {
  color: #141414;
}
.cid-u5wBdvlXDK .mbr-desc {
  color: #141414;
}
.cid-u5wBdvlXDK .mbr-text {
  color: #000000;
}
.cid-u5wBdvlXDK p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wBdvlXDK img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5wBf1ZrPa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wBf1ZrPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wBf1ZrPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wBf1ZrPa .container {
    padding: 0 24px;
  }
}
.cid-u5wBf1ZrPa .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wBf1ZrPa .content-wrapper {
    padding: 0;
  }
}
.cid-u5wBf1ZrPa .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wBf1ZrPa .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wBf1ZrPa .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wBf1ZrPa .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wBf1ZrPa .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wBf1ZrPa .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wBf1ZrPa .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wBf1ZrPa .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wBf1ZrPa .mbr-section-title {
  color: #141414;
}
.cid-u5wBf1ZrPa .mbr-desc {
  color: #141414;
}
.cid-u5wBf1ZrPa .mbr-text {
  color: #000000;
}
.cid-u5wBf1ZrPa p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wBf1ZrPa img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u1FiK4r8Hs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1FiK4r8Hs h2,
.cid-u1FiK4r8Hs h3,
.cid-u1FiK4r8Hs h4,
.cid-u1FiK4r8Hs p {
  margin: 0;
}
.cid-u1FiK4r8Hs .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1FiK4r8Hs .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1FiK4r8Hs .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wBP1ojkt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-7-1920x1285.webp");
}
.cid-u5wBP1ojkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wBP1ojkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wBP1ojkt .container {
    padding: 0 24px;
  }
}
.cid-u5wBP1ojkt .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wBP1ojkt .content-wrapper {
    padding: 0;
  }
}
.cid-u5wBP1ojkt .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wBP1ojkt .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wBP1ojkt .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wBP1ojkt .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wBP1ojkt .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wBP1ojkt .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wBP1ojkt .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wBP1ojkt .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wBP1ojkt .mbr-section-title {
  color: #141414;
}
.cid-u5wBP1ojkt .mbr-desc {
  color: #141414;
}
.cid-u5wBP1ojkt .mbr-text {
  color: #000000;
}
.cid-u5wBP1ojkt p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wBP1ojkt img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u1FjnkbvWu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1FjnkbvWu h2,
.cid-u1FjnkbvWu h3,
.cid-u1FjnkbvWu h4,
.cid-u1FjnkbvWu p {
  margin: 0;
}
.cid-u1FjnkbvWu .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u1FjnkbvWu .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u1FjnkbvWu .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wBPVsciW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wBPVsciW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wBPVsciW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wBPVsciW .container {
    padding: 0 24px;
  }
}
.cid-u5wBPVsciW .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wBPVsciW .content-wrapper {
    padding: 0;
  }
}
.cid-u5wBPVsciW .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wBPVsciW .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wBPVsciW .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wBPVsciW .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wBPVsciW .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wBPVsciW .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wBPVsciW .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wBPVsciW .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wBPVsciW .mbr-section-title {
  color: #141414;
}
.cid-u5wBPVsciW .mbr-desc {
  color: #141414;
}
.cid-u5wBPVsciW .mbr-text {
  color: #000000;
}
.cid-u5wBPVsciW p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wBPVsciW img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5wBQKaEsh {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wBQKaEsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wBQKaEsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wBQKaEsh .container {
    padding: 0 24px;
  }
}
.cid-u5wBQKaEsh .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wBQKaEsh .content-wrapper {
    padding: 0;
  }
}
.cid-u5wBQKaEsh .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wBQKaEsh .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wBQKaEsh .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wBQKaEsh .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wBQKaEsh .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wBQKaEsh .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wBQKaEsh .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wBQKaEsh .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wBQKaEsh .mbr-section-title {
  color: #141414;
}
.cid-u5wBQKaEsh .mbr-desc {
  color: #141414;
}
.cid-u5wBQKaEsh .mbr-text {
  color: #000000;
}
.cid-u5wBQKaEsh p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wBQKaEsh img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3INChGUWg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3INChGUWg h2,
.cid-u3INChGUWg h3,
.cid-u3INChGUWg h4,
.cid-u3INChGUWg p {
  margin: 0;
}
.cid-u3INChGUWg .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3INChGUWg .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3INChGUWg .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wC54Gxxn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wC54Gxxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wC54Gxxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wC54Gxxn .container {
    padding: 0 24px;
  }
}
.cid-u5wC54Gxxn .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wC54Gxxn .content-wrapper {
    padding: 0;
  }
}
.cid-u5wC54Gxxn .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wC54Gxxn .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wC54Gxxn .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wC54Gxxn .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wC54Gxxn .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wC54Gxxn .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wC54Gxxn .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wC54Gxxn .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wC54Gxxn .mbr-section-title {
  color: #141414;
}
.cid-u5wC54Gxxn .mbr-desc {
  color: #141414;
}
.cid-u5wC54Gxxn .mbr-text {
  color: #000000;
}
.cid-u5wC54Gxxn p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wC54Gxxn img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3IO7legJ7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IO7legJ7 h2,
.cid-u3IO7legJ7 h3,
.cid-u3IO7legJ7 h4,
.cid-u3IO7legJ7 p {
  margin: 0;
}
.cid-u3IO7legJ7 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IO7legJ7 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IO7legJ7 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wC5TtXWl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wC5TtXWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wC5TtXWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wC5TtXWl .container {
    padding: 0 24px;
  }
}
.cid-u5wC5TtXWl .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wC5TtXWl .content-wrapper {
    padding: 0;
  }
}
.cid-u5wC5TtXWl .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wC5TtXWl .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wC5TtXWl .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wC5TtXWl .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wC5TtXWl .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wC5TtXWl .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wC5TtXWl .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wC5TtXWl .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wC5TtXWl .mbr-section-title {
  color: #141414;
}
.cid-u5wC5TtXWl .mbr-desc {
  color: #141414;
}
.cid-u5wC5TtXWl .mbr-text {
  color: #000000;
}
.cid-u5wC5TtXWl p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wC5TtXWl img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u2hYB8D6r9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u2hYB8D6r9 h2,
.cid-u2hYB8D6r9 h3,
.cid-u2hYB8D6r9 h4,
.cid-u2hYB8D6r9 p {
  margin: 0;
}
.cid-u2hYB8D6r9 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u2hYB8D6r9 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u2hYB8D6r9 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wC6WffIw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wC6WffIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wC6WffIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wC6WffIw .container {
    padding: 0 24px;
  }
}
.cid-u5wC6WffIw .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wC6WffIw .content-wrapper {
    padding: 0;
  }
}
.cid-u5wC6WffIw .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wC6WffIw .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wC6WffIw .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wC6WffIw .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wC6WffIw .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wC6WffIw .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wC6WffIw .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wC6WffIw .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wC6WffIw .mbr-section-title {
  color: #141414;
}
.cid-u5wC6WffIw .mbr-desc {
  color: #141414;
}
.cid-u5wC6WffIw .mbr-text {
  color: #000000;
}
.cid-u5wC6WffIw p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wC6WffIw img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5wCk5FfnZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5wCk5FfnZ h2,
.cid-u5wCk5FfnZ h3,
.cid-u5wCk5FfnZ h4,
.cid-u5wCk5FfnZ p {
  margin: 0;
}
.cid-u5wCk5FfnZ .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5wCk5FfnZ .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5wCk5FfnZ .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wClaxzEy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wClaxzEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wClaxzEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wClaxzEy .container {
    padding: 0 24px;
  }
}
.cid-u5wClaxzEy .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wClaxzEy .content-wrapper {
    padding: 0;
  }
}
.cid-u5wClaxzEy .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5wClaxzEy .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5wClaxzEy .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wClaxzEy .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wClaxzEy .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wClaxzEy .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wClaxzEy .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wClaxzEy .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wClaxzEy .mbr-section-title {
  color: #141414;
}
.cid-u5wClaxzEy .mbr-desc {
  color: #141414;
}
.cid-u5wClaxzEy .mbr-text {
  color: #000000;
}
.cid-u5wClaxzEy p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wClaxzEy img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5wCn1lDvV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5wCn1lDvV h2,
.cid-u5wCn1lDvV h3,
.cid-u5wCn1lDvV h4,
.cid-u5wCn1lDvV p {
  margin: 0;
}
.cid-u5wCn1lDvV .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5wCn1lDvV .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5wCn1lDvV .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5wCmsPQHc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5wCmsPQHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5wCmsPQHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5wCmsPQHc .container {
    padding: 0 24px;
  }
}
.cid-u5wCmsPQHc .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5wCmsPQHc .content-wrapper {
    padding: 0;
  }
}
.cid-u5wCmsPQHc .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5wCmsPQHc .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5wCmsPQHc .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5wCmsPQHc .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5wCmsPQHc .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5wCmsPQHc .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5wCmsPQHc .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5wCmsPQHc .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5wCmsPQHc .mbr-section-title {
  color: #141414;
}
.cid-u5wCmsPQHc .mbr-desc {
  color: #141414;
}
.cid-u5wCmsPQHc .mbr-text {
  color: #000000;
}
.cid-u5wCmsPQHc p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5wCmsPQHc img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5wCnx8VGa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5wCnx8VGa h2,
.cid-u5wCnx8VGa h3,
.cid-u5wCnx8VGa h4,
.cid-u5wCnx8VGa p {
  margin: 0;
}
.cid-u5wCnx8VGa .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5wCnx8VGa .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5wCnx8VGa .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xVgvNVd8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xVgvNVd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xVgvNVd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xVgvNVd8 .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xVgvNVd8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xVgvNVd8 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xVgvNVd8 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xVgvNVd8 .mbr-text,
.cid-u5xVgvNVd8 .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xVgvNVd8 .card-title,
.cid-u5xVgvNVd8 .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xVgvNVd8 .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xVgvNVd8 .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3Ds5AjV9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3Ds5AjV9z .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4mScPFh6a.popup-builder {
  background-color: #ffffff;
}
.cid-u4mScPFh6a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mScPFh6a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mScPFh6a .modal-content,
.cid-u4mScPFh6a .modal-dialog {
  height: auto;
}
.cid-u4mScPFh6a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mScPFh6a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mScPFh6a .form-wrapper .mbr-form .form-group,
  .cid-u4mScPFh6a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mScPFh6a .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mScPFh6a .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mScPFh6a .mbr-text {
  text-align: left;
}
.cid-u4mScPFh6a .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mScPFh6a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mScPFh6a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mScPFh6a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mScPFh6a .modal-open {
  overflow: hidden;
}
.cid-u4mScPFh6a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mScPFh6a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mScPFh6a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mScPFh6a .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-u4mScPFh6a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mScPFh6a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mScPFh6a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mScPFh6a .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-u4mScPFh6a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mScPFh6a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mScPFh6a .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mScPFh6a .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mScPFh6a .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-u4mScPFh6a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPFh6a .modal-header {
    padding: 1rem;
  }
}
.cid-u4mScPFh6a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mScPFh6a .modal-header .close svg {
  fill: #353535;
}
.cid-u4mScPFh6a .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mScPFh6a .modal-header .close:focus {
  outline: none;
}
.cid-u4mScPFh6a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mScPFh6a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mScPFh6a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPFh6a .modal-body {
    padding: 1rem;
  }
}
.cid-u4mScPFh6a .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-u4mScPFh6a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPFh6a .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mScPFh6a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mScPFh6a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mScPFh6a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mScPFh6a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mScPFh6a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mScPFh6a .modal-lg,
  .cid-u4mScPFh6a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mScPFh6a .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mScPFh6a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mScPFh6a .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-u4mScPFh6a .form-group {
  margin-bottom: 1rem;
}
.cid-u4mScPFh6a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mScPFh6a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mScPFh6a .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-u4mScPFh6a .mbr-section-btn {
  margin: 0;
}
.cid-u4mScPFh6a .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPFh6a .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mScPFh6a p {
  line-height: 1.8;
}
.cid-u4mSebjWVg.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSebjWVg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSebjWVg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSebjWVg .modal-content,
.cid-u4mSebjWVg .modal-dialog {
  height: auto;
}
.cid-u4mSebjWVg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSebjWVg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSebjWVg .form-wrapper .mbr-form .form-group,
  .cid-u4mSebjWVg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSebjWVg .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSebjWVg .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSebjWVg .mbr-text {
  text-align: left;
}
.cid-u4mSebjWVg .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSebjWVg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSebjWVg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSebjWVg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSebjWVg .modal-open {
  overflow: hidden;
}
.cid-u4mSebjWVg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSebjWVg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSebjWVg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSebjWVg .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-u4mSebjWVg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSebjWVg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSebjWVg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSebjWVg .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-u4mSebjWVg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSebjWVg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSebjWVg .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSebjWVg .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSebjWVg .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-u4mSebjWVg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjWVg .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSebjWVg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSebjWVg .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSebjWVg .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSebjWVg .modal-header .close:focus {
  outline: none;
}
.cid-u4mSebjWVg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSebjWVg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSebjWVg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjWVg .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSebjWVg .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-u4mSebjWVg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjWVg .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSebjWVg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSebjWVg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSebjWVg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSebjWVg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSebjWVg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSebjWVg .modal-lg,
  .cid-u4mSebjWVg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSebjWVg .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSebjWVg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSebjWVg .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-u4mSebjWVg .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSebjWVg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSebjWVg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSebjWVg .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-u4mSebjWVg .mbr-section-btn {
  margin: 0;
}
.cid-u4mSebjWVg .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSebjWVg .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSebjWVg p {
  line-height: 1.8;
}
.cid-u4mSiGb5Tk.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSiGb5Tk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSiGb5Tk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSiGb5Tk .modal-content,
.cid-u4mSiGb5Tk .modal-dialog {
  height: auto;
}
.cid-u4mSiGb5Tk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSiGb5Tk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSiGb5Tk .form-wrapper .mbr-form .form-group,
  .cid-u4mSiGb5Tk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSiGb5Tk .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSiGb5Tk .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSiGb5Tk .mbr-text {
  text-align: left;
}
.cid-u4mSiGb5Tk .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSiGb5Tk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSiGb5Tk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSiGb5Tk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSiGb5Tk .modal-open {
  overflow: hidden;
}
.cid-u4mSiGb5Tk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSiGb5Tk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSiGb5Tk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSiGb5Tk .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-u4mSiGb5Tk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSiGb5Tk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSiGb5Tk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSiGb5Tk .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-u4mSiGb5Tk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSiGb5Tk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSiGb5Tk .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSiGb5Tk .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSiGb5Tk .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-u4mSiGb5Tk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb5Tk .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSiGb5Tk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSiGb5Tk .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSiGb5Tk .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSiGb5Tk .modal-header .close:focus {
  outline: none;
}
.cid-u4mSiGb5Tk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSiGb5Tk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSiGb5Tk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb5Tk .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSiGb5Tk .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-u4mSiGb5Tk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGb5Tk .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSiGb5Tk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSiGb5Tk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSiGb5Tk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSiGb5Tk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSiGb5Tk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSiGb5Tk .modal-lg,
  .cid-u4mSiGb5Tk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSiGb5Tk .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSiGb5Tk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSiGb5Tk .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-u4mSiGb5Tk .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSiGb5Tk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSiGb5Tk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSiGb5Tk .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-u4mSiGb5Tk .mbr-section-btn {
  margin: 0;
}
.cid-u4mSiGb5Tk .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSiGb5Tk .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSiGb5Tk p {
  line-height: 1.8;
}
@charset "UTF-8";
.carousel .close,
.carousel-control,
.embla__button,
.modalWindow .close {
    color: #464845 !important;
    border-color: #edefea !important;
    opacity: .8 !important;
    background-color: #edefea !important
}

.mbr-section-subtitle,
.mbr-section-title {
    line-height: 1.3
}

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

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

.btn-form:hover,
a {
    cursor: pointer
}

.btn,
.mbr-section-title,
.mbr-text,
a,
body {
    font-style: normal
}

.mbr-arrow-up a,
.mbr-arrow>a,
a,
a.mbr-iconfont:hover,
a:hover {
    text-decoration: none
}

.mbr-fullscreen,
.mbr-fullscreen .mbr-overlay,
body,
html {
    min-height: 100vh
}

section {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

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

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

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

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

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

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

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

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

.mbr-text {
    line-height: 1.7
}

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

.mbr-bold,
b,
strong {
    font-weight: 700
}

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

.dropdown-item+.dropdown-menu,
.dropup .dropdown-toggle::after,
textarea[type=hidden] {
    display: none
}

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: #fff
}

.mbr-black {
    color: #111
}

.mbr-bg-white {
    background-color: #fff
}

.mbr-bg-black {
    background-color: #000
}

/*! Text-aligns */

.align-left {
    text-align: left
}

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

.align-right {
    text-align: right
}

/*! Font-weight  */

.mbr-light {
    font-weight: 300
}

/*! 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
}

.card-box,
.card-img img,
.mbr-figure img,
.media-container-column>* {
    width: 100%
}

figure {
    overflow: hidden
}

figure[mbr-media-size] {
    transition: width .1s
}

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

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

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

.media {
    margin: 0 auto
}

.mbr-figure {
    align-self: center
}

/*! Buttons */

.mbr-section-btn {
    margin-left: -.6rem;
    margin-right: -.6rem;
    font-size: 0
}

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

.btn-lg,
.btn-md,
.btn-sm {
    font-weight: 600;
    letter-spacing: 0;
    transition: .3s ease-in-out
}

.btn-form {
    margin: 0
}

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

/*! Btn icon margin */

.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: .5rem;
    vertical-align: sub
}

.btn.btn-md .mbr-iconfont {
    margin-left: .8rem
}

.mbr-regular {
    font-weight: 400
}

.mbr-semibold {
    font-weight: 500
}

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

/*! Full-screen */

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

/*! Map */

.map {
    height: 25rem;
    position: relative
}

.map iframe {
    width: 100%;
    height: 100%
}

.mbr-arrow,
.mbr-arrow-up a {
    width: 60px;
    height: 60px;
    cursor: pointer
}

/*! Scroll to top arrow */

.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #fff;
    font-size: 22px
}

.alert,
.mbr-arrow-up a {
    color: #fff;
    text-align: center
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    transition: .3s ease-in-out
}

.mbr-arrow-up a:hover {
    background-color: rgba(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%;
    background-color: rgba(80, 80, 80, .5);
    border-radius: 50%;
    transform: translateX(-50%)
}

.carousel-control,
.carousel-controls,
.form-inline,
.media,
.menu .navbar-brand,
.menu .navbar-brand .navbar-caption-wrap,
.nav,
.navbar,
.row {
    display: -webkit-flex
}

.mbr-arrow>a {
    display: inline-block;
    outline-style: none;
    animation: 1.7s ease-in-out infinite arrowdown;
    color: #fff
}

.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%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

@media (max-width:500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center
    }
}

@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: 5s infinite alternate gradient-animation;
    -webkit-animation: 5s infinite alternate gradient-animation
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex
}

.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox
    }
}

@media (max-width:991px) {
    .media-size-item {
        width: auto !important
    }
    .media {
        width: auto
    }
    .mbr-figure {
        width: 100% !important
    }
    .menu .navbar-collapse {
        max-height: 93.5vh
    }
    .menu .navbar-collapse.show {
        overflow: auto
    }
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (max-width:767px) {
    .mbr-arrow {
        display: none
    }
    .menu .navbar-collapse {
        max-height: 80vh
    }
}

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

.navbar {
    -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: .667em 1.667em !important;
    margin: 0 !important
}

.nav,
.row {
    -webkit-flex-wrap: wrap
}

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

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

.carousel-control {
    z-index: 10
}

.form-group:focus,
:focus {
    outline: 0
}

.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 .5em
}

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

.modal-content,
.modal-dialog {
    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 img {
    margin: auto
}

.navbar-toggler {
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .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: center center/100% 100% no-repeat
}

.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: flex
}

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

body,
html {
    height: auto
}

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

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

.alert {
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative
}

.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: #fff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 1.2rem 2rem;
    transition: border-color .25s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .07) 0 1px 1px 0, rgba(0, 0, 0, .07) 0 1px 3px 0, rgba(0, 0, 0, .03) 0 0 0 1px
}

.form-active .form-control:invalid {
    border-color: red
}

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

form .row {
    margin-left: -.6rem;
    margin-right: -.6rem
}

form .mbr-section-btn,
form .row [class*=col] {
    padding-left: .6rem;
    padding-right: .6rem
}

form .form-check-input {
    margin-top: .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
}

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

.item,
blockquote {
    position: relative
}

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

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

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

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

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

.row {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width:992px) {
    .media-container-row {
        flex-wrap: nowrap
    }
    .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
    }
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px
    }
}

.app-video-wrapper>img {
    opacity: 1
}

.app-video-wrapper {
    background: 0 0
}

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

@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
    }
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
.mbr-section-title, .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-u3IRnTlkbQ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  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-u3IRnTlkbQ .grow {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 15px 15px 15px 15px;
}
.cid-u3IRnTlkbQ .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-u3IRnTlkbQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-u3IRnTlkbQ .dropdown-menu {
  transform: none;
  transition: all 0.3s ease-out;
  transform-origin: top center;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  border-radius: 0em 0em 2em 2em;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u3IRnTlkbQ .nav-item:hover .dropdown-menu {
  transform: translateY(0);
  display: block;
  opacity: 1;
  visibility: visible;
}
.cid-u3IRnTlkbQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-u3IRnTlkbQ .collapse {
  justify-content: space-between !important;
}
.cid-u3IRnTlkbQ .icon-wrap {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}
.cid-u3IRnTlkbQ .mbr-iconfont {
  cursor: pointer;
}
.cid-u3IRnTlkbQ .nav-item {
  position: relative;
  letter-spacing: 2px;
  font-weight: 200;
}
.cid-u3IRnTlkbQ .nav-item:before {
  position: absolute;
  left: 0px;
  top: 50%;
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background: #000000;
  border-radius: 50%;
}
.cid-u3IRnTlkbQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-u3IRnTlkbQ .location-title {
  margin: 0;
  color: #ffffff;
}
.cid-u3IRnTlkbQ .menu-content-top {
  background: #163300;
  max-width: 100%;
  display: none;
  transition: all 0.3s;
  jistify-content: space-between;
  -webkit-justify-content: left;
  justify-content: space-between;
  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-u3IRnTlkbQ .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-u3IRnTlkbQ .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-u3IRnTlkbQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u3IRnTlkbQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u3IRnTlkbQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u3IRnTlkbQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u3IRnTlkbQ .dropdown-item {
  padding: 0.4rem 1.8rem;
  vertical-align: top;
  line-height: 1.5rem;
}
.cid-u3IRnTlkbQ .dropdown-item,
.cid-u3IRnTlkbQ .nav-link,
.cid-u3IRnTlkbQ .brand-name {
  font-style: normal;
}
.cid-u3IRnTlkbQ .dropdown-item:hover,
.cid-u3IRnTlkbQ .nav-link:hover,
.cid-u3IRnTlkbQ .brand-name:hover {
  color: #000000 !important;
}
.cid-u3IRnTlkbQ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-u3IRnTlkbQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-u3IRnTlkbQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u3IRnTlkbQ .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-u3IRnTlkbQ .content-text {
  margin-bottom: 0;
}
.cid-u3IRnTlkbQ .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-u3IRnTlkbQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -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-u3IRnTlkbQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-u3IRnTlkbQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-u3IRnTlkbQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3IRnTlkbQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-u3IRnTlkbQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-u3IRnTlkbQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u3IRnTlkbQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-u3IRnTlkbQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-u3IRnTlkbQ .content-right-side {
  text-align: center;
}
.cid-u3IRnTlkbQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-u3IRnTlkbQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-u3IRnTlkbQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.2rem;
  color: #ffffff !important;
}
.cid-u3IRnTlkbQ .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-u3IRnTlkbQ .widget-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: currentColor;
}
.cid-u3IRnTlkbQ .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u3IRnTlkbQ .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-u3IRnTlkbQ .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-u3IRnTlkbQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-u3IRnTlkbQ .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-u3IRnTlkbQ .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-u3IRnTlkbQ .navbar .menu-content-top {
    display: flex;
    height: 50px;
  }
  .cid-u3IRnTlkbQ .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3IRnTlkbQ .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-u3IRnTlkbQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-u3IRnTlkbQ .navbar .menu-logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u3IRnTlkbQ .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-u3IRnTlkbQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-u3IRnTlkbQ .navbar-toggler {
    display: none;
  }
}
.cid-u3IRnTlkbQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-u3IRnTlkbQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u3IRnTlkbQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-u3IRnTlkbQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-u3IRnTlkbQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-u3IRnTlkbQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u3IRnTlkbQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u3IRnTlkbQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u3IRnTlkbQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3IRnTlkbQ .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-u3IRnTlkbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u3IRnTlkbQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u3IRnTlkbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u3IRnTlkbQ .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-u3IRnTlkbQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u3IRnTlkbQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u3IRnTlkbQ .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-u3IRnTlkbQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-u3IRnTlkbQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u3IRnTlkbQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u3IRnTlkbQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u3IRnTlkbQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u3IRnTlkbQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1.6rem 1rem;
}
.cid-u3IRnTlkbQ button.navbar-toggler:focus {
  outline: none;
}
.cid-u3IRnTlkbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u3IRnTlkbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u3IRnTlkbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3IRnTlkbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u3IRnTlkbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u3IRnTlkbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3IRnTlkbQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u3IRnTlkbQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u3IRnTlkbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u3IRnTlkbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u3IRnTlkbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u3IRnTlkbQ .collapsed .btn {
  display: flex;
}
.cid-u3IRnTlkbQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.collapsing,
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u3IRnTlkbQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u3IRnTlkbQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-u3IRnTlkbQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-u3IRnTlkbQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-u3IRnTlkbQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u3IRnTlkbQ .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-u3IRnTlkbQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u3IRnTlkbQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u3IRnTlkbQ .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-u3IRnTlkbQ .collapsed .menu-bottom {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u3IRnTlkbQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-u3IRnTlkbQ .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-u3IRnTlkbQ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u3IRnTlkbQ .navbar-collapse.collapsing,
  .cid-u3IRnTlkbQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-u3IRnTlkbQ .navbar-collapse.collapsing .navbar-nav,
  .cid-u3IRnTlkbQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u3IRnTlkbQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u3IRnTlkbQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u3IRnTlkbQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u3IRnTlkbQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3IRnTlkbQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-u3IRnTlkbQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-u3IRnTlkbQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u3IRnTlkbQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u3IRnTlkbQ img {
    height: 3.8rem !important;
  }
  .cid-u3IRnTlkbQ .btn {
    display: flex;
  }
  .cid-u3IRnTlkbQ button.navbar-toggler {
    display: block;
  }
  .cid-u3IRnTlkbQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-u3IRnTlkbQ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-u3IRnTlkbQ .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-u3IRnTlkbQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u3IRnTlkbQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u3IRnTlkbQ .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-u3IRnTlkbQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-u3IRnTlkbQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-u3IRnTlkbQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-u3IRnTlkbQ .nav-link:focus {
  outline: none;
}
.cid-u3IRnTlkbQ .navbar-toggler {
  position: relative;
}
.cid-u3IRnTlkbQ .dropdown-item.active,
.cid-u3IRnTlkbQ .dropdown-item:active {
  color: initial;
}
.cid-u3IRnTlkbQ .widget-title,
.cid-u3IRnTlkbQ .widget-icon {
  color: #ffffff;
  text-align: center;
}
.cid-u3IRnTlkbQ .widget-text {
  color: #656565;
}
@media (max-width: 768px) {
  .cid-u3IRnTlkbQ .navbar {
    width: 100%;
    margin: auto;
    padding: 0.10rem 0;
  }
  .cid-u3IRnTlkbQ .navbar-logo img {
    width: 150px;
    height: auto;
    transform: scale(0.8);
    transform-origin: top center;
  }
  .cid-u3IRnTlkbQ .navbar-collapse {
    padding-top: 1rem;
  }
  .cid-u3IRnTlkbQ .nav-item:before {
    content: none;
  }
  .cid-u3IRnTlkbQ .menu-bottom {
    flex-direction: column;
  }
  .cid-u3IRnTlkbQ button.navbar-toggler {
    align-self: center;
  }
  .cid-u3IRnTlkbQ .menu-logo {
    justify-content: flex-start;
  }
  .cid-u3IRnTlkbQ .navbar-toggler {
    position: absolute;
    right: .1rem;
    top: 0.27rem;
  }
}
.cid-u3IRnTFJvF {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-2-1920x1285.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-u3IRnTFJvF .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u3IRnTFJvF {
    align-items: flex-end;
  }
  .cid-u3IRnTFJvF .row {
    justify-content: flex-start;
  }
  .cid-u3IRnTFJvF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u3IRnTFJvF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u3IRnTFJvF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u3IRnTFJvF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u3IRnTFJvF .content-wrap {
    width: 100%;
  }
}
.cid-u3IRnTFJvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3IRnTFJvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3IRnTFJvF .mbr-section-title,
.cid-u3IRnTFJvF .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u3IRnTFJvF .mbr-text,
.cid-u3IRnTFJvF .mbr-section-btn {
  text-align: center;
}
.cid-u3IRnTFJvF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u3IRnTFJvF .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u3IRnTFJvF .zoomin {
  -webkit-animation: zoom 3s 1;
}
.cid-u3IRnUdTGU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3IRnUdTGU h2,
.cid-u3IRnUdTGU h3,
.cid-u3IRnUdTGU h4,
.cid-u3IRnUdTGU p {
  margin: 0;
}
.cid-u3IRnUdTGU .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3IRnUdTGU .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3IRnUdTGU .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x2OKIJjm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x2OKIJjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x2OKIJjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x2OKIJjm .container {
    padding: 0 24px;
  }
}
.cid-u5x2OKIJjm .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x2OKIJjm .content-wrapper {
    padding: 0;
  }
}
.cid-u5x2OKIJjm .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5x2OKIJjm .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5x2OKIJjm .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x2OKIJjm .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x2OKIJjm .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x2OKIJjm .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x2OKIJjm .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x2OKIJjm .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x2OKIJjm .mbr-section-title {
  color: #141414;
}
.cid-u5x2OKIJjm .mbr-desc {
  color: #141414;
}
.cid-u5x2OKIJjm .mbr-text {
  color: #000000;
}
.cid-u5x2OKIJjm p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x2OKIJjm img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISthdCx1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISthdCx1 h2,
.cid-u3ISthdCx1 h3,
.cid-u3ISthdCx1 h4,
.cid-u3ISthdCx1 p {
  margin: 0;
}
.cid-u3ISthdCx1 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISthdCx1 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISthdCx1 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x2Qj9PdG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x2Qj9PdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x2Qj9PdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x2Qj9PdG .container {
    padding: 0 24px;
  }
}
.cid-u5x2Qj9PdG .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x2Qj9PdG .content-wrapper {
    padding: 0;
  }
}
.cid-u5x2Qj9PdG .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x2Qj9PdG .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x2Qj9PdG .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x2Qj9PdG .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x2Qj9PdG .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x2Qj9PdG .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x2Qj9PdG .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x2Qj9PdG .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x2Qj9PdG .mbr-section-title {
  color: #141414;
}
.cid-u5x2Qj9PdG .mbr-desc {
  color: #141414;
}
.cid-u5x2Qj9PdG .mbr-text {
  color: #000000;
}
.cid-u5x2Qj9PdG p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x2Qj9PdG img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISyda1Jj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISyda1Jj h2,
.cid-u3ISyda1Jj h3,
.cid-u3ISyda1Jj h4,
.cid-u3ISyda1Jj p {
  margin: 0;
}
.cid-u3ISyda1Jj .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISyda1Jj .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISyda1Jj .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x42PHCc7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-7-1920x1285.webp");
}
.cid-u5x42PHCc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x42PHCc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x42PHCc7 .container {
    padding: 0 24px;
  }
}
.cid-u5x42PHCc7 .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x42PHCc7 .content-wrapper {
    padding: 0;
  }
}
.cid-u5x42PHCc7 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5x42PHCc7 .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5x42PHCc7 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x42PHCc7 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x42PHCc7 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x42PHCc7 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x42PHCc7 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x42PHCc7 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x42PHCc7 .mbr-section-title {
  color: #141414;
}
.cid-u5x42PHCc7 .mbr-desc {
  color: #141414;
}
.cid-u5x42PHCc7 .mbr-text {
  color: #000000;
}
.cid-u5x42PHCc7 p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x42PHCc7 img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISyEdqmK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISyEdqmK h2,
.cid-u3ISyEdqmK h3,
.cid-u3ISyEdqmK h4,
.cid-u3ISyEdqmK p {
  margin: 0;
}
.cid-u3ISyEdqmK .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISyEdqmK .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISyEdqmK .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x44H349r {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x44H349r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x44H349r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x44H349r .container {
    padding: 0 24px;
  }
}
.cid-u5x44H349r .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x44H349r .content-wrapper {
    padding: 0;
  }
}
.cid-u5x44H349r .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x44H349r .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x44H349r .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x44H349r .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x44H349r .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x44H349r .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x44H349r .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x44H349r .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x44H349r .mbr-section-title {
  color: #141414;
}
.cid-u5x44H349r .mbr-desc {
  color: #141414;
}
.cid-u5x44H349r .mbr-text {
  color: #000000;
}
.cid-u5x44H349r p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x44H349r img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISzc0PhW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISzc0PhW h2,
.cid-u3ISzc0PhW h3,
.cid-u3ISzc0PhW h4,
.cid-u3ISzc0PhW p {
  margin: 0;
}
.cid-u3ISzc0PhW .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISzc0PhW .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISzc0PhW .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x45FMR2T {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x45FMR2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x45FMR2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x45FMR2T .container {
    padding: 0 24px;
  }
}
.cid-u5x45FMR2T .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x45FMR2T .content-wrapper {
    padding: 0;
  }
}
.cid-u5x45FMR2T .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5x45FMR2T .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5x45FMR2T .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x45FMR2T .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x45FMR2T .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x45FMR2T .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x45FMR2T .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x45FMR2T .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x45FMR2T .mbr-section-title {
  color: #141414;
}
.cid-u5x45FMR2T .mbr-desc {
  color: #141414;
}
.cid-u5x45FMR2T .mbr-text {
  color: #000000;
}
.cid-u5x45FMR2T p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x45FMR2T img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISzJHMxw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISzJHMxw h2,
.cid-u3ISzJHMxw h3,
.cid-u3ISzJHMxw h4,
.cid-u3ISzJHMxw p {
  margin: 0;
}
.cid-u3ISzJHMxw .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISzJHMxw .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISzJHMxw .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x46yf6UR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x46yf6UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x46yf6UR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x46yf6UR .container {
    padding: 0 24px;
  }
}
.cid-u5x46yf6UR .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x46yf6UR .content-wrapper {
    padding: 0;
  }
}
.cid-u5x46yf6UR .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x46yf6UR .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x46yf6UR .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x46yf6UR .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x46yf6UR .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x46yf6UR .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x46yf6UR .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x46yf6UR .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x46yf6UR .mbr-section-title {
  color: #141414;
}
.cid-u5x46yf6UR .mbr-desc {
  color: #141414;
}
.cid-u5x46yf6UR .mbr-text {
  color: #000000;
}
.cid-u5x46yf6UR p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x46yf6UR img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISOEvBIR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISOEvBIR h2,
.cid-u3ISOEvBIR h3,
.cid-u3ISOEvBIR h4,
.cid-u3ISOEvBIR p {
  margin: 0;
}
.cid-u3ISOEvBIR .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISOEvBIR .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISOEvBIR .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x47vI9Ix {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x47vI9Ix .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x47vI9Ix .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x47vI9Ix .container {
    padding: 0 24px;
  }
}
.cid-u5x47vI9Ix .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x47vI9Ix .content-wrapper {
    padding: 0;
  }
}
.cid-u5x47vI9Ix .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5x47vI9Ix .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5x47vI9Ix .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x47vI9Ix .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x47vI9Ix .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x47vI9Ix .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x47vI9Ix .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x47vI9Ix .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x47vI9Ix .mbr-section-title {
  color: #141414;
}
.cid-u5x47vI9Ix .mbr-desc {
  color: #141414;
}
.cid-u5x47vI9Ix .mbr-text {
  color: #000000;
}
.cid-u5x47vI9Ix p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x47vI9Ix img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISO3LU0b {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISO3LU0b h2,
.cid-u3ISO3LU0b h3,
.cid-u3ISO3LU0b h4,
.cid-u3ISO3LU0b p {
  margin: 0;
}
.cid-u3ISO3LU0b .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISO3LU0b .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISO3LU0b .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x48oFx6J {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x48oFx6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x48oFx6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x48oFx6J .container {
    padding: 0 24px;
  }
}
.cid-u5x48oFx6J .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x48oFx6J .content-wrapper {
    padding: 0;
  }
}
.cid-u5x48oFx6J .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
.cid-u5x48oFx6J .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
  -webkit-box-shadow: 10px 10px 15px #000000;
}
@media (max-width: 1200px) {
  .cid-u5x48oFx6J .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x48oFx6J .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x48oFx6J .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x48oFx6J .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x48oFx6J .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x48oFx6J .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x48oFx6J .mbr-section-title {
  color: #141414;
}
.cid-u5x48oFx6J .mbr-desc {
  color: #141414;
}
.cid-u5x48oFx6J .mbr-text {
  color: #000000;
}
.cid-u5x48oFx6J p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x48oFx6J img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u3ISAf6ymX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3ISAf6ymX h2,
.cid-u3ISAf6ymX h3,
.cid-u3ISAf6ymX h4,
.cid-u3ISAf6ymX p {
  margin: 0;
}
.cid-u3ISAf6ymX .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u3ISAf6ymX .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u3ISAf6ymX .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5x4PZRZzi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-4-1920x1285.webp");
}
.cid-u5x4PZRZzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5x4PZRZzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5x4PZRZzi .container {
    padding: 0 24px;
  }
}
.cid-u5x4PZRZzi .content-wrapper {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u5x4PZRZzi .content-wrapper {
    padding: 0;
  }
}
.cid-u5x4PZRZzi .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5x4PZRZzi .content-wrapper .card-wrap {
  opacity: .9;
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u5x4PZRZzi .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u5x4PZRZzi .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u5x4PZRZzi .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u5x4PZRZzi .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #ffffff;
  font-size: 32px;
}
.cid-u5x4PZRZzi .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u5x4PZRZzi .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u5x4PZRZzi .mbr-section-title {
  color: #141414;
}
.cid-u5x4PZRZzi .mbr-desc {
  color: #141414;
}
.cid-u5x4PZRZzi .mbr-text {
  color: #000000;
}
.cid-u5x4PZRZzi p {
  line-height: 1.8;
  animation: slide-in 0.5s ease-out forwards;
}
@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-and-transform {
  0% {
    opacity: 0;
    transform: rotate(-5deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
.cid-u5x4PZRZzi img {
  animation: fade-and-transform 3s ease-in-out forwards;
}
.cid-u5x4NZksB5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u5x4NZksB5 h2,
.cid-u5x4NZksB5 h3,
.cid-u5x4NZksB5 h4,
.cid-u5x4NZksB5 p {
  margin: 0;
}
.cid-u5x4NZksB5 .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-u5x4NZksB5 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-u5x4NZksB5 .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-u5xVklsdUN {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-u5xVklsdUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5xVklsdUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5xVklsdUN .card-wrapper {
  background: #232323;
}
@media (max-width: 767px) {
  .cid-u5xVklsdUN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5xVklsdUN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u5xVklsdUN .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5xVklsdUN .mbr-text,
.cid-u5xVklsdUN .mbr-section-btn {
  color: #ffd7ef;
}
.cid-u5xVklsdUN .card-title,
.cid-u5xVklsdUN .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-u5xVklsdUN .btn {
  top: 0;
  right: 0px;
  padding: 10px;
  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-u5xVklsdUN .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-u3IRnUzWPK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u3IRnUzWPK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u4mScPFdHR.popup-builder {
  background-color: #ffffff;
}
.cid-u4mScPFdHR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mScPFdHR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mScPFdHR .modal-content,
.cid-u4mScPFdHR .modal-dialog {
  height: auto;
}
.cid-u4mScPFdHR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mScPFdHR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mScPFdHR .form-wrapper .mbr-form .form-group,
  .cid-u4mScPFdHR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mScPFdHR .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mScPFdHR .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mScPFdHR .mbr-text {
  text-align: left;
}
.cid-u4mScPFdHR .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mScPFdHR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mScPFdHR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mScPFdHR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mScPFdHR .modal-open {
  overflow: hidden;
}
.cid-u4mScPFdHR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mScPFdHR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mScPFdHR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mScPFdHR .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-u4mScPFdHR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mScPFdHR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mScPFdHR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mScPFdHR .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-u4mScPFdHR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mScPFdHR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mScPFdHR .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mScPFdHR .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mScPFdHR .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-u4mScPFdHR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPFdHR .modal-header {
    padding: 1rem;
  }
}
.cid-u4mScPFdHR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mScPFdHR .modal-header .close svg {
  fill: #353535;
}
.cid-u4mScPFdHR .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mScPFdHR .modal-header .close:focus {
  outline: none;
}
.cid-u4mScPFdHR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mScPFdHR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mScPFdHR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPFdHR .modal-body {
    padding: 1rem;
  }
}
.cid-u4mScPFdHR .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-u4mScPFdHR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mScPFdHR .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mScPFdHR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mScPFdHR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mScPFdHR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mScPFdHR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mScPFdHR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mScPFdHR .modal-lg,
  .cid-u4mScPFdHR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mScPFdHR .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mScPFdHR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mScPFdHR .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-u4mScPFdHR .form-group {
  margin-bottom: 1rem;
}
.cid-u4mScPFdHR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mScPFdHR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mScPFdHR .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-u4mScPFdHR .mbr-section-btn {
  margin: 0;
}
.cid-u4mScPFdHR .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mScPFdHR .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mScPFdHR p {
  line-height: 1.8;
}
.cid-u4mSebjIcM.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSebjIcM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSebjIcM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSebjIcM .modal-content,
.cid-u4mSebjIcM .modal-dialog {
  height: auto;
}
.cid-u4mSebjIcM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSebjIcM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSebjIcM .form-wrapper .mbr-form .form-group,
  .cid-u4mSebjIcM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSebjIcM .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSebjIcM .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSebjIcM .mbr-text {
  text-align: left;
}
.cid-u4mSebjIcM .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSebjIcM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSebjIcM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSebjIcM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSebjIcM .modal-open {
  overflow: hidden;
}
.cid-u4mSebjIcM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSebjIcM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSebjIcM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSebjIcM .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-u4mSebjIcM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSebjIcM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSebjIcM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSebjIcM .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-u4mSebjIcM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSebjIcM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSebjIcM .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSebjIcM .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSebjIcM .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-u4mSebjIcM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjIcM .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSebjIcM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSebjIcM .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSebjIcM .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSebjIcM .modal-header .close:focus {
  outline: none;
}
.cid-u4mSebjIcM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSebjIcM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSebjIcM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjIcM .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSebjIcM .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-u4mSebjIcM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSebjIcM .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSebjIcM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSebjIcM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSebjIcM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSebjIcM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSebjIcM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSebjIcM .modal-lg,
  .cid-u4mSebjIcM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSebjIcM .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSebjIcM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSebjIcM .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-u4mSebjIcM .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSebjIcM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSebjIcM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSebjIcM .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-u4mSebjIcM .mbr-section-btn {
  margin: 0;
}
.cid-u4mSebjIcM .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSebjIcM .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSebjIcM p {
  line-height: 1.8;
}
.cid-u4mSiGbB78.popup-builder {
  background-color: #ffffff;
}
.cid-u4mSiGbB78.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4mSiGbB78.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4mSiGbB78 .modal-content,
.cid-u4mSiGbB78 .modal-dialog {
  height: auto;
}
.cid-u4mSiGbB78 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4mSiGbB78 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4mSiGbB78 .form-wrapper .mbr-form .form-group,
  .cid-u4mSiGbB78 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4mSiGbB78 .card-img {
  margin: auto;
  border-radius: 0;
}
.cid-u4mSiGbB78 .mbr-figure img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4mSiGbB78 .mbr-text {
  text-align: left;
}
.cid-u4mSiGbB78 .pt-0 {
  padding-top: 0 !important;
}
.cid-u4mSiGbB78 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4mSiGbB78 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4mSiGbB78 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4mSiGbB78 .modal-open {
  overflow: hidden;
}
.cid-u4mSiGbB78 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4mSiGbB78 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4mSiGbB78 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4mSiGbB78 .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-u4mSiGbB78 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4mSiGbB78 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4mSiGbB78 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4mSiGbB78 .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-u4mSiGbB78 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4mSiGbB78 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4mSiGbB78 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4mSiGbB78 .modal-backdrop.show {
  opacity: .5;
}
.cid-u4mSiGbB78 .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-u4mSiGbB78 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGbB78 .modal-header {
    padding: 1rem;
  }
}
.cid-u4mSiGbB78 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4mSiGbB78 .modal-header .close svg {
  fill: #353535;
}
.cid-u4mSiGbB78 .modal-header .close:hover {
  opacity: 1;
}
.cid-u4mSiGbB78 .modal-header .close:focus {
  outline: none;
}
.cid-u4mSiGbB78 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u4mSiGbB78 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4mSiGbB78 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGbB78 .modal-body {
    padding: 1rem;
  }
}
.cid-u4mSiGbB78 .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-u4mSiGbB78 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4mSiGbB78 .modal-footer {
    padding: 1rem;
  }
}
.cid-u4mSiGbB78 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4mSiGbB78 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4mSiGbB78 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4mSiGbB78 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4mSiGbB78 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4mSiGbB78 .modal-lg,
  .cid-u4mSiGbB78 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4mSiGbB78 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4mSiGbB78 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4mSiGbB78 .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-u4mSiGbB78 .form-group {
  margin-bottom: 1rem;
}
.cid-u4mSiGbB78 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4mSiGbB78 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4mSiGbB78 .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-u4mSiGbB78 .mbr-section-btn {
  margin: 0;
}
.cid-u4mSiGbB78 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4mSiGbB78 .zoomin.card-img.mbr-figure img {
  transform: scale(0.25);
  animation: zoom 3s 1 forwards;
}
@keyframes zoom {
  0% {
    transform: scale(0.25);
  }
  100% {
    transform: scale(1);
  }
}
.cid-u4mSiGbB78 p {
  line-height: 1.8;
}
