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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img,
iframe {
  display: block;
  
}

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

.card-box {
  width: 100%;
}

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

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

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

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

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

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

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

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

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/* Define the Keyframes for Zoom In and Out */
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(.85); /* Original size */
  }
  50% {
    transform: scale(1.0); /* Zoomed in to 110% */
  }
}

/* Apply the Animation to the Section Title and Text */
.mbr-section-title, .mbr-text {
  display: inline-block; /* Required for transform */
  animation: zoomInOut 60s infinite ease-in-out; /* Apply the animation */
}

/* Ensure that the container allows for the enlarged size during animation to avoid layout shift */
.text-wrapper {
  overflow: hidden; /* Prevents content overflow */
}
.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #003c22 !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff5500 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #837597 !important;
  border-color: #837597 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #584e67 !important;
  border-color: #584e67 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #584e67 !important;
  border-color: #584e67 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #003c22 !important;
  border-color: #003c22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #837597;
  color: #837597;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #584e67 !important;
  background-color: transparent!important;
  border-color: #584e67 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #837597 !important;
  border-color: #837597 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #003c22;
  color: #003c22;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #003c22 !important;
  border-color: #003c22 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5500;
  color: #ff5500;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83800 !important;
  background-color: transparent!important;
  border-color: #a83800 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5500 !important;
  border-color: #ff5500 !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: #ffffff !important;
}
.text-secondary {
  color: #837597 !important;
}
.text-success {
  color: #003c22 !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ff5500 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #51475f !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: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993300 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ff5500;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #22ff9f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #837597 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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;
}
.cid-ttAbi0ZSGL {
  z-index: 1000;
  width: 100%;
}
.cid-ttAbi0ZSGL nav.navbar {
  position: fixed;
}
.cid-ttAbi0ZSGL .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-ttAbi0ZSGL .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-ttAbi0ZSGL .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-ttAbi0ZSGL .navbar.opened {
  transition: all 0.3s;
}
.cid-ttAbi0ZSGL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-ttAbi0ZSGL .navbar .navbar-logo img {
  width: auto;
}
.cid-ttAbi0ZSGL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttAbi0ZSGL .navbar.collapsed {
  justify-content: center;
}
.cid-ttAbi0ZSGL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttAbi0ZSGL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttAbi0ZSGL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-ttAbi0ZSGL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttAbi0ZSGL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttAbi0ZSGL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ttAbi0ZSGL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttAbi0ZSGL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttAbi0ZSGL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttAbi0ZSGL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttAbi0ZSGL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttAbi0ZSGL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttAbi0ZSGL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttAbi0ZSGL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ttAbi0ZSGL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttAbi0ZSGL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttAbi0ZSGL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttAbi0ZSGL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttAbi0ZSGL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttAbi0ZSGL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ttAbi0ZSGL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ttAbi0ZSGL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttAbi0ZSGL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttAbi0ZSGL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttAbi0ZSGL .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-ttAbi0ZSGL .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-ttAbi0ZSGL .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-ttAbi0ZSGL .dropdown-item:hover,
.cid-ttAbi0ZSGL .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-ttAbi0ZSGL .dropdown-item:hover span {
  color: white;
}
.cid-ttAbi0ZSGL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttAbi0ZSGL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttAbi0ZSGL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttAbi0ZSGL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttAbi0ZSGL .nav-link {
  position: relative;
}
.cid-ttAbi0ZSGL .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-ttAbi0ZSGL .container {
    flex-wrap: nowrap;
  }
}
.cid-ttAbi0ZSGL .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttAbi0ZSGL .navbar-nav {
  padding: 5px !important;
}
.cid-ttAbi0ZSGL .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-ttAbi0ZSGL .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-ttAbi0ZSGL .dropdown-menu,
.cid-ttAbi0ZSGL .navbar.opened {
  background: #003c22 !important;
}
.cid-ttAbi0ZSGL .nav-item:focus,
.cid-ttAbi0ZSGL .nav-link:focus {
  outline: none;
}
.cid-ttAbi0ZSGL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttAbi0ZSGL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttAbi0ZSGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttAbi0ZSGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttAbi0ZSGL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttAbi0ZSGL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttAbi0ZSGL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttAbi0ZSGL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttAbi0ZSGL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttAbi0ZSGL .dropdown-item.active,
.cid-ttAbi0ZSGL .dropdown-item:active {
  background-color: transparent;
}
.cid-ttAbi0ZSGL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttAbi0ZSGL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttAbi0ZSGL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttAbi0ZSGL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-ttAbi0ZSGL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttAbi0ZSGL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttAbi0ZSGL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttAbi0ZSGL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttAbi0ZSGL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttAbi0ZSGL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttAbi0ZSGL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttAbi0ZSGL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttAbi0ZSGL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttAbi0ZSGL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttAbi0ZSGL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttAbi0ZSGL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttAbi0ZSGL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttAbi0ZSGL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttAbi0ZSGL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttAbi0ZSGL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttAbi0ZSGL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttAbi0ZSGL .navbar {
    height: 70px;
  }
  .cid-ttAbi0ZSGL .navbar.opened {
    height: auto;
  }
  .cid-ttAbi0ZSGL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttAbi0ZSGL .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-ttAbi0ZSGL .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-ttAbi0ZSGL .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-ttAbi0ZSGL .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-ttAbi0ZSGL .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-ttAbi0ZSGL .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-ttAbi0ZSGL .container {
    overflow: hidden;
  }
  .cid-ttAbi0ZSGL .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-ttAbi0ZSGL .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-ttAbi0ZSGL .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-ttAbi0ZSGL .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-ttAbi0ZSGL .navbar-nav {
    padding: 0 !important;
  }
  .cid-ttAbi0ZSGL .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-ttAbi0ZSGL .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-ttAbi0ZSGL .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-ttAbi0ZSGL .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-ttAbi0ZSGL .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-ttAbi0ZSGL .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-ttAbi0ZSGL .container {
    padding: 10px 15px !important;
  }
  .cid-ttAbi0ZSGL .container-head {
    padding: 10px !important;
  }
  .cid-ttAbi0ZSGL .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-ttAbi0ZSGL .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-ttAbi0ZSGL .navbar {
    padding: 10px 15px;
  }
  .cid-ttAbi0ZSGL .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-ttAbi0ZSGL .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-ttAbi0ZSGL .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-ttAbi0ZSGL .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-ttAbi0ZSGL .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-ttAbi0ZSGL .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-ttAbi0ZSGL .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-ttAbi0ZSGL .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-ttAbi0ZSGL .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-uR2lCVHhxf {
  padding-top: -100rem;
  padding-bottom: -50rem;
  background-color: #003c22;
  text-shadow: 2px 2px 5px black;
}
.cid-uR2lCVHhxf .carousel {
  height: 100%;
}
.cid-uR2lCVHhxf .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uR2lCVHhxf .carousel-item,
.cid-uR2lCVHhxf .carousel-inner {
  height: 100%;
}
.cid-uR2lCVHhxf .carousel-caption {
  position: absolute;
  z-index: 20;
  pointer-events: auto;
  left: 0;
  bottom: 20%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 400px;
  max-width: 800px;
  text-align: center;
  right: 0;
  margin: 0 auto;
}
.cid-uR2lCVHhxf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uR2lCVHhxf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uR2lCVHhxf .carousel-control:hover {
  background: #005180;
  color: #fff;
  opacity: 1;
}
.cid-uR2lCVHhxf .item-wrapper {
  width: 100%;
  position: relative;
}
.cid-uR2lCVHhxf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uR2lCVHhxf .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-uR2lCVHhxf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR2lCVHhxf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR2lCVHhxf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uR2lCVHhxf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
  z-index: 50;
}
.cid-uR2lCVHhxf .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-uR2lCVHhxf .carousel-indicators li.active,
.cid-uR2lCVHhxf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uR2lCVHhxf .carousel-indicators li::after,
.cid-uR2lCVHhxf .carousel-indicators li::before {
  content: none;
}
.cid-uR2lCVHhxf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uR2lCVHhxf .carousel-indicators .logo {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: scale(1) !important;
    z-index: 999;
    animation: zoomLogo 3s ease-in-out forwards;
  }
}
.cid-uR2lCVHhxf .logo img {
  top: 0px;
  transform: none !important;
  transform-origin: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none !important;
  width: 350px;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.cid-uR2lCVHhxf .glass {
  text-shadow: 2px 2px 5px black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 10px;
  max-width: 800px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  top: -420px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0);
  animation: zoomInAnimation 1.5s ease-out forwards;
  border-radius: 35px;
  position: relative;
  z-index: 25 !important;
  pointer-events: none !important;
  left: 0;
  right: 0;
  text-align: center;
  backdrop-filter: blur(0.8px);
  -webkit-backdrop-filter: blur(0.8px);
  border: 3px solid #ffffff;
}
.cid-uR2lCVHhxf .logo {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  animation: slideInElasticCentered 1.8s ease-out forwards;
  pointer-events: none;
  opacity: 1;
}
@keyframes zoomLogo {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.cid-uR2lCVHhxf .carousel-item-zoom {
  animation: zoom 10s infinite alternate;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@keyframes tilt3d {
  0% {
    transform: perspective(1200px) rotateY(0deg) scale(1.25);
  }
  25% {
    transform: perspective(1200px) rotateY(2deg) scale(1.25);
  }
  50% {
    transform: perspective(1200px) rotateY(0deg) scale(1.25);
  }
  75% {
    transform: perspective(1200px) rotateY(-2deg) scale(1.25);
  }
  100% {
    transform: perspective(1200px) rotateY(0deg) scale(1.25);
  }
}
.cid-uR2lCVHhxf .carousel .carousel-item img.carousel-item-zoom {
  animation: tilt3d 24s ease-in-out infinite;
  transform-origin: center;
  backface-visibility: hidden;
  perspective: 1200px;
  transform: perspective(1200px) scale(1.15);
}
@media (max-width: 768px) {
  .cid-uR2lCVHhxf .logo {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 999;
    animation: none;
  }
  .cid-uR2lCVHhxf .carousel-control-prev,
  .cid-uR2lCVHhxf .carousel-control-next {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cid-uR2lCVHhxf .logo img {
    position: relative;
    top: -20px;
    transform: scale(1) !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@keyframes zoomInAnimation {
  from {
    opacity: 0;
    transform: scale(1);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}
@media (max-width: 767px) {
  .cid-uR2lCVHhxf .glass {
    filter: blur(0px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
    animation: none;
    align-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    position: relative;
    bottom: 0;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 2px 2px 5px black;
    z-index: 25 !important;
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(0.8px);
    -webkit-backdrop-filter: blur(0.8px);
    pointer-events: none !important;
  }
  .cid-uR2lCVHhxf .logo {
    top: 30% !important;
    z-index: 999 !important;
    transform: translate(-50%, -50%) scale(0.9) !important;
    position: absolute !important;
    left: 50% !important;
    pointer-events: none !important;
    display: block !important;
  }
  .cid-uR2lCVHhxf .logo img {
    transform: scale(1.5) !important;
    width: 180px !important;
    max-width: 90%;
    height: auto;
  }
  .cid-uR2lCVHhxf .mbr-section-btn {
    z-index: 55 !important;
    margin: 0 auto;
    text-align: center;
    pointer-events: auto !important;
  }
  .cid-uR2lCVHhxf .carousel-item img.carousel-item-zoom {
    pointer-events: none;
  }
  .cid-uR2lCVHhxf .carousel-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    transform: none;
    margin: 0 auto;
    text-align: center;
    top: auto !important;
  }
  .cid-uR2lCVHhxf .mbr-section-subtitle,
  .cid-uR2lCVHhxf .mbr-section-text {
    text-align: center;
    margin: 0 auto;
  }
  .cid-uR2lCVHhxf .mbr-section-btn a {
    margin: 5px !important;
    display: inline-block;
  }
  .cid-uR2lCVHhxf .btn,
  .cid-uR2lCVHhxf a.btn,
  .cid-uR2lCVHhxf button.btn,
  .cid-uR2lCVHhxf [class*="-gutters"],
  .cid-uR2lCVHhxf a[href*="GALLERY"],
  .cid-uR2lCVHhxf a[href*="QUOTE"] {
    padding: 4px 8px !important;
  }
  .cid-uR2lCVHhxf .mbr-section-subtitle {
    z-index: 45 !important;
    pointer-events: auto !important;
  }
  .cid-uR2lCVHhxf .mbr-section-text {
    z-index: 45 !important;
    pointer-events: auto !important;
  }
  .cid-uR2lCVHhxf .glass .mbr-section-text {
    pointer-events: auto !important;
    z-index: 50 !important;
    cursor: text;
  }
  .cid-uR2lCVHhxf .glass .mbr-section-subtitle {
    pointer-events: auto !important;
    z-index: 50 !important;
    cursor: text;
  }
}
.cid-uR2lCVHhxf .btn {
  top: 0;
  right: 0px;
  padding: 9px;
  position: relative;
  text-shadow: 0px 0px 0px gray;
  border-radius: 1em 1em 1em 1em;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.cid-uR2lCVHhxf .btn:hover {
  top: 3px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}
.cid-uR2lCVHhxf .mbr-section-btn {
  position: relative;
  z-index: 35;
  pointer-events: auto;
  margin: 0 auto;
  text-align: center;
}
.cid-uR2lCVHhxf .btn-primary-outline,
.cid-uR2lCVHhxf .btn-danger-outline,
.cid-uR2lCVHhxf .btn-secondary {
  position: relative;
  z-index: 40;
  pointer-events: auto;
  display: inline-block;
}
.cid-uR2lCVHhxf .carousel-item {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}
.cid-uR2lCVHhxf .carousel-control-prev,
.cid-uR2lCVHhxf .carousel-control-next {
  z-index: 50;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uR2lCVHhxf .carousel-caption {
    bottom: 15%;
  }
  .cid-uR2lCVHhxf .glass {
    width: 90%;
    max-width: 600px;
  }
  .cid-uR2lCVHhxf .logo {
    top: 35%;
  }
}
@media (max-width: 480px) {
  .cid-uR2lCVHhxf .logo {
    top: 35% !important;
  }
}
.cid-uR2lCVHhxf .btn,
.cid-uR2lCVHhxf a.btn,
.cid-uR2lCVHhxf button.btn,
.cid-uR2lCVHhxf .leafguard-gutters,
.cid-uR2lCVHhxf .seamless-gutters,
.cid-uR2lCVHhxf .custom-gutters,
.cid-uR2lCVHhxf .gallery,
.cid-uR2lCVHhxf .get-a-free-quote,
.cid-uR2lCVHhxf [class*="-gutters"],
.cid-uR2lCVHhxf a[href*="GALLERY"],
.cid-uR2lCVHhxf a[href*="QUOTE"] {
  padding: 5px 10px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}
.cid-uR2lCVHhxf a.leafguard-gutters,
.cid-uR2lCVHhxf a.seamless-gutters,
.cid-uR2lCVHhxf a.custom-gutters,
.cid-uR2lCVHhxf a.gallery,
.cid-uR2lCVHhxf a.get-a-free-quote {
  padding: 5px 8px !important;
}
.cid-uR2lCVHhxf .slider1 {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  position: relative;
  background-color: transparent !important;
}
.cid-uR2lCVHhxf #sliderId,
.cid-uR2lCVHhxf .carousel {
  margin-bottom: 0;
  height: auto !important;
}
.cid-uR2lCVHhxf .carousel-item img.carousel-item-zoom {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.cid-uR2lCVHhxf .mbr-section-subtitle {
  position: relative;
  z-index: 40 !important;
  pointer-events: auto !important;
}
.cid-uR2lCVHhxf .mbr-section-text {
  position: relative;
  z-index: 40 !important;
  pointer-events: auto !important;
}
.cid-uR2lCVHhxf .glass * {
  position: relative;
  z-index: inherit;
  pointer-events: auto !important;
}
.cid-uR2lCVHhxf .glass .mbr-section-text {
  pointer-events: auto !important;
  position: relative;
  z-index: 50 !important;
  cursor: text;
}
.cid-uR2lCVHhxf .glass .mbr-section-subtitle {
  pointer-events: auto !important;
  position: relative;
  z-index: 50 !important;
  cursor: text;
}
.cid-uR2lCVHhxf .glass .mbr-section-btn {
  pointer-events: auto !important;
  position: relative;
  z-index: 55 !important;
}
.cid-uR2lCVHhxf .glass .mbr-section-btn a {
  pointer-events: auto !important;
}
@keyframes slideInElastic {
  0% {
    transform: translateX(-200%) scale(0.6);
    opacity: 0;
  }
  60% {
    transform: translateX(30%) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateX(-10%) scale(0.95);
  }
  100% {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .cid-uR2lCVHhxf .logo {
    display: block;
  }
}
@keyframes slideInElasticCentered {
  0% {
    transform: translate(-250%, -50%) scale(0.6);
    opacity: 0;
  }
  60% {
    transform: translate(-20%, -50%) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translate(-40%, -50%) scale(0.95);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.cid-tvXWN0MYGB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tvXWN0MYGB .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tvXWN0MYGB .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uRrykzNHsv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background2-1.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uRrykzNHsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrykzNHsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrykzNHsv .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uRrykzNHsv .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uRrykzNHsv .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uRrykzNHsv .row {
  align-items: center;
}
.cid-uRrykzNHsv img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #ffffff 55%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #ffffff 25%, rgba(0, 0, 0, 0.1) 50%, #ffffff 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-uRrykzNHsv .image-wrapper {
  background: transparent;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uRrykzNHsv .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRrykzNHsv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uRrykzNHsv .text-wrapper {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uRrykzNHsv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRrykzNHsv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRrykzNHsv .mbr-text,
.cid-uRrykzNHsv .mbr-section-btn {
  color: #ffffff;
}
.cid-uRrykzNHsv .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrykzNHsv .glass2 {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrykzNHsv img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tvXXeoqZ1x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tvXXeoqZ1x .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tvXXeoqZ1x .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvXPYlPSOr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x993.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tvXPYlPSOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvXPYlPSOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvXPYlPSOr .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-tvXPYlPSOr .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tvXPYlPSOr .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tvXPYlPSOr .row {
  flex-direction: row-reverse;
}
.cid-tvXPYlPSOr .row {
  align-items: center;
}
.cid-tvXPYlPSOr img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #ffffff 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #ffffff 25%, rgba(0, 0, 0, 0.1) 50%, #ffffff 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-tvXPYlPSOr .image-wrapper {
  background: transparent;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tvXPYlPSOr .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvXPYlPSOr .image-wrapper {
    padding: 1rem;
  }
}
.cid-tvXPYlPSOr .text-wrapper {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tvXPYlPSOr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tvXPYlPSOr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tvXPYlPSOr .mbr-text,
.cid-tvXPYlPSOr .mbr-section-btn {
  color: #ffffff;
}
.cid-tvXPYlPSOr .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 10px 15px 10px;
}
.cid-tvXPYlPSOr .glass2 {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px 10px 15px 10px;
}
.cid-tvXPYlPSOr img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tApmKY8rLQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tApmKY8rLQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tApmKY8rLQ .mbr-text {
  text-align: center;
  color: #ffffff;
}
@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.cid-tApmKY8rLQ .mbr-section-title,
.cid-tApmKY8rLQ .mbr-text {
  display: inline-block;
  animation: zoomInOut 60s infinite ease-in-out;
}
.cid-tApmKY8rLQ .text-wrapper {
  overflow: hidden;
}
.cid-tvXQaXl8RR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e7ffda;
}
.cid-tvXQaXl8RR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvXQaXl8RR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvXQaXl8RR .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-tvXQaXl8RR .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tvXQaXl8RR .row {
  align-items: center;
}
.cid-tvXQaXl8RR img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-tvXQaXl8RR .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tvXQaXl8RR .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvXQaXl8RR .image-wrapper {
    padding: 1rem;
  }
}
.cid-tvXQaXl8RR .text-wrapper {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tvXQaXl8RR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tvXQaXl8RR .mbr-section-title {
  color: #2b1c50;
}
.cid-tvXQaXl8RR .mbr-text,
.cid-tvXQaXl8RR .mbr-section-btn {
  color: #3d2e7c;
}
.cid-tvXQaXl8RR img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tApmS1B7uf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tApmS1B7uf .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tApmS1B7uf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tApzVtbNzv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1440.webp");
}
.cid-tApzVtbNzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tApzVtbNzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tApzVtbNzv .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-tApzVtbNzv .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tApzVtbNzv .row {
  align-items: center;
}
.cid-tApzVtbNzv img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-tApzVtbNzv .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tApzVtbNzv .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tApzVtbNzv .image-wrapper {
    padding: 1rem;
  }
}
.cid-tApzVtbNzv .text-wrapper {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tApzVtbNzv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tApzVtbNzv .mbr-section-title {
  color: #000000;
}
.cid-tApzVtbNzv .mbr-text,
.cid-tApzVtbNzv .mbr-section-btn {
  color: #000000;
}
.cid-tApzVtbNzv img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tYhXh8M3rV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tYhXh8M3rV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tYhXh8M3rV .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvXS2lOGPd {
  background-image: url("../../../assets/images/goodgroup2.jpg-2000x1125.jpg");
  text-shadow: 2px 2px 5px black;
}
.cid-tvXS2lOGPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvXS2lOGPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvXS2lOGPd .mbr-section-title {
  color: #FFFFFF;
}
.cid-tvXS2lOGPd .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tvXS2lOGPd .mbr-section-btn {
  margin-top: 30px;
}
.cid-tvXS2lOGPd .mbr-text,
.cid-tvXS2lOGPd .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tvXS2lOGPd .glass {
  text-shadow: 2px 2px 5px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px 10px 15px 10px;
}
.cid-tvXS2lOGPd .glass2 {
  text-shadow: 0px 0px 0px black;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 10px 15px 10px;
}
.cid-tvXS2lOGPd .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-tvXS2lOGPd .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tAoLLfPspA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tAoLLfPspA .media-container-row .mbr-text {
  color: #837597;
}
.cid-uR1DDN6Hno {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uR1DDN6Hno H3 {
  text-align: left;
}
.cid-uR1DDN6Hno P {
  color: #303030;
}
.cid-tYgn9D3u8A.popup-builder {
  background-color: #ffffff;
}
.cid-tYgn9D3u8A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tYgn9D3u8A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tYgn9D3u8A .modal-content,
.cid-tYgn9D3u8A .modal-dialog {
  height: auto;
}
.cid-tYgn9D3u8A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tYgn9D3u8A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tYgn9D3u8A .form-wrapper .mbr-form .form-group,
  .cid-tYgn9D3u8A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tYgn9D3u8A .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tYgn9D3u8A .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-tYgn9D3u8A .mbr-text {
  text-align: left;
}
.cid-tYgn9D3u8A .pt-0 {
  padding-top: 0 !important;
}
.cid-tYgn9D3u8A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tYgn9D3u8A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tYgn9D3u8A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tYgn9D3u8A .modal-open {
  overflow: hidden;
}
.cid-tYgn9D3u8A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tYgn9D3u8A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tYgn9D3u8A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tYgn9D3u8A .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-tYgn9D3u8A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tYgn9D3u8A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tYgn9D3u8A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tYgn9D3u8A .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-tYgn9D3u8A .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tYgn9D3u8A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tYgn9D3u8A .modal-backdrop.fade {
  opacity: 0;
}
.cid-tYgn9D3u8A .modal-backdrop.show {
  opacity: .5;
}
.cid-tYgn9D3u8A .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-tYgn9D3u8A .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYgn9D3u8A .modal-header {
    padding: 1rem;
  }
}
.cid-tYgn9D3u8A .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tYgn9D3u8A .modal-header .close svg {
  fill: #353535;
}
.cid-tYgn9D3u8A .modal-header .close:hover {
  opacity: 1;
}
.cid-tYgn9D3u8A .modal-header .close:focus {
  outline: none;
}
.cid-tYgn9D3u8A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tYgn9D3u8A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tYgn9D3u8A .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYgn9D3u8A .modal-body {
    padding: 1rem;
  }
}
.cid-tYgn9D3u8A .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-tYgn9D3u8A .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYgn9D3u8A .modal-footer {
    padding: 1rem;
  }
}
.cid-tYgn9D3u8A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tYgn9D3u8A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tYgn9D3u8A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tYgn9D3u8A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tYgn9D3u8A .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tYgn9D3u8A .modal-lg,
  .cid-tYgn9D3u8A .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tYgn9D3u8A .modal-xl {
    max-width: 1140px;
  }
}
.cid-tYgn9D3u8A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tYgn9D3u8A .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-tYgn9D3u8A .form-group {
  margin-bottom: 1rem;
}
.cid-tYgn9D3u8A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tYgn9D3u8A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tYgn9D3u8A .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-tYgn9D3u8A .mbr-section-btn {
  margin: 0;
}
.cid-tYgn9D3u8A .mbr-section-btn .btn {
  margin: 0;
}
.cid-tvXYLIPA2p {
  z-index: 1000;
  width: 100%;
}
.cid-tvXYLIPA2p nav.navbar {
  position: fixed;
}
.cid-tvXYLIPA2p .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-tvXYLIPA2p .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-tvXYLIPA2p .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-tvXYLIPA2p .navbar.opened {
  transition: all 0.3s;
}
.cid-tvXYLIPA2p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tvXYLIPA2p .navbar .navbar-logo img {
  width: auto;
}
.cid-tvXYLIPA2p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvXYLIPA2p .navbar.collapsed {
  justify-content: center;
}
.cid-tvXYLIPA2p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvXYLIPA2p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvXYLIPA2p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tvXYLIPA2p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvXYLIPA2p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvXYLIPA2p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvXYLIPA2p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvXYLIPA2p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvXYLIPA2p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvXYLIPA2p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvXYLIPA2p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvXYLIPA2p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvXYLIPA2p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvXYLIPA2p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvXYLIPA2p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvXYLIPA2p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvXYLIPA2p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvXYLIPA2p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvXYLIPA2p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvXYLIPA2p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvXYLIPA2p .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvXYLIPA2p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvXYLIPA2p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tvXYLIPA2p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvXYLIPA2p .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-tvXYLIPA2p .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tvXYLIPA2p .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-tvXYLIPA2p .dropdown-item:hover,
.cid-tvXYLIPA2p .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tvXYLIPA2p .dropdown-item:hover span {
  color: white;
}
.cid-tvXYLIPA2p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvXYLIPA2p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvXYLIPA2p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvXYLIPA2p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvXYLIPA2p .nav-link {
  position: relative;
}
.cid-tvXYLIPA2p .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tvXYLIPA2p .container {
    flex-wrap: nowrap;
  }
}
.cid-tvXYLIPA2p .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvXYLIPA2p .navbar-nav {
  padding: 5px !important;
}
.cid-tvXYLIPA2p .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tvXYLIPA2p .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tvXYLIPA2p .dropdown-menu,
.cid-tvXYLIPA2p .navbar.opened {
  background: #003c22 !important;
}
.cid-tvXYLIPA2p .nav-item:focus,
.cid-tvXYLIPA2p .nav-link:focus {
  outline: none;
}
.cid-tvXYLIPA2p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvXYLIPA2p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvXYLIPA2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvXYLIPA2p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvXYLIPA2p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvXYLIPA2p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvXYLIPA2p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvXYLIPA2p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvXYLIPA2p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvXYLIPA2p .dropdown-item.active,
.cid-tvXYLIPA2p .dropdown-item:active {
  background-color: transparent;
}
.cid-tvXYLIPA2p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvXYLIPA2p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvXYLIPA2p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvXYLIPA2p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-tvXYLIPA2p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvXYLIPA2p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvXYLIPA2p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvXYLIPA2p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvXYLIPA2p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvXYLIPA2p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvXYLIPA2p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvXYLIPA2p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvXYLIPA2p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvXYLIPA2p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvXYLIPA2p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvXYLIPA2p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvXYLIPA2p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvXYLIPA2p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvXYLIPA2p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvXYLIPA2p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvXYLIPA2p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvXYLIPA2p .navbar {
    height: 70px;
  }
  .cid-tvXYLIPA2p .navbar.opened {
    height: auto;
  }
  .cid-tvXYLIPA2p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvXYLIPA2p .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-tvXYLIPA2p .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-tvXYLIPA2p .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tvXYLIPA2p .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tvXYLIPA2p .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tvXYLIPA2p .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tvXYLIPA2p .container {
    overflow: hidden;
  }
  .cid-tvXYLIPA2p .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tvXYLIPA2p .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tvXYLIPA2p .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tvXYLIPA2p .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tvXYLIPA2p .navbar-nav {
    padding: 0 !important;
  }
  .cid-tvXYLIPA2p .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tvXYLIPA2p .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tvXYLIPA2p .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tvXYLIPA2p .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tvXYLIPA2p .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tvXYLIPA2p .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tvXYLIPA2p .container {
    padding: 10px 15px !important;
  }
  .cid-tvXYLIPA2p .container-head {
    padding: 10px !important;
  }
  .cid-tvXYLIPA2p .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tvXYLIPA2p .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tvXYLIPA2p .navbar {
    padding: 10px 15px;
  }
  .cid-tvXYLIPA2p .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tvXYLIPA2p .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-tvXYLIPA2p .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-tvXYLIPA2p .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-tvXYLIPA2p .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-tvXYLIPA2p .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-tvXYLIPA2p .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-tvXYLIPA2p .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-tvXYLIPA2p .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-uswxHP8OSM {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-ganinph-7772639.webp");
}
.cid-uswxHP8OSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswxHP8OSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswxHP8OSM .mbr-section-btn a.btn {
  margin: 5px;
  padding: 5px 6px;
  font-size: 14px;
  border-radius: 6px;
  flex: 1 1 45%;
  max-width: 160px;
  text-align: center;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #333;
}
.cid-uswxHP8OSM .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.cid-uswxHP8OSM .mbr-section-btn a.btn:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 576px) {
  .cid-uswxHP8OSM .mbr-section-btn a.btn {
    flex: 1 1 100%;
    margin: 2px 0;
  }
  .cid-uswxHP8OSM .mbr-section-btn {
    gap: 2px;
  }
}
.cid-uswxHP8OSM .btn {
  top: 0;
  padding: 8px;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #999999;
}
.cid-uswxHP8OSM .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #999999;
}
.cid-uRrup3fDgH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrup3fDgH .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrup3fDgH .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uswziXsya4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-ganinph-7772639.webp");
}
.cid-uswziXsya4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uswziXsya4 .item:focus,
.cid-uswziXsya4 span:focus {
  outline: none;
}
.cid-uswziXsya4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uswziXsya4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uswziXsya4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uswziXsya4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uswziXsya4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uswziXsya4 .mbr-section-title {
  color: #000000;
}
.cid-uswziXsya4 .mbr-text,
.cid-uswziXsya4 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uswziXsya4 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uswziXsya4 .item-subtitle {
  text-align: left;
}
.cid-uswziXsya4 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uswziXsya4 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uswziXsya4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uswziXsya4 .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRruIXPJgO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRruIXPJgO .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRruIXPJgO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uswCJUWhot {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280-2.webp");
}
.cid-uswCJUWhot .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uswCJUWhot .item:focus,
.cid-uswCJUWhot span:focus {
  outline: none;
}
.cid-uswCJUWhot .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uswCJUWhot .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uswCJUWhot .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uswCJUWhot .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uswCJUWhot .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uswCJUWhot .mbr-section-title {
  color: #000000;
}
.cid-uswCJUWhot .mbr-text,
.cid-uswCJUWhot .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uswCJUWhot .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uswCJUWhot .item-subtitle {
  text-align: left;
}
.cid-uswCJUWhot img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uswCJUWhot img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uswCJUWhot .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uswCJUWhot .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRruGBnM5r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRruGBnM5r .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRruGBnM5r .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uswECUsqsu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-karolina-grabowska-4498154.webp");
}
.cid-uswECUsqsu .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uswECUsqsu .item:focus,
.cid-uswECUsqsu span:focus {
  outline: none;
}
.cid-uswECUsqsu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uswECUsqsu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uswECUsqsu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uswECUsqsu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uswECUsqsu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uswECUsqsu .mbr-section-title {
  color: #000000;
}
.cid-uswECUsqsu .mbr-text,
.cid-uswECUsqsu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uswECUsqsu .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uswECUsqsu .item-subtitle {
  text-align: left;
}
.cid-uswECUsqsu img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uswECUsqsu img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uswECUsqsu .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uswECUsqsu .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRruHpiDRf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRruHpiDRf .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRruHpiDRf .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uswFRDtDsa {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-andres-ayrton-6551455.webp");
}
.cid-uswFRDtDsa .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uswFRDtDsa .item:focus,
.cid-uswFRDtDsa span:focus {
  outline: none;
}
.cid-uswFRDtDsa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uswFRDtDsa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uswFRDtDsa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uswFRDtDsa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uswFRDtDsa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uswFRDtDsa .mbr-section-title {
  color: #000000;
}
.cid-uswFRDtDsa .mbr-text,
.cid-uswFRDtDsa .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uswFRDtDsa .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uswFRDtDsa .item-subtitle {
  text-align: left;
}
.cid-uswFRDtDsa img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uswFRDtDsa img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uswFRDtDsa .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uswFRDtDsa .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRruFqjVDQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRruFqjVDQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRruFqjVDQ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tvXYLJJtZ1 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-tvXYLJJtZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvXYLJJtZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvXYLJJtZ1 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-tvXYLJJtZ1 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tvXYLJJtZ1 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tvXYLJJtZ1 .row {
  align-items: center;
}
.cid-tvXYLJJtZ1 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tvXYLJJtZ1 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
@media (min-width: 992px) {
  .cid-tvXYLJJtZ1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tvXYLJJtZ1 .mbr-section-title {
  color: #2b1c50;
}
.cid-tvXYLJJtZ1 .mbr-text,
.cid-tvXYLJJtZ1 .mbr-section-btn {
  color: #3d2e7c;
}
.cid-tAp87ojBaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tAp87ojBaq .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAp87ojBaq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tAp40S1NhA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/restoring-the-v-shape-pdo-thread-lift-dr.-kaveh-karandish-dr.-k-medspa-pch-medspa-corona-del-mar-california-936x936-2.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tAp40S1NhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAp40S1NhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAp40S1NhA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tAp40S1NhA .team-card:hover {
  opacity: 1;
  transform: translateY(-10px);
}
.cid-tAp40S1NhA .card-wrap {
  opacity: 1;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tAp40S1NhA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tAp40S1NhA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tAp40S1NhA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAp40S1NhA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tAp40S1NhA img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tAp40S1NhA img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tAp40S1NhA .social-row {
  text-align: center;
}
.cid-tAp40S1NhA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tAp40S1NhA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tAp40S1NhA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tAp40S1NhA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tAp40S1NhA .mbr-section-title {
  color: #ffffff;
}
.cid-tAp40S1NhA .card-text,
.cid-tAp40S1NhA .mbr-section-btn,
.cid-tAp40S1NhA .social-row {
  color: #ffffff;
}
.cid-tAp40S1NhA .mbr-role,
.cid-tAp40S1NhA .social-row {
  color: #ffffff;
}
.cid-tAp40S1NhA .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tAp40S1NhA .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-tAp40S1NhA .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tApdE8caAR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tApdE8caAR .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tApdE8caAR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tAp9KpOPaN {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.webp");
}
.cid-tAp9KpOPaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAp9KpOPaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAp9KpOPaN .mbr-section-title,
.cid-tAp9KpOPaN .mbr-text,
.cid-tAp9KpOPaN .mbr-section-btn {
  text-align: center;
}
.cid-tAp9KpOPaN .video-wrapper {
  margin: auto;
}
.cid-tAp9KpOPaN .video-wrapper iframe {
  width: 100%;
}
.cid-tAp9KpOPaN .mbr-text,
.cid-tAp9KpOPaN .mbr-section-btn {
  text-align: left;
}
.cid-tAp9KpOPaN .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-tAp9KpOPaN .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tAp7Cbq1zh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tAp7Cbq1zh .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAp7Cbq1zh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tAp7vqpaA2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1149.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tAp7vqpaA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAp7vqpaA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAp7vqpaA2 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-tAp7vqpaA2 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tAp7vqpaA2 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tAp7vqpaA2 .row {
  align-items: center;
}
.cid-tAp7vqpaA2 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tAp7vqpaA2 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tAp7vqpaA2 .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tAp7vqpaA2 .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAp7vqpaA2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tAp7vqpaA2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAp7vqpaA2 .mbr-section-title {
  color: #ffffff;
}
.cid-tAp7vqpaA2 .mbr-text,
.cid-tAp7vqpaA2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tAp7vqpaA2 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tApdJF768E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tApdJF768E .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tApdJF768E .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tApbPzHSlW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-tApbPzHSlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tApbPzHSlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tApbPzHSlW .mbr-section-title,
.cid-tApbPzHSlW .mbr-text,
.cid-tApbPzHSlW .mbr-section-btn {
  text-align: center;
}
.cid-tApbPzHSlW .video-wrapper {
  margin: auto;
}
.cid-tApbPzHSlW .video-wrapper iframe {
  width: 100%;
}
.cid-tApbPzHSlW .mbr-text,
.cid-tApbPzHSlW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tApbPzHSlW .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-tApbPzHSlW .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tApbPzHSlW .mbr-section-title {
  color: #ffffff;
}
.cid-tAp7VALPnx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tAp7VALPnx .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAp7VALPnx .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tAp37Aq23u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/injectables-890x425.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tAp37Aq23u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAp37Aq23u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAp37Aq23u .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-tAp37Aq23u .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tAp37Aq23u .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tAp37Aq23u .row {
  flex-direction: row-reverse;
}
.cid-tAp37Aq23u .row {
  align-items: center;
}
.cid-tAp37Aq23u img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-tAp37Aq23u .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tAp37Aq23u .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tAp37Aq23u .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tAp37Aq23u .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAp37Aq23u .mbr-section-title {
  color: #ffffff;
}
.cid-tAp37Aq23u .mbr-text,
.cid-tAp37Aq23u .mbr-section-btn {
  color: #ffffff;
}
.cid-tAp37Aq23u img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRruDUhrmc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRruDUhrmc .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRruDUhrmc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tApDOJqINI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.webp");
}
.cid-tApDOJqINI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tApDOJqINI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tApDOJqINI .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-tApDOJqINI .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tApDOJqINI .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tApDOJqINI .row {
  align-items: center;
}
.cid-tApDOJqINI img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-tApDOJqINI .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tApDOJqINI .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tApDOJqINI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tApDOJqINI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tApDOJqINI .mbr-section-title {
  color: #000000;
}
.cid-tApDOJqINI .mbr-text,
.cid-tApDOJqINI .mbr-section-btn {
  color: #000000;
}
.cid-tApDOJqINI img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRruDsleTb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRruDsleTb .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRruDsleTb .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tApeezyHFQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1149.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tApeezyHFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tApeezyHFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tApeezyHFQ .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-tApeezyHFQ .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-tApeezyHFQ .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tApeezyHFQ .row {
  align-items: center;
}
.cid-tApeezyHFQ img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-tApeezyHFQ .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tApeezyHFQ .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tApeezyHFQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tApeezyHFQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tApeezyHFQ .mbr-section-title {
  color: #ffffff;
}
.cid-tApeezyHFQ .mbr-text,
.cid-tApeezyHFQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tApeezyHFQ img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRruD1eXOU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRruD1eXOU .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRruD1eXOU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tApfZcNMB8 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tApfZcNMB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tApfZcNMB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tApfZcNMB8 .item {
  padding-bottom: 2rem;
}
.cid-tApfZcNMB8 .item-wrapper {
  position: relative;
}
.cid-tApfZcNMB8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tApfZcNMB8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tApfZcNMB8 .carousel-control,
.cid-tApfZcNMB8 .close {
  background: #1b1b1b;
}
.cid-tApfZcNMB8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tApfZcNMB8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tApfZcNMB8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tApfZcNMB8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tApfZcNMB8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tApfZcNMB8 .close::before {
  content: '\e91a';
}
.cid-tApfZcNMB8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tApfZcNMB8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tApfZcNMB8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tApfZcNMB8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tApfZcNMB8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tApfZcNMB8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tApfZcNMB8 .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-tApfZcNMB8 .carousel-indicators li.active,
.cid-tApfZcNMB8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tApfZcNMB8 .carousel-indicators li::after,
.cid-tApfZcNMB8 .carousel-indicators li::before {
  content: none;
}
.cid-tApfZcNMB8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tApfZcNMB8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tApfZcNMB8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tApfZcNMB8 .carousel-indicators {
    display: none;
  }
}
.cid-tApfZcNMB8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tApfZcNMB8 .carousel-inner > .active {
  display: block;
}
.cid-tApfZcNMB8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tApfZcNMB8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tApfZcNMB8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tApfZcNMB8 .carousel-control,
  .cid-tApfZcNMB8 .carousel-indicators,
  .cid-tApfZcNMB8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tApfZcNMB8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tApfZcNMB8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tApfZcNMB8 .carousel-indicators .active,
.cid-tApfZcNMB8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tApfZcNMB8 .carousel-indicators .active {
  background: #fff;
}
.cid-tApfZcNMB8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tApfZcNMB8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tApfZcNMB8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tApfZcNMB8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tApfZcNMB8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tApfZcNMB8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tApfZcNMB8 .carousel {
  width: 100%;
}
.cid-tApfZcNMB8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tApfZcNMB8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tApfZcNMB8 .modal.fade .modal-dialog,
.cid-tApfZcNMB8 .modal.in .modal-dialog {
  transform: none;
}
.cid-tApfZcNMB8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tApfZcNMB8 H6 {
  text-align: center;
}
.cid-tApfZcNMB8 H4 {
  text-align: left;
}
.cid-tAoLLfPspA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tAoLLfPspA .media-container-row .mbr-text {
  color: #837597;
}
.cid-tvY35jgXbO {
  z-index: 1000;
  width: 100%;
}
.cid-tvY35jgXbO nav.navbar {
  position: fixed;
}
.cid-tvY35jgXbO .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-tvY35jgXbO .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-tvY35jgXbO .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-tvY35jgXbO .navbar.opened {
  transition: all 0.3s;
}
.cid-tvY35jgXbO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tvY35jgXbO .navbar .navbar-logo img {
  width: auto;
}
.cid-tvY35jgXbO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvY35jgXbO .navbar.collapsed {
  justify-content: center;
}
.cid-tvY35jgXbO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvY35jgXbO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvY35jgXbO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tvY35jgXbO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvY35jgXbO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvY35jgXbO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tvY35jgXbO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvY35jgXbO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tvY35jgXbO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tvY35jgXbO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvY35jgXbO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvY35jgXbO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvY35jgXbO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvY35jgXbO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tvY35jgXbO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvY35jgXbO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvY35jgXbO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvY35jgXbO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvY35jgXbO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvY35jgXbO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tvY35jgXbO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tvY35jgXbO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvY35jgXbO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tvY35jgXbO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvY35jgXbO .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-tvY35jgXbO .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tvY35jgXbO .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-tvY35jgXbO .dropdown-item:hover,
.cid-tvY35jgXbO .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tvY35jgXbO .dropdown-item:hover span {
  color: white;
}
.cid-tvY35jgXbO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvY35jgXbO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvY35jgXbO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tvY35jgXbO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvY35jgXbO .nav-link {
  position: relative;
}
.cid-tvY35jgXbO .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tvY35jgXbO .container {
    flex-wrap: nowrap;
  }
}
.cid-tvY35jgXbO .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tvY35jgXbO .navbar-nav {
  padding: 5px !important;
}
.cid-tvY35jgXbO .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tvY35jgXbO .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tvY35jgXbO .dropdown-menu,
.cid-tvY35jgXbO .navbar.opened {
  background: #003c22 !important;
}
.cid-tvY35jgXbO .nav-item:focus,
.cid-tvY35jgXbO .nav-link:focus {
  outline: none;
}
.cid-tvY35jgXbO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvY35jgXbO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvY35jgXbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tvY35jgXbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvY35jgXbO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvY35jgXbO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvY35jgXbO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvY35jgXbO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvY35jgXbO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvY35jgXbO .dropdown-item.active,
.cid-tvY35jgXbO .dropdown-item:active {
  background-color: transparent;
}
.cid-tvY35jgXbO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvY35jgXbO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvY35jgXbO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvY35jgXbO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-tvY35jgXbO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvY35jgXbO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvY35jgXbO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvY35jgXbO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvY35jgXbO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tvY35jgXbO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tvY35jgXbO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tvY35jgXbO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvY35jgXbO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tvY35jgXbO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tvY35jgXbO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvY35jgXbO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tvY35jgXbO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tvY35jgXbO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tvY35jgXbO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvY35jgXbO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvY35jgXbO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvY35jgXbO .navbar {
    height: 70px;
  }
  .cid-tvY35jgXbO .navbar.opened {
    height: auto;
  }
  .cid-tvY35jgXbO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvY35jgXbO .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-tvY35jgXbO .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-tvY35jgXbO .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tvY35jgXbO .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tvY35jgXbO .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tvY35jgXbO .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tvY35jgXbO .container {
    overflow: hidden;
  }
  .cid-tvY35jgXbO .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tvY35jgXbO .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tvY35jgXbO .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tvY35jgXbO .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tvY35jgXbO .navbar-nav {
    padding: 0 !important;
  }
  .cid-tvY35jgXbO .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tvY35jgXbO .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tvY35jgXbO .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tvY35jgXbO .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tvY35jgXbO .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tvY35jgXbO .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tvY35jgXbO .container {
    padding: 10px 15px !important;
  }
  .cid-tvY35jgXbO .container-head {
    padding: 10px !important;
  }
  .cid-tvY35jgXbO .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tvY35jgXbO .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tvY35jgXbO .navbar {
    padding: 10px 15px;
  }
  .cid-tvY35jgXbO .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tvY35jgXbO .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-tvY35jgXbO .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-tvY35jgXbO .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-tvY35jgXbO .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-tvY35jgXbO .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-tvY35jgXbO .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-tvY35jgXbO .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-tvY35jgXbO .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-tAnYq2mZ19 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tAnYq2mZ19 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tAnYq2mZ19 .item:focus,
.cid-tAnYq2mZ19 span:focus {
  outline: none;
}
.cid-tAnYq2mZ19 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAnYq2mZ19 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAnYq2mZ19 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tAnYq2mZ19 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAnYq2mZ19 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tAnYq2mZ19 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tAnYq2mZ19 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tAnYq2mZ19 .mbr-section-title {
  color: #ffffff;
}
.cid-tAnYq2mZ19 .mbr-text,
.cid-tAnYq2mZ19 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tAnYq2mZ19 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tAnYq2mZ19 .item-subtitle {
  text-align: left;
}
.cid-tAnYq2mZ19 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tAnYq2mZ19 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tAnYq2mZ19 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tAnYq2mZ19 .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tAoT0fA9dx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tAoT0fA9dx .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAoT0fA9dx .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tAofCYUgLi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-13-1920x1280.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tAofCYUgLi .mbr-overlay {
  background: #000000;
  opacity: 0.1;
}
.cid-tAofCYUgLi .item:focus,
.cid-tAofCYUgLi span:focus {
  outline: none;
}
.cid-tAofCYUgLi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAofCYUgLi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAofCYUgLi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tAofCYUgLi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAofCYUgLi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tAofCYUgLi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tAofCYUgLi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tAofCYUgLi .mbr-section-title {
  color: #ffffff;
}
.cid-tAofCYUgLi .mbr-text,
.cid-tAofCYUgLi .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tAofCYUgLi .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tAofCYUgLi .item-subtitle {
  text-align: left;
}
.cid-tAofCYUgLi img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tAofCYUgLi img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tAofCYUgLi .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tAofCYUgLi .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tAoT2ujExS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tAoT2ujExS .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAoT2ujExS .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tAoHtgV3da {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1272x1920.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tAoHtgV3da .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-tAoHtgV3da .item:focus,
.cid-tAoHtgV3da span:focus {
  outline: none;
}
.cid-tAoHtgV3da .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAoHtgV3da .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tAoHtgV3da .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tAoHtgV3da .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tAoHtgV3da .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tAoHtgV3da .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tAoHtgV3da .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tAoHtgV3da .mbr-section-title {
  color: #ffffff;
}
.cid-tAoHtgV3da .mbr-text,
.cid-tAoHtgV3da .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tAoHtgV3da .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tAoHtgV3da .item-subtitle {
  text-align: left;
}
.cid-tAoHtgV3da img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tAoHtgV3da img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tAoHtgV3da .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tAoHtgV3da .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tBZyGVwURK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-tBZyGVwURK .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBZyGVwURK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tAoLLfPspA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tAoLLfPspA .media-container-row .mbr-text {
  color: #837597;
}
.cid-tAokQkRD2C {
  z-index: 1000;
  width: 100%;
}
.cid-tAokQkRD2C nav.navbar {
  position: fixed;
}
.cid-tAokQkRD2C .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-tAokQkRD2C .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-tAokQkRD2C .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-tAokQkRD2C .navbar.opened {
  transition: all 0.3s;
}
.cid-tAokQkRD2C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tAokQkRD2C .navbar .navbar-logo img {
  width: auto;
}
.cid-tAokQkRD2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAokQkRD2C .navbar.collapsed {
  justify-content: center;
}
.cid-tAokQkRD2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAokQkRD2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAokQkRD2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tAokQkRD2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAokQkRD2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAokQkRD2C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAokQkRD2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAokQkRD2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAokQkRD2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAokQkRD2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAokQkRD2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAokQkRD2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAokQkRD2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAokQkRD2C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAokQkRD2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAokQkRD2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAokQkRD2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAokQkRD2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAokQkRD2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAokQkRD2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAokQkRD2C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAokQkRD2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAokQkRD2C .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAokQkRD2C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAokQkRD2C .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-tAokQkRD2C .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tAokQkRD2C .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-tAokQkRD2C .dropdown-item:hover,
.cid-tAokQkRD2C .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tAokQkRD2C .dropdown-item:hover span {
  color: white;
}
.cid-tAokQkRD2C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAokQkRD2C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAokQkRD2C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAokQkRD2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAokQkRD2C .nav-link {
  position: relative;
}
.cid-tAokQkRD2C .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tAokQkRD2C .container {
    flex-wrap: nowrap;
  }
}
.cid-tAokQkRD2C .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAokQkRD2C .navbar-nav {
  padding: 5px !important;
}
.cid-tAokQkRD2C .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tAokQkRD2C .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tAokQkRD2C .dropdown-menu,
.cid-tAokQkRD2C .navbar.opened {
  background: #003c22 !important;
}
.cid-tAokQkRD2C .nav-item:focus,
.cid-tAokQkRD2C .nav-link:focus {
  outline: none;
}
.cid-tAokQkRD2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAokQkRD2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAokQkRD2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAokQkRD2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAokQkRD2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAokQkRD2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAokQkRD2C .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAokQkRD2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAokQkRD2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAokQkRD2C .dropdown-item.active,
.cid-tAokQkRD2C .dropdown-item:active {
  background-color: transparent;
}
.cid-tAokQkRD2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAokQkRD2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAokQkRD2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAokQkRD2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-tAokQkRD2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAokQkRD2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAokQkRD2C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAokQkRD2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAokQkRD2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAokQkRD2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tAokQkRD2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAokQkRD2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAokQkRD2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAokQkRD2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAokQkRD2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAokQkRD2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAokQkRD2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAokQkRD2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAokQkRD2C .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAokQkRD2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAokQkRD2C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAokQkRD2C .navbar {
    height: 70px;
  }
  .cid-tAokQkRD2C .navbar.opened {
    height: auto;
  }
  .cid-tAokQkRD2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAokQkRD2C .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-tAokQkRD2C .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-tAokQkRD2C .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tAokQkRD2C .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tAokQkRD2C .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tAokQkRD2C .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tAokQkRD2C .container {
    overflow: hidden;
  }
  .cid-tAokQkRD2C .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tAokQkRD2C .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tAokQkRD2C .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tAokQkRD2C .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tAokQkRD2C .navbar-nav {
    padding: 0 !important;
  }
  .cid-tAokQkRD2C .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tAokQkRD2C .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tAokQkRD2C .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tAokQkRD2C .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tAokQkRD2C .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tAokQkRD2C .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tAokQkRD2C .container {
    padding: 10px 15px !important;
  }
  .cid-tAokQkRD2C .container-head {
    padding: 10px !important;
  }
  .cid-tAokQkRD2C .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tAokQkRD2C .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tAokQkRD2C .navbar {
    padding: 10px 15px;
  }
  .cid-tAokQkRD2C .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tAokQkRD2C .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-tAokQkRD2C .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-tAokQkRD2C .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-tAokQkRD2C .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-tAokQkRD2C .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-tAokQkRD2C .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-tAokQkRD2C .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-tAokQkRD2C .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-tApjC6xooF {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffdfdf;
}
.cid-tApjC6xooF .mbr-text,
.cid-tApjC6xooF .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tApjC6xooF .mbr-text,
  .cid-tApjC6xooF .mbr-section-title {
    text-align: center;
  }
}
.cid-tApjC6xooF a.btn {
  height: 100%;
  margin: 0;
}
.cid-tApjC6xooF .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tApjC6xooF .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tApjC6xooF .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tApjC6xooF .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tApjC6xooF .justify-content-center {
  align-items: center;
}
.cid-tApjC6xooF .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-tApjC6xooF .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tApjC6xooF img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tApjC6xooF img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tAoLLfPspA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tAoLLfPspA .media-container-row .mbr-text {
  color: #837597;
}
.cid-tApqW5ie6A {
  z-index: 1000;
  width: 100%;
}
.cid-tApqW5ie6A nav.navbar {
  position: fixed;
}
.cid-tApqW5ie6A .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-tApqW5ie6A .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-tApqW5ie6A .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-tApqW5ie6A .navbar.opened {
  transition: all 0.3s;
}
.cid-tApqW5ie6A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tApqW5ie6A .navbar .navbar-logo img {
  width: auto;
}
.cid-tApqW5ie6A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tApqW5ie6A .navbar.collapsed {
  justify-content: center;
}
.cid-tApqW5ie6A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tApqW5ie6A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tApqW5ie6A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tApqW5ie6A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tApqW5ie6A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tApqW5ie6A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tApqW5ie6A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tApqW5ie6A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tApqW5ie6A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tApqW5ie6A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tApqW5ie6A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tApqW5ie6A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tApqW5ie6A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tApqW5ie6A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tApqW5ie6A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tApqW5ie6A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tApqW5ie6A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tApqW5ie6A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tApqW5ie6A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tApqW5ie6A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tApqW5ie6A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tApqW5ie6A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tApqW5ie6A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tApqW5ie6A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tApqW5ie6A .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-tApqW5ie6A .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tApqW5ie6A .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-tApqW5ie6A .dropdown-item:hover,
.cid-tApqW5ie6A .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tApqW5ie6A .dropdown-item:hover span {
  color: white;
}
.cid-tApqW5ie6A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tApqW5ie6A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tApqW5ie6A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tApqW5ie6A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tApqW5ie6A .nav-link {
  position: relative;
}
.cid-tApqW5ie6A .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tApqW5ie6A .container {
    flex-wrap: nowrap;
  }
}
.cid-tApqW5ie6A .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tApqW5ie6A .navbar-nav {
  padding: 5px !important;
}
.cid-tApqW5ie6A .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tApqW5ie6A .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tApqW5ie6A .dropdown-menu,
.cid-tApqW5ie6A .navbar.opened {
  background: #003c22 !important;
}
.cid-tApqW5ie6A .nav-item:focus,
.cid-tApqW5ie6A .nav-link:focus {
  outline: none;
}
.cid-tApqW5ie6A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tApqW5ie6A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tApqW5ie6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tApqW5ie6A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tApqW5ie6A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tApqW5ie6A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tApqW5ie6A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tApqW5ie6A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tApqW5ie6A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tApqW5ie6A .dropdown-item.active,
.cid-tApqW5ie6A .dropdown-item:active {
  background-color: transparent;
}
.cid-tApqW5ie6A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tApqW5ie6A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tApqW5ie6A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tApqW5ie6A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-tApqW5ie6A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tApqW5ie6A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tApqW5ie6A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tApqW5ie6A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tApqW5ie6A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tApqW5ie6A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tApqW5ie6A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tApqW5ie6A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tApqW5ie6A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tApqW5ie6A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tApqW5ie6A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tApqW5ie6A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tApqW5ie6A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tApqW5ie6A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tApqW5ie6A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tApqW5ie6A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tApqW5ie6A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tApqW5ie6A .navbar {
    height: 70px;
  }
  .cid-tApqW5ie6A .navbar.opened {
    height: auto;
  }
  .cid-tApqW5ie6A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tApqW5ie6A .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-tApqW5ie6A .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-tApqW5ie6A .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tApqW5ie6A .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tApqW5ie6A .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tApqW5ie6A .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tApqW5ie6A .container {
    overflow: hidden;
  }
  .cid-tApqW5ie6A .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tApqW5ie6A .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tApqW5ie6A .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tApqW5ie6A .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tApqW5ie6A .navbar-nav {
    padding: 0 !important;
  }
  .cid-tApqW5ie6A .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tApqW5ie6A .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tApqW5ie6A .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tApqW5ie6A .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tApqW5ie6A .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tApqW5ie6A .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tApqW5ie6A .container {
    padding: 10px 15px !important;
  }
  .cid-tApqW5ie6A .container-head {
    padding: 10px !important;
  }
  .cid-tApqW5ie6A .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tApqW5ie6A .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tApqW5ie6A .navbar {
    padding: 10px 15px;
  }
  .cid-tApqW5ie6A .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tApqW5ie6A .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-tApqW5ie6A .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-tApqW5ie6A .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-tApqW5ie6A .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-tApqW5ie6A .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-tApqW5ie6A .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-tApqW5ie6A .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-tApqW5ie6A .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-uRrxuGdufw {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uRrxuGdufw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrxuGdufw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrxuGdufw .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uRrxuGdufw .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uRrxuGdufw .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uRrxuGdufw .row {
  align-items: center;
}
.cid-uRrxuGdufw img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uRrxuGdufw img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
@media (min-width: 992px) {
  .cid-uRrxuGdufw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRrxuGdufw .mbr-section-title {
  color: #2b1c50;
}
.cid-uRrxuGdufw .mbr-text,
.cid-uRrxuGdufw .mbr-section-btn {
  color: #3d2e7c;
}
.cid-uRrwMLzkBx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwMLzkBx .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwMLzkBx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tApseiUfiy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tApseiUfiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tApseiUfiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tApseiUfiy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tApseiUfiy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tApseiUfiy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tApseiUfiy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tApseiUfiy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tApseiUfiy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tApseiUfiy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tApseiUfiy .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-tApseiUfiy .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-tApseiUfiy img {
  opacity: .9;
  border-radius: 5rem;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-tApseiUfiy img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRrwNajsxL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwNajsxL .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwNajsxL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tApqW5yBC5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tApqW5yBC5 .media-container-row .mbr-text {
  color: #837597;
}
.cid-tBZa2NDod4 {
  z-index: 1000;
  width: 100%;
}
.cid-tBZa2NDod4 nav.navbar {
  position: fixed;
}
.cid-tBZa2NDod4 .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-tBZa2NDod4 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-tBZa2NDod4 .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-tBZa2NDod4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZa2NDod4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tBZa2NDod4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZa2NDod4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBZa2NDod4 .navbar.collapsed {
  justify-content: center;
}
.cid-tBZa2NDod4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZa2NDod4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBZa2NDod4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tBZa2NDod4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZa2NDod4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZa2NDod4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBZa2NDod4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZa2NDod4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZa2NDod4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZa2NDod4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZa2NDod4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZa2NDod4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZa2NDod4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZa2NDod4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBZa2NDod4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZa2NDod4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZa2NDod4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZa2NDod4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZa2NDod4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZa2NDod4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBZa2NDod4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBZa2NDod4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZa2NDod4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBZa2NDod4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZa2NDod4 .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-tBZa2NDod4 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tBZa2NDod4 .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-tBZa2NDod4 .dropdown-item:hover,
.cid-tBZa2NDod4 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tBZa2NDod4 .dropdown-item:hover span {
  color: white;
}
.cid-tBZa2NDod4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBZa2NDod4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBZa2NDod4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBZa2NDod4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZa2NDod4 .nav-link {
  position: relative;
}
.cid-tBZa2NDod4 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tBZa2NDod4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tBZa2NDod4 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZa2NDod4 .navbar-nav {
  padding: 5px !important;
}
.cid-tBZa2NDod4 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tBZa2NDod4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tBZa2NDod4 .dropdown-menu,
.cid-tBZa2NDod4 .navbar.opened {
  background: #003c22 !important;
}
.cid-tBZa2NDod4 .nav-item:focus,
.cid-tBZa2NDod4 .nav-link:focus {
  outline: none;
}
.cid-tBZa2NDod4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZa2NDod4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZa2NDod4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZa2NDod4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZa2NDod4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZa2NDod4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZa2NDod4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZa2NDod4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZa2NDod4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZa2NDod4 .dropdown-item.active,
.cid-tBZa2NDod4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZa2NDod4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZa2NDod4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZa2NDod4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZa2NDod4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-tBZa2NDod4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZa2NDod4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZa2NDod4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZa2NDod4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZa2NDod4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZa2NDod4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZa2NDod4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZa2NDod4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZa2NDod4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZa2NDod4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZa2NDod4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZa2NDod4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZa2NDod4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZa2NDod4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZa2NDod4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBZa2NDod4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZa2NDod4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZa2NDod4 .navbar {
    height: 70px;
  }
  .cid-tBZa2NDod4 .navbar.opened {
    height: auto;
  }
  .cid-tBZa2NDod4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZa2NDod4 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-tBZa2NDod4 .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-tBZa2NDod4 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tBZa2NDod4 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tBZa2NDod4 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tBZa2NDod4 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tBZa2NDod4 .container {
    overflow: hidden;
  }
  .cid-tBZa2NDod4 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tBZa2NDod4 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tBZa2NDod4 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tBZa2NDod4 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tBZa2NDod4 .navbar-nav {
    padding: 0 !important;
  }
  .cid-tBZa2NDod4 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tBZa2NDod4 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tBZa2NDod4 .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tBZa2NDod4 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tBZa2NDod4 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tBZa2NDod4 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tBZa2NDod4 .container {
    padding: 10px 15px !important;
  }
  .cid-tBZa2NDod4 .container-head {
    padding: 10px !important;
  }
  .cid-tBZa2NDod4 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tBZa2NDod4 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tBZa2NDod4 .navbar {
    padding: 10px 15px;
  }
  .cid-tBZa2NDod4 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tBZa2NDod4 .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-tBZa2NDod4 .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-tBZa2NDod4 .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-tBZa2NDod4 .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-tBZa2NDod4 .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-tBZa2NDod4 .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-tBZa2NDod4 .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-tBZa2NDod4 .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-tBZa2NUlvP {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-16-1920x1280.webp");
  animation: backgroundZoom 60s linear infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 2px 2px 5px black;
}
.cid-tBZa2NUlvP .mbr-overlay {
  background: #ffb3fb;
  opacity: 0.5;
}
@keyframes backgroundZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.cid-tBZa2NUlvP .item:focus,
.cid-tBZa2NUlvP span:focus {
  outline: none;
}
.cid-tBZa2NUlvP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBZa2NUlvP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBZa2NUlvP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBZa2NUlvP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBZa2NUlvP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBZa2NUlvP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBZa2NUlvP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBZa2NUlvP .mbr-section-title {
  color: #ffffff;
}
.cid-tBZa2NUlvP .mbr-text,
.cid-tBZa2NUlvP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tBZa2NUlvP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBZa2NUlvP .item-subtitle {
  text-align: left;
}
.cid-tBZa2NUlvP img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tBZa2NUlvP img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tBZa2NUlvP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tBZa2NUlvP .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRru7JP7ew {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRru7JP7ew .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRru7JP7ew .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tBZIFltarT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1275.webp");
  animation: backgroundZoom 60s linear infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 2px 2px 5px black;
}
@keyframes backgroundZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.cid-tBZIFltarT .item:focus,
.cid-tBZIFltarT span:focus {
  outline: none;
}
.cid-tBZIFltarT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBZIFltarT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBZIFltarT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBZIFltarT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBZIFltarT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBZIFltarT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBZIFltarT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBZIFltarT .mbr-section-title {
  color: #ffffff;
}
.cid-tBZIFltarT .mbr-text,
.cid-tBZIFltarT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tBZIFltarT .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBZIFltarT .item-subtitle {
  text-align: left;
}
.cid-tBZIFltarT img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tBZIFltarT img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tBZIFltarT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tBZIFltarT .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tBZa2OaTcP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #003c22;
}
.cid-tBZa2OaTcP .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBZa2OaTcP .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tBZL2Zn6xN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1430.webp");
  animation: backgroundZoom 60s linear infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 2px 2px 5px black;
}
@keyframes backgroundZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.cid-tBZL2Zn6xN .item:focus,
.cid-tBZL2Zn6xN span:focus {
  outline: none;
}
.cid-tBZL2Zn6xN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBZL2Zn6xN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBZL2Zn6xN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBZL2Zn6xN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBZL2Zn6xN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBZL2Zn6xN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBZL2Zn6xN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBZL2Zn6xN .mbr-section-title {
  color: #ffffff;
}
.cid-tBZL2Zn6xN .mbr-text,
.cid-tBZL2Zn6xN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tBZL2Zn6xN .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBZL2Zn6xN .item-subtitle {
  text-align: left;
}
.cid-tBZL2Zn6xN img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tBZL2Zn6xN img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tBZL2Zn6xN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tBZL2Zn6xN .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrujrAA0B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrujrAA0B .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrujrAA0B .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tBZa2OJIZ1 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1920.webp");
  animation: backgroundZoom 60s linear infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 2px 2px 5px black;
}
.cid-tBZa2OJIZ1 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
@keyframes backgroundZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.cid-tBZa2OJIZ1 .item:focus,
.cid-tBZa2OJIZ1 span:focus {
  outline: none;
}
.cid-tBZa2OJIZ1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBZa2OJIZ1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBZa2OJIZ1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBZa2OJIZ1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBZa2OJIZ1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBZa2OJIZ1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBZa2OJIZ1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBZa2OJIZ1 .mbr-section-title {
  color: #ffffff;
}
.cid-tBZa2OJIZ1 .mbr-text,
.cid-tBZa2OJIZ1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tBZa2OJIZ1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBZa2OJIZ1 .item-subtitle {
  text-align: left;
}
.cid-tBZa2OJIZ1 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tBZa2OJIZ1 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tBZa2OJIZ1 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tBZa2OJIZ1 .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tBZRkEHGHk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tBZRkEHGHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBZRkEHGHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBZRkEHGHk .mbr-section-title {
  width: 100%;
  color: #353535;
  margin-bottom: 0;
}
.cid-tBZRkEHGHk .mbr-section-title.display-4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cid-tBZRkEHGHk .mbr-section-title.display-4 {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .cid-tBZRkEHGHk .mbr-section-title.display-4 {
    font-size: 26px;
  }
}
.cid-tBZRkEHGHk .mbr-text {
  width: 100%;
  color: #353535;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tBZRkEHGHk .mbr-text {
    margin-top: 16px;
  }
}
.cid-tBZRkEHGHk .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tBZRkEHGHk .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uRrujTierU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrujTierU .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrujTierU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tBZPGo9CBk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.webp");
  animation: backgroundZoom 60s linear infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 2px 2px 5px black;
}
.cid-tBZPGo9CBk .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
@keyframes backgroundZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.cid-tBZPGo9CBk .item:focus,
.cid-tBZPGo9CBk span:focus {
  outline: none;
}
.cid-tBZPGo9CBk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBZPGo9CBk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBZPGo9CBk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tBZPGo9CBk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBZPGo9CBk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tBZPGo9CBk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tBZPGo9CBk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBZPGo9CBk .mbr-section-title {
  color: #ffffff;
}
.cid-tBZPGo9CBk .mbr-text,
.cid-tBZPGo9CBk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tBZPGo9CBk .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBZPGo9CBk .item-subtitle {
  text-align: left;
}
.cid-tBZPGo9CBk img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tBZPGo9CBk img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tBZPGo9CBk .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tBZPGo9CBk .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tBZa2OY4Pk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tBZa2OY4Pk .media-container-row .mbr-text {
  color: #837597;
}
.cid-tBZU8Iws2B {
  z-index: 1000;
  width: 100%;
}
.cid-tBZU8Iws2B nav.navbar {
  position: fixed;
}
.cid-tBZU8Iws2B .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-tBZU8Iws2B .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-tBZU8Iws2B .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-tBZU8Iws2B .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZU8Iws2B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tBZU8Iws2B .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZU8Iws2B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBZU8Iws2B .navbar.collapsed {
  justify-content: center;
}
.cid-tBZU8Iws2B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZU8Iws2B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBZU8Iws2B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tBZU8Iws2B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZU8Iws2B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZU8Iws2B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBZU8Iws2B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZU8Iws2B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZU8Iws2B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZU8Iws2B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZU8Iws2B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZU8Iws2B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZU8Iws2B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZU8Iws2B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBZU8Iws2B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZU8Iws2B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZU8Iws2B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZU8Iws2B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZU8Iws2B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZU8Iws2B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBZU8Iws2B .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBZU8Iws2B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZU8Iws2B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tBZU8Iws2B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZU8Iws2B .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-tBZU8Iws2B .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tBZU8Iws2B .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-tBZU8Iws2B .dropdown-item:hover,
.cid-tBZU8Iws2B .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-tBZU8Iws2B .dropdown-item:hover span {
  color: white;
}
.cid-tBZU8Iws2B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBZU8Iws2B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBZU8Iws2B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBZU8Iws2B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZU8Iws2B .nav-link {
  position: relative;
}
.cid-tBZU8Iws2B .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tBZU8Iws2B .container {
    flex-wrap: nowrap;
  }
}
.cid-tBZU8Iws2B .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZU8Iws2B .navbar-nav {
  padding: 5px !important;
}
.cid-tBZU8Iws2B .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tBZU8Iws2B .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tBZU8Iws2B .dropdown-menu,
.cid-tBZU8Iws2B .navbar.opened {
  background: #003c22 !important;
}
.cid-tBZU8Iws2B .nav-item:focus,
.cid-tBZU8Iws2B .nav-link:focus {
  outline: none;
}
.cid-tBZU8Iws2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZU8Iws2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZU8Iws2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZU8Iws2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZU8Iws2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZU8Iws2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZU8Iws2B .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZU8Iws2B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZU8Iws2B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZU8Iws2B .dropdown-item.active,
.cid-tBZU8Iws2B .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZU8Iws2B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZU8Iws2B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZU8Iws2B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZU8Iws2B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-tBZU8Iws2B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZU8Iws2B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZU8Iws2B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZU8Iws2B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZU8Iws2B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZU8Iws2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZU8Iws2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZU8Iws2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZU8Iws2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZU8Iws2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZU8Iws2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZU8Iws2B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZU8Iws2B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZU8Iws2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZU8Iws2B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBZU8Iws2B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZU8Iws2B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZU8Iws2B .navbar {
    height: 70px;
  }
  .cid-tBZU8Iws2B .navbar.opened {
    height: auto;
  }
  .cid-tBZU8Iws2B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBZU8Iws2B .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-tBZU8Iws2B .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-tBZU8Iws2B .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tBZU8Iws2B .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tBZU8Iws2B .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tBZU8Iws2B .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tBZU8Iws2B .container {
    overflow: hidden;
  }
  .cid-tBZU8Iws2B .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tBZU8Iws2B .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tBZU8Iws2B .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tBZU8Iws2B .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tBZU8Iws2B .navbar-nav {
    padding: 0 !important;
  }
  .cid-tBZU8Iws2B .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tBZU8Iws2B .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tBZU8Iws2B .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tBZU8Iws2B .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tBZU8Iws2B .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-tBZU8Iws2B .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tBZU8Iws2B .container {
    padding: 10px 15px !important;
  }
  .cid-tBZU8Iws2B .container-head {
    padding: 10px !important;
  }
  .cid-tBZU8Iws2B .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tBZU8Iws2B .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tBZU8Iws2B .navbar {
    padding: 10px 15px;
  }
  .cid-tBZU8Iws2B .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tBZU8Iws2B .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-tBZU8Iws2B .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-tBZU8Iws2B .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-tBZU8Iws2B .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-tBZU8Iws2B .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-tBZU8Iws2B .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-tBZU8Iws2B .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-tBZU8Iws2B .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-tC08tSDZFM {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-19-1920x1280.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-tC08tSDZFM .item:focus,
.cid-tC08tSDZFM span:focus {
  outline: none;
}
.cid-tC08tSDZFM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tC08tSDZFM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tC08tSDZFM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tC08tSDZFM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tC08tSDZFM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tC08tSDZFM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tC08tSDZFM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tC08tSDZFM .mbr-section-title {
  color: #ffffff;
}
.cid-tC08tSDZFM .mbr-text,
.cid-tC08tSDZFM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tC08tSDZFM .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tC08tSDZFM .item-subtitle {
  text-align: left;
}
.cid-tC08tSDZFM img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-tC08tSDZFM img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-tC08tSDZFM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tC08tSDZFM .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-tBZU8MlK5p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tBZU8MlK5p .media-container-row .mbr-text {
  color: #837597;
}
.cid-uR2oED2UPu {
  z-index: 1000;
  width: 100%;
}
.cid-uR2oED2UPu nav.navbar {
  position: fixed;
}
.cid-uR2oED2UPu .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-uR2oED2UPu .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-uR2oED2UPu .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-uR2oED2UPu .navbar.opened {
  transition: all 0.3s;
}
.cid-uR2oED2UPu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uR2oED2UPu .navbar .navbar-logo img {
  width: auto;
}
.cid-uR2oED2UPu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR2oED2UPu .navbar.collapsed {
  justify-content: center;
}
.cid-uR2oED2UPu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2oED2UPu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR2oED2UPu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uR2oED2UPu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2oED2UPu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2oED2UPu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uR2oED2UPu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2oED2UPu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR2oED2UPu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR2oED2UPu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2oED2UPu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2oED2UPu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2oED2UPu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2oED2UPu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uR2oED2UPu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR2oED2UPu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2oED2UPu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2oED2UPu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR2oED2UPu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR2oED2UPu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uR2oED2UPu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uR2oED2UPu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR2oED2UPu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uR2oED2UPu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2oED2UPu .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-uR2oED2UPu .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uR2oED2UPu .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-uR2oED2UPu .dropdown-item:hover,
.cid-uR2oED2UPu .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uR2oED2UPu .dropdown-item:hover span {
  color: white;
}
.cid-uR2oED2UPu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR2oED2UPu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR2oED2UPu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR2oED2UPu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2oED2UPu .nav-link {
  position: relative;
}
.cid-uR2oED2UPu .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uR2oED2UPu .container {
    flex-wrap: nowrap;
  }
}
.cid-uR2oED2UPu .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR2oED2UPu .navbar-nav {
  padding: 5px !important;
}
.cid-uR2oED2UPu .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uR2oED2UPu .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uR2oED2UPu .dropdown-menu,
.cid-uR2oED2UPu .navbar.opened {
  background: #003c22 !important;
}
.cid-uR2oED2UPu .nav-item:focus,
.cid-uR2oED2UPu .nav-link:focus {
  outline: none;
}
.cid-uR2oED2UPu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR2oED2UPu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2oED2UPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR2oED2UPu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2oED2UPu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2oED2UPu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2oED2UPu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR2oED2UPu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR2oED2UPu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2oED2UPu .dropdown-item.active,
.cid-uR2oED2UPu .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2oED2UPu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2oED2UPu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2oED2UPu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2oED2UPu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-uR2oED2UPu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2oED2UPu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2oED2UPu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR2oED2UPu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR2oED2UPu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR2oED2UPu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR2oED2UPu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR2oED2UPu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2oED2UPu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2oED2UPu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR2oED2UPu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2oED2UPu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR2oED2UPu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR2oED2UPu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2oED2UPu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR2oED2UPu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR2oED2UPu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uR2oED2UPu .navbar {
    height: 70px;
  }
  .cid-uR2oED2UPu .navbar.opened {
    height: auto;
  }
  .cid-uR2oED2UPu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2oED2UPu .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-uR2oED2UPu .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-uR2oED2UPu .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-uR2oED2UPu .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uR2oED2UPu .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uR2oED2UPu .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uR2oED2UPu .container {
    overflow: hidden;
  }
  .cid-uR2oED2UPu .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uR2oED2UPu .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uR2oED2UPu .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uR2oED2UPu .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uR2oED2UPu .navbar-nav {
    padding: 0 !important;
  }
  .cid-uR2oED2UPu .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uR2oED2UPu .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uR2oED2UPu .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-uR2oED2UPu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uR2oED2UPu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-uR2oED2UPu .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uR2oED2UPu .container {
    padding: 10px 15px !important;
  }
  .cid-uR2oED2UPu .container-head {
    padding: 10px !important;
  }
  .cid-uR2oED2UPu .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uR2oED2UPu .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uR2oED2UPu .navbar {
    padding: 10px 15px;
  }
  .cid-uR2oED2UPu .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uR2oED2UPu .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-uR2oED2UPu .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-uR2oED2UPu .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uR2oED2UPu .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-uR2oED2UPu .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-uR2oED2UPu .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-uR2oED2UPu .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-uR2oED2UPu .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-uR2oEDrqdZ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-ganinph-7772639.webp");
}
.cid-uR2oEDrqdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEDrqdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEDrqdZ .mbr-section-btn a.btn {
  margin: 5px;
  padding: 5px 6px;
  font-size: 14px;
  border-radius: 6px;
  flex: 1 1 45%;
  max-width: 160px;
  text-align: center;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #333;
}
.cid-uR2oEDrqdZ .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.cid-uR2oEDrqdZ .mbr-section-btn a.btn:hover {
  background-color: #333;
  color: #fff;
}
@media (max-width: 576px) {
  .cid-uR2oEDrqdZ .mbr-section-btn a.btn {
    flex: 1 1 100%;
    margin: 2px 0;
  }
  .cid-uR2oEDrqdZ .mbr-section-btn {
    gap: 2px;
  }
}
.cid-uR2oEDrqdZ .btn {
  top: 0;
  padding: 8px;
  right: 0px;
  position: relative;
  text-shadow: 0px 0px 0px black;
  border-radius: 1em 1em 1em 1em;
  -webkit-box-shadow: 10px 10px 15px #999999;
}
.cid-uR2oEDrqdZ .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #999999;
}
.cid-uRrwjiLDAG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwjiLDAG .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwjiLDAG .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEE4I3K {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-ganinph-7772639.webp");
}
.cid-uR2oEE4I3K .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uR2oEE4I3K .item:focus,
.cid-uR2oEE4I3K span:focus {
  outline: none;
}
.cid-uR2oEE4I3K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR2oEE4I3K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR2oEE4I3K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR2oEE4I3K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR2oEE4I3K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR2oEE4I3K .mbr-section-title {
  color: #000000;
}
.cid-uR2oEE4I3K .mbr-text,
.cid-uR2oEE4I3K .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEE4I3K .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEE4I3K .item-subtitle {
  text-align: left;
}
.cid-uR2oEE4I3K img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uR2oEE4I3K img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uR2oEE4I3K .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uR2oEE4I3K .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrwkw7keK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwkw7keK .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwkw7keK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEESnL9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280-2.webp");
}
.cid-uR2oEESnL9 .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uR2oEESnL9 .item:focus,
.cid-uR2oEESnL9 span:focus {
  outline: none;
}
.cid-uR2oEESnL9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR2oEESnL9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR2oEESnL9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR2oEESnL9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR2oEESnL9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR2oEESnL9 .mbr-section-title {
  color: #000000;
}
.cid-uR2oEESnL9 .mbr-text,
.cid-uR2oEESnL9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEESnL9 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEESnL9 .item-subtitle {
  text-align: left;
}
.cid-uR2oEESnL9 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uR2oEESnL9 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uR2oEESnL9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uR2oEESnL9 .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrwl1MdjT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwl1MdjT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwl1MdjT .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEFEy6j {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/pexels-karolina-grabowska-4498154.webp");
}
.cid-uR2oEFEy6j .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uR2oEFEy6j .item:focus,
.cid-uR2oEFEy6j span:focus {
  outline: none;
}
.cid-uR2oEFEy6j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR2oEFEy6j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR2oEFEy6j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR2oEFEy6j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR2oEFEy6j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR2oEFEy6j .mbr-section-title {
  color: #000000;
}
.cid-uR2oEFEy6j .mbr-text,
.cid-uR2oEFEy6j .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEFEy6j .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEFEy6j .item-subtitle {
  text-align: left;
}
.cid-uR2oEFEy6j img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uR2oEFEy6j img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uR2oEFEy6j .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uR2oEFEy6j .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrwlxcmzh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwlxcmzh .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwlxcmzh .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEGvGZT {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/morgans4.webp");
}
.cid-uR2oEGvGZT .mbr-overlay {
  background: #fafafa;
  opacity: 0.5;
}
.cid-uR2oEGvGZT .item:focus,
.cid-uR2oEGvGZT span:focus {
  outline: none;
}
.cid-uR2oEGvGZT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uR2oEGvGZT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uR2oEGvGZT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR2oEGvGZT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uR2oEGvGZT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uR2oEGvGZT .mbr-section-title {
  color: #000000;
}
.cid-uR2oEGvGZT .mbr-text,
.cid-uR2oEGvGZT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEGvGZT .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEGvGZT .item-subtitle {
  text-align: left;
}
.cid-uR2oEGvGZT img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uR2oEGvGZT img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uR2oEGvGZT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uR2oEGvGZT .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrwm4T2O2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwm4T2O2 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwm4T2O2 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEHjHJ6 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-uR2oEHjHJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEHjHJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEHjHJ6 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uR2oEHjHJ6 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uR2oEHjHJ6 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oEHjHJ6 .row {
  align-items: center;
}
.cid-uR2oEHjHJ6 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uR2oEHjHJ6 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
@media (min-width: 992px) {
  .cid-uR2oEHjHJ6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2oEHjHJ6 .mbr-section-title {
  color: #2b1c50;
}
.cid-uR2oEHjHJ6 .mbr-text,
.cid-uR2oEHjHJ6 .mbr-section-btn {
  color: #3d2e7c;
}
.cid-uR2oEHHnXe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uR2oEHHnXe .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR2oEHHnXe .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uR2oEI3Qmo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1271.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uR2oEI3Qmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEI3Qmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEI3Qmo .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uR2oEI3Qmo .team-card:hover {
  opacity: 1;
  transform: translateY(-10px);
}
.cid-uR2oEI3Qmo .card-wrap {
  opacity: 1;
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uR2oEI3Qmo .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uR2oEI3Qmo .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uR2oEI3Qmo .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2oEI3Qmo .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uR2oEI3Qmo img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uR2oEI3Qmo img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uR2oEI3Qmo .social-row {
  text-align: center;
}
.cid-uR2oEI3Qmo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uR2oEI3Qmo .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uR2oEI3Qmo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uR2oEI3Qmo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uR2oEI3Qmo .mbr-section-title {
  color: #ffffff;
}
.cid-uR2oEI3Qmo .card-text,
.cid-uR2oEI3Qmo .mbr-section-btn,
.cid-uR2oEI3Qmo .social-row {
  color: #ffffff;
}
.cid-uR2oEI3Qmo .mbr-role,
.cid-uR2oEI3Qmo .social-row {
  color: #ffffff;
}
.cid-uR2oEI3Qmo .glass {
  text-shadow: 0px 0px 0px #000000;
  box-shadow: 12px 12px 25px black;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uR2oEI3Qmo .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-uR2oEI3Qmo .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oEILMEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uR2oEILMEK .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR2oEILMEK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEJ8x45 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.webp");
}
.cid-uR2oEJ8x45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEJ8x45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEJ8x45 .mbr-section-title,
.cid-uR2oEJ8x45 .mbr-text,
.cid-uR2oEJ8x45 .mbr-section-btn {
  text-align: center;
}
.cid-uR2oEJ8x45 .video-wrapper {
  margin: auto;
}
.cid-uR2oEJ8x45 .video-wrapper iframe {
  width: 100%;
}
.cid-uR2oEJ8x45 .mbr-text,
.cid-uR2oEJ8x45 .mbr-section-btn {
  text-align: left;
}
.cid-uR2oEJ8x45 .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-uR2oEJ8x45 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oEJzeSZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uR2oEJzeSZ .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR2oEJzeSZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uR2oEJXo44 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1149.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uR2oEJXo44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEJXo44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEJXo44 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uR2oEJXo44 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uR2oEJXo44 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oEJXo44 .row {
  align-items: center;
}
.cid-uR2oEJXo44 img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uR2oEJXo44 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uR2oEJXo44 .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uR2oEJXo44 .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2oEJXo44 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2oEJXo44 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2oEJXo44 .mbr-section-title {
  color: #ffffff;
}
.cid-uR2oEJXo44 .mbr-text,
.cid-uR2oEJXo44 .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2oEJXo44 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uR2oEKsDnd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uR2oEKsDnd .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR2oEKsDnd .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEKRcs1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-uR2oEKRcs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEKRcs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEKRcs1 .mbr-section-title,
.cid-uR2oEKRcs1 .mbr-text,
.cid-uR2oEKRcs1 .mbr-section-btn {
  text-align: center;
}
.cid-uR2oEKRcs1 .video-wrapper {
  margin: auto;
}
.cid-uR2oEKRcs1 .video-wrapper iframe {
  width: 100%;
}
.cid-uR2oEKRcs1 .mbr-text,
.cid-uR2oEKRcs1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEKRcs1 .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-uR2oEKRcs1 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oEKRcs1 .mbr-section-title {
  color: #ffffff;
}
.cid-uR2oELmZ2f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uR2oELmZ2f .line {
  background-color: #ffb3fb;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uR2oELmZ2f .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uR2oELLSlI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/injectables-890x425.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uR2oELLSlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oELLSlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oELLSlI .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uR2oELLSlI .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uR2oELLSlI .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oELLSlI .row {
  flex-direction: row-reverse;
}
.cid-uR2oELLSlI .row {
  align-items: center;
}
.cid-uR2oELLSlI img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-uR2oELLSlI .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uR2oELLSlI .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2oELLSlI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2oELLSlI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2oELLSlI .mbr-section-title {
  color: #ffffff;
}
.cid-uR2oELLSlI .mbr-text,
.cid-uR2oELLSlI .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2oELLSlI img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRrwhB6c6B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwhB6c6B .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwhB6c6B .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEMeZs2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.webp");
}
.cid-uR2oEMeZs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEMeZs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEMeZs2 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uR2oEMeZs2 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uR2oEMeZs2 .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oEMeZs2 .row {
  align-items: center;
}
.cid-uR2oEMeZs2 img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-uR2oEMeZs2 .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uR2oEMeZs2 .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2oEMeZs2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2oEMeZs2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2oEMeZs2 .mbr-section-title {
  color: #000000;
}
.cid-uR2oEMeZs2 .mbr-text,
.cid-uR2oEMeZs2 .mbr-section-btn {
  color: #000000;
}
.cid-uR2oEMeZs2 img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRrwh8rYD5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwh8rYD5 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwh8rYD5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oEMKcEc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1149.webp");
  text-shadow: 2px 2px 5px black;
}
.cid-uR2oEMKcEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oEMKcEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oEMKcEc .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uR2oEMKcEc .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uR2oEMKcEc .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uR2oEMKcEc .row {
  align-items: center;
}
.cid-uR2oEMKcEc img {
  border-radius: 5rem;
  opacity: .9;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-uR2oEMKcEc .image-wrapper {
  background: #000000;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uR2oEMKcEc .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2oEMKcEc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uR2oEMKcEc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uR2oEMKcEc .mbr-section-title {
  color: #ffffff;
}
.cid-uR2oEMKcEc .mbr-text,
.cid-uR2oEMKcEc .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2oEMKcEc img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRrwgJ3hE5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrwgJ3hE5 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrwgJ3hE5 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uR2oENeOx5 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uR2oENeOx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2oENeOx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2oENeOx5 .item {
  padding-bottom: 2rem;
}
.cid-uR2oENeOx5 .item-wrapper {
  position: relative;
}
.cid-uR2oENeOx5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uR2oENeOx5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uR2oENeOx5 .carousel-control,
.cid-uR2oENeOx5 .close {
  background: #1b1b1b;
}
.cid-uR2oENeOx5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uR2oENeOx5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uR2oENeOx5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uR2oENeOx5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uR2oENeOx5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uR2oENeOx5 .close::before {
  content: '\e91a';
}
.cid-uR2oENeOx5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uR2oENeOx5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uR2oENeOx5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR2oENeOx5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uR2oENeOx5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uR2oENeOx5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uR2oENeOx5 .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-uR2oENeOx5 .carousel-indicators li.active,
.cid-uR2oENeOx5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uR2oENeOx5 .carousel-indicators li::after,
.cid-uR2oENeOx5 .carousel-indicators li::before {
  content: none;
}
.cid-uR2oENeOx5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uR2oENeOx5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uR2oENeOx5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uR2oENeOx5 .carousel-indicators {
    display: none;
  }
}
.cid-uR2oENeOx5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uR2oENeOx5 .carousel-inner > .active {
  display: block;
}
.cid-uR2oENeOx5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR2oENeOx5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR2oENeOx5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uR2oENeOx5 .carousel-control,
  .cid-uR2oENeOx5 .carousel-indicators,
  .cid-uR2oENeOx5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uR2oENeOx5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uR2oENeOx5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uR2oENeOx5 .carousel-indicators .active,
.cid-uR2oENeOx5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uR2oENeOx5 .carousel-indicators .active {
  background: #fff;
}
.cid-uR2oENeOx5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uR2oENeOx5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uR2oENeOx5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uR2oENeOx5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uR2oENeOx5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uR2oENeOx5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uR2oENeOx5 .carousel {
  width: 100%;
}
.cid-uR2oENeOx5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uR2oENeOx5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uR2oENeOx5 .modal.fade .modal-dialog,
.cid-uR2oENeOx5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uR2oENeOx5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uR2oENeOx5 H6 {
  text-align: center;
}
.cid-uR2oENeOx5 H4 {
  text-align: left;
}
.cid-uR2oENY7lk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uR2oENY7lk .media-container-row .mbr-text {
  color: #837597;
}
.cid-uRrIbwriZn {
  z-index: 1000;
  width: 100%;
}
.cid-uRrIbwriZn nav.navbar {
  position: fixed;
}
.cid-uRrIbwriZn .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-uRrIbwriZn .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-uRrIbwriZn .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-uRrIbwriZn .navbar.opened {
  transition: all 0.3s;
}
.cid-uRrIbwriZn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uRrIbwriZn .navbar .navbar-logo img {
  width: auto;
}
.cid-uRrIbwriZn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRrIbwriZn .navbar.collapsed {
  justify-content: center;
}
.cid-uRrIbwriZn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRrIbwriZn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRrIbwriZn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uRrIbwriZn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRrIbwriZn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRrIbwriZn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRrIbwriZn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRrIbwriZn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRrIbwriZn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRrIbwriZn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRrIbwriZn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRrIbwriZn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRrIbwriZn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRrIbwriZn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRrIbwriZn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRrIbwriZn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRrIbwriZn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRrIbwriZn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRrIbwriZn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRrIbwriZn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRrIbwriZn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRrIbwriZn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRrIbwriZn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRrIbwriZn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRrIbwriZn .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-uRrIbwriZn .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uRrIbwriZn .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-uRrIbwriZn .dropdown-item:hover,
.cid-uRrIbwriZn .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uRrIbwriZn .dropdown-item:hover span {
  color: white;
}
.cid-uRrIbwriZn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRrIbwriZn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRrIbwriZn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRrIbwriZn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRrIbwriZn .nav-link {
  position: relative;
}
.cid-uRrIbwriZn .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uRrIbwriZn .container {
    flex-wrap: nowrap;
  }
}
.cid-uRrIbwriZn .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRrIbwriZn .navbar-nav {
  padding: 5px !important;
}
.cid-uRrIbwriZn .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uRrIbwriZn .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uRrIbwriZn .dropdown-menu,
.cid-uRrIbwriZn .navbar.opened {
  background: #003c22 !important;
}
.cid-uRrIbwriZn .nav-item:focus,
.cid-uRrIbwriZn .nav-link:focus {
  outline: none;
}
.cid-uRrIbwriZn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRrIbwriZn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRrIbwriZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRrIbwriZn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRrIbwriZn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRrIbwriZn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRrIbwriZn .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRrIbwriZn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRrIbwriZn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRrIbwriZn .dropdown-item.active,
.cid-uRrIbwriZn .dropdown-item:active {
  background-color: transparent;
}
.cid-uRrIbwriZn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRrIbwriZn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRrIbwriZn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRrIbwriZn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-uRrIbwriZn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRrIbwriZn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRrIbwriZn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRrIbwriZn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRrIbwriZn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRrIbwriZn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRrIbwriZn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRrIbwriZn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRrIbwriZn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRrIbwriZn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRrIbwriZn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRrIbwriZn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRrIbwriZn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRrIbwriZn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRrIbwriZn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRrIbwriZn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRrIbwriZn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRrIbwriZn .navbar {
    height: 70px;
  }
  .cid-uRrIbwriZn .navbar.opened {
    height: auto;
  }
  .cid-uRrIbwriZn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRrIbwriZn .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-uRrIbwriZn .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-uRrIbwriZn .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-uRrIbwriZn .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uRrIbwriZn .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uRrIbwriZn .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uRrIbwriZn .container {
    overflow: hidden;
  }
  .cid-uRrIbwriZn .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uRrIbwriZn .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uRrIbwriZn .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uRrIbwriZn .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uRrIbwriZn .navbar-nav {
    padding: 0 !important;
  }
  .cid-uRrIbwriZn .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uRrIbwriZn .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uRrIbwriZn .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-uRrIbwriZn .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uRrIbwriZn .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-uRrIbwriZn .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uRrIbwriZn .container {
    padding: 10px 15px !important;
  }
  .cid-uRrIbwriZn .container-head {
    padding: 10px !important;
  }
  .cid-uRrIbwriZn .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uRrIbwriZn .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uRrIbwriZn .navbar {
    padding: 10px 15px;
  }
  .cid-uRrIbwriZn .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uRrIbwriZn .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-uRrIbwriZn .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-uRrIbwriZn .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRrIbwriZn .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-uRrIbwriZn .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-uRrIbwriZn .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-uRrIbwriZn .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-uRrIbwriZn .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-uRrIbx703I {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20250715-091715-fotor-20250719194325.webp");
}
.cid-uRrIbx703I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrIbx703I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRrIbx703I .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
  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;
}
@media (max-width: 767px) {
  .cid-uRrIbx703I .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uRrIbx703I .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uRrIbx703I .row {
  align-items: center;
}
.cid-uRrIbx703I img {
  max-width: 100%;
  height: auto;
  transform: perspective(290px) rotateY(4deg);
  -moz-transform: perspective(290px) rotateY(4deg);
  -ms-transform: perspective(290px) rotateY(4deg);
  -o-transform: perspective(290px) rotateY(4deg);
  -webkit-transform: perspective(290px) rotateY(4deg);
  opacity: .9;
  border-radius: 2rem;
  transition: all 1s;
}
.cid-uRrIbx703I img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
@media (min-width: 992px) {
  .cid-uRrIbx703I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRrIbx703I .mbr-section-title {
  color: #ffffff;
}
.cid-uRrIbx703I .mbr-text,
.cid-uRrIbx703I .mbr-section-btn {
  color: #ffffff;
}
.cid-uRrIbx703I .glass {
  text-shadow: 2px 2px 5px black;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-uRrIbxH7x0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrIbxH7x0 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrIbxH7x0 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uRrIby2iyS {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/20250715-091722-fotor-20250719194047.webp");
}
.cid-uRrIby2iyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRrIby2iyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRrIby2iyS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRrIby2iyS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uRrIby2iyS .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uRrIby2iyS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRrIby2iyS .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-uRrIby2iyS .btn:hover {
  top: 3px;
  -webkit-box-shadow: 0px 0px 0px #000000;
}
.cid-uRrIby2iyS img {
  opacity: .9;
  border-radius: 5rem;
  transition: all .3s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-uRrIby2iyS img:hover {
  opacity: 1;
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.8);
  transition: all 2s;
  border-radius: 2rem;
  transform: rotate(-2deg) scale(1.03);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRrIby2iyS .glass {
  text-shadow: 0px 0px 0px #000000;
  border-radius: 35px 35px 35px 35px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 15px 10px;
}
.cid-uRrIby2iyS .mbr-section-title {
  color: #ffffff;
}
.cid-uRrIby2iyS .mbr-text,
.cid-uRrIby2iyS .mbr-section-btn {
  color: #ffffff;
}
.cid-uRrIbzPbgX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #003c22;
}
.cid-uRrIbzPbgX .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRrIbzPbgX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uRrIbB4IIV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRrIbB4IIV .media-container-row .mbr-text {
  color: #837597;
}
.cid-uRSVOwIk39 {
  z-index: 1000;
  width: 100%;
}
.cid-uRSVOwIk39 nav.navbar {
  position: fixed;
}
.cid-uRSVOwIk39 .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-uRSVOwIk39 .grow:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}
.cid-uRSVOwIk39 .navbar {
  margin-top: 0px;
  width: 97%;
  opacity: .8;
  margin: auto;
  box-shadow: 10px 10px 5px #000;
  -webkit-box-shadow: 10px 10px 5px #000;
  border-radius: 0em 0em 1em 1em;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 60, 34, 0.9);
  padding: 0 !important;
  border: none !important;
  animation: ensureCompletion 1.5s forwards;
}
.cid-uRSVOwIk39 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRSVOwIk39 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uRSVOwIk39 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRSVOwIk39 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRSVOwIk39 .navbar.collapsed {
  justify-content: center;
}
.cid-uRSVOwIk39 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRSVOwIk39 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRSVOwIk39 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uRSVOwIk39 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRSVOwIk39 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRSVOwIk39 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.15em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRSVOwIk39 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRSVOwIk39 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRSVOwIk39 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRSVOwIk39 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRSVOwIk39 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRSVOwIk39 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRSVOwIk39 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRSVOwIk39 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRSVOwIk39 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRSVOwIk39 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRSVOwIk39 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRSVOwIk39 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRSVOwIk39 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRSVOwIk39 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRSVOwIk39 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRSVOwIk39 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRSVOwIk39 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRSVOwIk39 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRSVOwIk39 .dropdown-menu {
  padding: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none !important;
}
.cid-uRSVOwIk39 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uRSVOwIk39 .dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-uRSVOwIk39 .dropdown-item:hover,
.cid-uRSVOwIk39 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uRSVOwIk39 .dropdown-item:hover span {
  color: white;
}
.cid-uRSVOwIk39 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRSVOwIk39 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRSVOwIk39 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRSVOwIk39 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRSVOwIk39 .nav-link {
  position: relative;
}
.cid-uRSVOwIk39 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uRSVOwIk39 .container {
    flex-wrap: nowrap;
  }
}
.cid-uRSVOwIk39 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRSVOwIk39 .navbar-nav {
  padding: 5px !important;
}
.cid-uRSVOwIk39 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uRSVOwIk39 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uRSVOwIk39 .dropdown-menu,
.cid-uRSVOwIk39 .navbar.opened {
  background: #003c22 !important;
}
.cid-uRSVOwIk39 .nav-item:focus,
.cid-uRSVOwIk39 .nav-link:focus {
  outline: none;
}
.cid-uRSVOwIk39 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRSVOwIk39 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRSVOwIk39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRSVOwIk39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRSVOwIk39 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRSVOwIk39 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRSVOwIk39 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRSVOwIk39 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRSVOwIk39 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRSVOwIk39 .dropdown-item.active,
.cid-uRSVOwIk39 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRSVOwIk39 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRSVOwIk39 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRSVOwIk39 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRSVOwIk39 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003c22;
}
.cid-uRSVOwIk39 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRSVOwIk39 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRSVOwIk39 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRSVOwIk39 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRSVOwIk39 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRSVOwIk39 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRSVOwIk39 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRSVOwIk39 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRSVOwIk39 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRSVOwIk39 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRSVOwIk39 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSVOwIk39 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRSVOwIk39 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRSVOwIk39 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSVOwIk39 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRSVOwIk39 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRSVOwIk39 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRSVOwIk39 .navbar {
    height: 70px;
  }
  .cid-uRSVOwIk39 .navbar.opened {
    height: auto;
  }
  .cid-uRSVOwIk39 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRSVOwIk39 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #bbbbbb;
  background: rgba(187, 187, 187, 0.9);
}
.cid-uRSVOwIk39 .mbr-section-title {
  color: #353535;
  max-width: 50%;
  margin-right: auto;
}
.cid-uRSVOwIk39 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-uRSVOwIk39 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uRSVOwIk39 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uRSVOwIk39 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uRSVOwIk39 .container {
    overflow: hidden;
  }
  .cid-uRSVOwIk39 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uRSVOwIk39 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uRSVOwIk39 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uRSVOwIk39 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uRSVOwIk39 .navbar-nav {
    padding: 0 !important;
  }
  .cid-uRSVOwIk39 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uRSVOwIk39 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uRSVOwIk39 .navbar-nav .nav-item .nav-link:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-uRSVOwIk39 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uRSVOwIk39 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #ECACE7 !important;
    color: #FFFFFF !important;
  }
  .cid-uRSVOwIk39 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uRSVOwIk39 .container {
    padding: 10px 15px !important;
  }
  .cid-uRSVOwIk39 .container-head {
    padding: 10px !important;
  }
  .cid-uRSVOwIk39 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uRSVOwIk39 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uRSVOwIk39 .navbar {
    padding: 10px 15px;
  }
  .cid-uRSVOwIk39 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uRSVOwIk39 .logo-container {
  position: fixed;
  top: 10px;
  right: -800px;
  opacity: 0;
  transition: opacity 1s, right 1s;
  animation: slideIn 1s forwards;
}
.cid-uRSVOwIk39 .logo-container.show {
  right: 10px;
  opacity: 1;
}
@keyframes slideIn {
  from {
    right: -500px;
    opacity: 0;
  }
  to {
    right: 10px;
    opacity: 1;
  }
}
@keyframes slideInLogo {
  from {
    transform: translateX(500%);
  }
  to {
    transform: translateX(0);
  }
}
.cid-uRSVOwIk39 .navbar-logo {
  animation: slideInLogo 1s ease-out forwards;
  position: relative;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRSVOwIk39 .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromLeft 0.5s ease forwards;
}
.cid-uRSVOwIk39 .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.3s;
}
.cid-uRSVOwIk39 .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.6s;
}
.cid-uRSVOwIk39 .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.9s;
}
.cid-uRSVOwIk39 .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 1.2s;
}
@keyframes ensureCompletion {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
.cid-uRSWaAa7SE {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1440x1920.jpg");
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRSWaAa7SE .team-card {
  border-radius: 1rem 2rem 0rem 0rem;
  -webkit-box-shadow: 5px 5px 15px #000;
  margin-bottom: 2rem;
  transition: all 1s;
  animation: slideInFromLeft 1s ease;
}
.cid-uRSWaAa7SE .team-card:hover {
  transition: all .5s;
  transform: translateY(-5px);
}
.cid-uRSWaAa7SE .card-wrap {
  background: transparent;
  border-radius: 2rem;
}
.cid-uRSWaAa7SE .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uRSWaAa7SE .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uRSWaAa7SE .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRSWaAa7SE .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRSWaAa7SE .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uRSWaAa7SE .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uRSWaAa7SE img {
  -webkit-box-shadow: 15px 15px 55px #000;
  transform: perspective(290px) rotateY(5deg);
  -moz-transform: perspective(290px) rotateY(5deg);
  -ms-transform: perspective(290px) rotateY(5deg);
  -o-transform: perspective(290px) rotateY(5deg);
  -webkit-transform: perspective(290px) rotateY(5deg);
  opacity: 1;
  border-radius: 1.5rem;
  transition: all .1s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-uRSWaAa7SE img:hover {
  -webkit-box-shadow: 15px 15px 55px #000;
  opacity: 1;
  transition: all .7s;
  border-radius: 2rem;
  transform: rotate(0deg) scale(1.15);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRSWaAa7SE .mbr-role {
  text-align: center;
}
.cid-uRT18DdcDt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1440x1920.jpg");
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.cid-uRT18DdcDt .team-card {
  border-radius: 1rem 2rem 0rem 0rem;
  -webkit-box-shadow: 5px 5px 15px #000;
  margin-bottom: 2rem;
  transition: all 1s;
  animation: slideInFromLeft 1s ease;
}
.cid-uRT18DdcDt .team-card:hover {
  transition: all .5s;
  transform: translateY(-5px);
}
.cid-uRT18DdcDt .card-wrap {
  background: transparent;
  border-radius: 2rem;
}
.cid-uRT18DdcDt .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-uRT18DdcDt .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uRT18DdcDt .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRT18DdcDt .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRT18DdcDt .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uRT18DdcDt .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uRT18DdcDt img {
  -webkit-box-shadow: 15px 15px 55px #000;
  transform: perspective(290px) rotateY(5deg);
  -moz-transform: perspective(290px) rotateY(5deg);
  -ms-transform: perspective(290px) rotateY(5deg);
  -o-transform: perspective(290px) rotateY(5deg);
  -webkit-transform: perspective(290px) rotateY(5deg);
  opacity: 1;
  border-radius: 1.5rem;
  transition: all .1s;
  -webkit-mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  mask-image: linear-gradient(45deg, #000000 25%, rgba(0, 0, 0, 0.1) 50%, #000000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}
.cid-uRT18DdcDt img:hover {
  -webkit-box-shadow: 15px 15px 55px #000;
  opacity: 1;
  transition: all .7s;
  border-radius: 2rem;
  transform: rotate(0deg) scale(1.15);
  -webkit-mask-position: 120%;
  mask-position: 120%;
}
.cid-uRT18DdcDt .mbr-role {
  text-align: center;
}
.cid-uRSVOxFeyY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uRSVOxFeyY .media-container-row .mbr-text {
  color: #837597;
}
