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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
  width: 100%;
}

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

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

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

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

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

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

.btn {
  padding: 1rem 2rem;
  position: relative;
  font-weight: 600;
  margin: 0 !important;
  border: 2px solid;
  font-style: normal;
  white-space: normal;
  transition: all 0.3s ease-in-out, box-shadow 2s ease-in-out, -webkit-box-shadow 2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  line-height: 1;
  letter-spacing: 1px;
}

.btn:hover {
  transform: scale(0.9);
  background-color: #1d1403 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

.item {
  position: relative;
}

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

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

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

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 5px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Arimo', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Arimo', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Arimo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0d0d0d !important;
}
.bg-success {
  background-color: #bfbfbf !important;
}
.bg-info {
  background-color: #8c8c8c !important;
}
.bg-warning {
  background-color: #404040 !important;
}
.bg-danger {
  background-color: #bedee6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #272727 !important;
  border-color: #272727 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  color: #0c0c0c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0c0c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #404040 !important;
  border-color: #404040 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bedee6 !important;
  border-color: #bedee6 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e3f1f4 !important;
  border-color: #e3f1f4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #e3f1f4 !important;
  border-color: #e3f1f4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #090908 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #090908 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #0d0d0d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7c7c7 !important;
  background-color: transparent !important;
  border-color: #c7c7c7 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #727272 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8c8c8c;
  color: #8c8c8c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #616161 !important;
  background-color: transparent !important;
  border-color: #616161 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #949494 !important;
  background-color: transparent !important;
  border-color: #949494 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bfbfbf !important;
  border-color: #bfbfbf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #404040;
  color: #404040;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #151515 !important;
  background-color: transparent !important;
  border-color: #151515 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bedee6;
  color: #bedee6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7fbece !important;
  background-color: transparent !important;
  border-color: #7fbece !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2e6877 !important;
  background-color: #bedee6 !important;
  border-color: #bedee6 !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: #0d0d0d !important;
}
.text-secondary {
  color: #f2f2f2 !important;
}
.text-success {
  color: #bfbfbf !important;
}
.text-info {
  color: #8c8c8c !important;
}
.text-warning {
  color: #404040 !important;
}
.text-danger {
  color: #bedee6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bfbfbf !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8c8c8c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #595959 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0d0d0d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #74b9ca !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0d0d0d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8c8c8c;
}
.alert-warning {
  background-color: #404040;
}
.alert-danger {
  background-color: #bedee6;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0d0d0d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  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: #0d0d0d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0d0d0d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0d0d0d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0d0d0d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0d0d0d;
  border-bottom-color: #0d0d0d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f2f2f2 !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='%230d0d0d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uMElBedQbe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMElBedQbe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMElBedQbe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMElBedQbe .menu_box .navbar.opened,
  .cid-uMElBedQbe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease 0.25s;
  }
}
.cid-uMElBedQbe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMElBedQbe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMElBedQbe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMElBedQbe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uMElBedQbe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMElBedQbe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMElBedQbe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-body .mbr-text,
  .cid-uMElBedQbe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMElBedQbe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    align-self: center;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #87d1ae;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMElBedQbe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMElBedQbe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMElBedQbe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: none;
  }
}
.cid-uMElBedQbe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMElBedQbe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .nav-item {
    margin: 0 !important;
  }
}
.cid-uMElBedQbe .nav-item .nav-link {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .nav-item .nav-link:hover,
.cid-uMElBedQbe .nav-item .nav-link:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMElBedQbe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMElBedQbe .offcanvas_box {
    display: none;
  }
}
.cid-uMElBedQbe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  border-bottom: 0.5px solid black;
}
.cid-uMElBedQbe .dropdown-item:hover,
.cid-uMElBedQbe .dropdown-item:focus {
  color: #bedee6 !important;
  border-bottom: 1px solid #bedee6;
}
.cid-uMElBedQbe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMElBedQbe .container {
  display: flex;
  margin: auto;
}
.cid-uMElBedQbe .iconfont-wrapper {
  color: #000000;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMElBedQbe .iconfont-wrapper:hover,
.cid-uMElBedQbe .iconfont-wrapper:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .navbar-nav {
    margin: 0;
  }
}
.cid-uMElBedQbe .dropdown-menu,
.cid-uMElBedQbe .navbar.opened {
  background-color: false !important;
}
.cid-uMElBedQbe .nav-item:focus,
.cid-uMElBedQbe .nav-link:focus {
  outline: none;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e2e7f8;
}
.cid-uMElBedQbe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.25s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMElBedQbe .navbar.opened {
  transition: all 0.25s;
}
.cid-uMElBedQbe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMElBedQbe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMElBedQbe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMElBedQbe .navbar.collapsed {
  justify-content: center;
}
.cid-uMElBedQbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMElBedQbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMElBedQbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMElBedQbe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMElBedQbe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMElBedQbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMElBedQbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMElBedQbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMElBedQbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMElBedQbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMElBedQbe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMElBedQbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMElBedQbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMElBedQbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMElBedQbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMElBedQbe .dropdown-item.active,
.cid-uMElBedQbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMElBedQbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMElBedQbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMElBedQbe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMElBedQbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMElBedQbe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f7f7f7;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #87d1ae;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMElBedQbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMElBedQbe .navbar {
    height: 70px;
  }
  .cid-uMElBedQbe .navbar.opened {
    height: auto;
  }
  .cid-uMElBedQbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMElBedQbe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMElBedQbe .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
}
.cid-uMElBedQbe .navbar-caption:hover {
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMElBedQbe .text_widget {
  margin-bottom: 32px;
}
.cid-uMElBedQbe .text_widget a {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .text_widget a:hover,
.cid-uMElBedQbe .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uMElBedQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .navbar-caption {
  color: #222222;
}
.cid-uMElBedQbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .mbr-section-subtitle,
.cid-uMElBedQbe .text_widget,
.cid-uMElBedQbe .mbr-section-btn {
  text-align: center;
}
.cid-uMElBedQbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMEgRfikMh {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMEgRfikMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMEgRfikMh .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-uMEgRfikMh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMEgRfikMh .row {
  flex-direction: row-reverse;
}
.cid-uMEgRfikMh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMEgRfikMh .image-wrapper {
    padding: 1rem;
  }
}
.cid-uMEgRfikMh .img.w-100.lazyload {
  border-radius: 14px;
}
@media (min-width: 992px) {
  .cid-uMEgRfikMh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uMEgRfikMh .mbr-section-title {
  color: #1d1403;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 991px) {
  .cid-uMEgRfikMh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uMEgRfikMh .mbr-text,
.cid-uMEgRfikMh .mbr-section-btn {
  color: #1d1403;
}
@media (max-width: 991px) {
  .cid-uMEgRfikMh .mbr-text,
  .cid-uMEgRfikMh .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMEgRfikMh .mbr-text {
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMEgRfikMh .mbr-section-title span {
  color: #abc7cf;
  font-weight: 900;
}
.cid-uwD6feHPkZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uwD6feHPkZ .item-img {
  position: relative;
}
.cid-uwD6feHPkZ .item-img img {
  transition: all 0.7s;
}
.cid-uwD6feHPkZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uwD6feHPkZ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uwD6feHPkZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uwD6feHPkZ .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-uwD6feHPkZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uwD6feHPkZ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-uwD6feHPkZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-uwD6feHPkZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uwD6feHPkZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
}
.cid-uwD6feHPkZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uwD6feHPkZ .link-icon-wrapper .icon-wrap {
  background: #1d1403;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uwD6feHPkZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uwD6feHPkZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uwD6feHPkZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uwD6feHPkZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uwD6feHPkZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uwD6feHPkZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uwD6feHPkZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uwD6feHPkZ img,
.cid-uwD6feHPkZ .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uwD6feHPkZ .item:focus,
.cid-uwD6feHPkZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uwD6feHPkZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uwD6feHPkZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uwD6feHPkZ .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-uwD6feHPkZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uwD6feHPkZ .mbr-section-subtitle,
.cid-uwD6feHPkZ .subtitle-wrap,
.cid-uwD6feHPkZ .mbr-section-btn {
  text-align: left;
}
.cid-uwD6feHPkZ .mbr-text,
.cid-uwD6feHPkZ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uwD6feHPkZ h5 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-uwD6feHPkZ h4 span {
  color: #1d1403 !important;
  text-shadow: none !important;
}
.cid-uwDr48sLTc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uwDr48sLTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwDr48sLTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwDr48sLTc .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uwDr48sLTc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uwDr48sLTc .container {
    padding: 0 16px;
  }
}
.cid-uwDr48sLTc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uwDr48sLTc .content-wrapper {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uwDr48sLTc .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uwDr48sLTc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwDr48sLTc .mbr-section-title {
  color: #0d0d0d;
  text-align: center;
}
.cid-uwDr48sLTc .mbr-text {
  color: #000000;
}
.cid-uwDr48sLTc .mbr-text,
.cid-uwDr48sLTc .icon-wrapper {
  color: #0d0d0d;
  text-align: center;
}
.cid-uwDr48sLTc h2 span {
  background-color: #bedee6;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #0d0d0d;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-uwCQ43rVhI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #bedee6;
}
.cid-uwCQ43rVhI .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-uwCQ43rVhI .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
  border-radius: 14px !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwCQ43rVhI .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uwCQ43rVhI .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uwCQ43rVhI .card-title,
.cid-uwCQ43rVhI .iconfont-wrapper {
  color: #000000;
}
.cid-uwCQ43rVhI .card-text {
  color: #0d0d0d;
  text-align: center;
}
.cid-uwCQ43rVhI .content-head {
  max-width: 800px;
}
.cid-uwCQ43rVhI .mbr-section-title {
  color: #ffffff;
}
.cid-uwCQ43rVhI .card-title,
.cid-uwCQ43rVhI .img-wrapper {
  text-align: center;
  color: #0d0d0d;
}
.cid-uwCQ43rVhI .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uwCQ43rVhI h3 span {
  background: #F2F2F2;
  border-radius: 5px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  color: #0d0d0d;
}
.cid-uwGCEV8MCV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bedee6;
}
.cid-uwGCEV8MCV .justify-content-center {
  align-items: center;
}
.cid-uwGCEV8MCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwGCEV8MCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwGCEV8MCV .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uwGCEV8MCV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwGCEV8MCV .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uwGCEV8MCV .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uwGCEV8MCV .row {
  align-items: center;
}
.cid-uwGCEV8MCV .card-text {
  color: #1d1403;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uwGCEV8MCV .card-text {
    text-align: center;
  }
}
.cid-uzr52NEPjU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bedee6;
}
.cid-uzr52NEPjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzr52NEPjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uzr52NEPjU .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uzr52NEPjU .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uzr52NEPjU .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uzr52NEPjU .card-wrapper {
  background: #ffffff;
}
.cid-uzr52NEPjU .mbr-text,
.cid-uzr52NEPjU .mbr-section-btn {
  color: #1d1403;
  text-align: left;
}
.cid-uzr52NEPjU .card-title,
.cid-uzr52NEPjU .card-box {
  text-align: left;
  color: #1d1403;
}
.cid-uzr52NEPjU .image-wrapper img {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uzr52NEPjU .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzr52NEPjU .mbr-text {
  line-height: 1.2;
}
.cid-uzr55504dO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-uzr55504dO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzr55504dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzr55504dO .card-wrapper {
  background: #bedee6;
}
@media (max-width: 767px) {
  .cid-uzr55504dO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uzr55504dO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uzr55504dO .card-wrapper {
    padding: 4rem;
  }
}
.cid-uzr55504dO .mbr-text,
.cid-uzr55504dO .mbr-section-btn {
  color: #1d1403;
  text-align: left;
}
.cid-uzr55504dO .card-title,
.cid-uzr55504dO .card-box {
  text-align: left;
  color: #1d1403;
}
.cid-uzr55504dO .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzr55504dO .card-title,
.cid-uzr55504dO .mbr-section-subtitle,
.cid-uzr55504dO .mbr-text {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  line-height: 1.2;
}
.cid-uzr56w1y66 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uzr56w1y66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzr56w1y66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uzr56w1y66 .card-content-text {
    padding: .5rem .5rem 0 .5rem;
  }
}
@media (min-width: 768px) {
  .cid-uzr56w1y66 .card-content-text {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uzr56w1y66 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uzr56w1y66 .card-wrapper {
  background: #ffffff;
}
.cid-uzr56w1y66 .mbr-text,
.cid-uzr56w1y66 .mbr-section-btn {
  color: #1d1403;
  text-align: left;
}
.cid-uzr56w1y66 .card-title,
.cid-uzr56w1y66 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uzr56w1y66 .image-wrapper img {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uzr56w1y66 .mbr-section-subtitle {
  text-align: center;
  color: #6d5318;
  line-height: 1.2;
}
.cid-uzr56w1y66 .mbr-text-name {
  text-align: center !important;
  color: #6d5318;
  font-weight: 900;
}
.cid-uzr56w1y66 .mbr-text {
  line-height: 1.2;
}
@media (max-width: 992px) {
  .cid-uzr56w1y66 .mbr-text-1 {
    text-align: center !important;
  }
}
.cid-uNGStzCId3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d0d0d;
}
.cid-uNGStzCId3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNGStzCId3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
  margin-left: 0px !important;
}
.cid-uNGStzCId3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNGStzCId3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNGStzCId3 .content-head {
  max-width: 800px;
}
.cid-uNGStzCId3 .mbr-section-title {
  color: #ffffff;
}
.cid-uNGStzCId3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzxy01f5ce {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uzxy01f5ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxy01f5ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxy01f5ce .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzxy01f5ce .container {
    padding: 0 15px;
  }
}
.cid-uzxy01f5ce .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzxy01f5ce .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzxy01f5ce .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzxy01f5ce .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uzxy01f5ce .items-wrapper {
    display: block;
  }
}
.cid-uzxy01f5ce .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uzxy01f5ce .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uzxy01f5ce .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uzxy01f5ce .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #bedee6;
  background-color: #0d0d0d;
  font-size: 52px;
  border: 1px solid #bedee6;
  border-radius: 100%;
  transition: all .5s;
}
.cid-uzxy01f5ce .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont:hover {
  color: #74b9ca;
}
.cid-uzxy01f5ce .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uzxy01f5ce .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uzxy01f5ce .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uzxy01f5ce .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uzxy01f5ce .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uzxy01f5ce .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uzxy01f5ce .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uzxy01f5ce .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzxy01f5ce .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzxy01f5ce .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uzxy01f5ce .item-text {
  color: #d2d2df;
}
.cid-uzxy01f5ce .item-text,
.cid-uzxy01f5ce .icon-wrapper {
  text-align: center;
}
.cid-uMEq2OYl5N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMEq2OYl5N .mbr-text {
  color: #000000;
}
.cid-uMEq2OYl5N .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1;
}
.cid-uMEq2OYl5N .mbr-section-title {
  color: #1d1403;
  text-align: center;
}
.cid-uMEq2OYl5N .mbr-section-subtitle,
.cid-uMEq2OYl5N .main-button {
  text-align: center;
  color: #1d1403;
}
.cid-uMEq2OYl5N .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMEq2OYl5N .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uMEq2OYl5N .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uMEq2OYl5N .panel-group {
  border: none;
}
.cid-uMEq2OYl5N .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uMEq2OYl5N .card-header {
    padding: 0rem;
  }
}
.cid-uMEq2OYl5N .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uMEq2OYl5N .collapsed span {
  transform: rotate(0deg);
}
.cid-uMEq2OYl5N .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMEq2OYl5N p {
  margin-bottom: 0.3rem;
}
.cid-uMEq2OYl5N .panel-title-edit {
  color: #1d1403;
  line-height: 1;
}
.cid-uMEq2OYl5N .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uMEq2OYl5N .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .cid-uMEq2OYl5N .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMEq2OYl5N .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uMEq2OYl5N .panel-text {
  color: #1d1403;
}
.cid-uMEq2OYl5N .panel-title-edit,
.cid-uMEq2OYl5N .mbr-iconfont {
  color: #1d1403;
}
.cid-uwIQo6ehaV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bee6d3;
}
.cid-uwIQo6ehaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwIQo6ehaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwIQo6ehaV .items-wrap {
  justify-content: space-between;
}
.cid-uwIQo6ehaV .items-wrap .card {
  justify-content: center;
}
.cid-uwIQo6ehaV .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uwIQo6ehaV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uwIQo6ehaV .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uwIQo6ehaV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uwIQo6ehaV .content-wrapper .mbr-text {
  margin-bottom: none;
}
@media (max-width: 992px) {
  .cid-uwIQo6ehaV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uwIQo6ehaV .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwIQo6ehaV .image-wrapper img {
  width: 100%;
  object-fit: fit;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uwIQo6ehaV .image-wrapper img {
    width: 100%;
  }
}
.cid-uwIQo6ehaV .mbr-desc {
  color: #000000;
}
.cid-uwIQo6ehaV .mbr-section-title {
  line-height: 1.2;
  color: #0d0d0d;
  text-align: center;
}
.cid-uwIQo6ehaV .mbr-text {
  color: #000000;
}
.cid-uwIQo6ehaV h2 span {
  background-color: #0d0d0d;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #f2f2f2;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-uwIQo6ehaV .mbr-text,
.cid-uwIQo6ehaV .mbr-section-btn {
  color: #1d1403;
}
.cid-uMEu25HWpA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bee6d3;
}
.cid-uMEu25HWpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMEu25HWpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMEu25HWpA .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMEu25HWpA .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uMEu25HWpA .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMEu25HWpA .title-wrapper .mbr-section-title span {
  color: #1d1403;
}
.cid-uMEu25HWpA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMEu25HWpA .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uMEu25HWpA .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uMEu25HWpA .item {
    padding: 0 14px;
  }
}
.cid-uMEu25HWpA .item .item-wrapper {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMEu25HWpA .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #f2f2f2;
  box-shadow: 0px -1px 1px #f2f2f2;
  overflow: hidden;
  background-color: #f7f7f7;
  background-color: transparent;
}
.cid-uMEu25HWpA .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMEu25HWpA .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMEu25HWpA .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uMEu25HWpA .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMEu25HWpA .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uMEu25HWpA .item .item-wrapper .border-wrap {
  border-top: 2px dashed #f7f7f7;
  margin: 0 10px;
}
.cid-uMEu25HWpA .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 24px;
  background-color: #f7f7f7;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uMEu25HWpA .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uMEu25HWpA .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMEu25HWpA .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uMEu25HWpA .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMEu25HWpA .mbr-section-title {
  color: #1d1403;
  text-align: center;
}
.cid-uMEu25HWpA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMEu25HWpA .item-number {
  color: #000000;
  text-align: center;
}
.cid-uMEu25HWpA .item-title {
  color: #0d0d0d;
  text-align: center;
  line-height: 1;
}
.cid-uMEu25HWpA .item-text {
  color: #000000;
  text-align: center;
}
.cid-uzIUvvZAvy {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #bee6d3;
}
.cid-uzIUvvZAvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzIUvvZAvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzIUvvZAvy .content-wrapper {
  position: relative;
  padding: 40px;
  border-radius: 14px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uzIUvvZAvy .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uzIUvvZAvy .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uzIUvvZAvy .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: none;
}
.cid-uzIUvvZAvy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uzIUvvZAvy .content-wrapper .content-wrap .mbr-section-title span {
  color: #bee6d3;
}
@media (max-width: 992px) {
  .cid-uzIUvvZAvy .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uzIUvvZAvy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
  align-items: center !important;
}
.cid-uzIUvvZAvy .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uzIUvvZAvy .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uzIUvvZAvy .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzIUvvZAvy .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uzIUvvZAvy .mbr-section-title {
  color: #212529;
  line-height: 1;
}
.cid-uzIUvvZAvy .mbr-desc {
  color: #1d1403;
  line-height: 1;
  text-align: center;
}
.cid-uzIUvvZAvy .mbr-desc span {
  color: #bee6d3;
}
.cid-uzIUvvZAvy .mbr-section-title,
.cid-uzIUvvZAvy .mbr-section-btn {
  color: #1d1403;
}
.cid-uzIUvvZAvy .mbr-section-title,
.cid-uzIUvvZAvy .mbr-section-btn DIV {
  text-align: center;
}
.cid-uwJ8A1qduk {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uwJ8A1qduk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwJ8A1qduk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwJ8A1qduk .content-wrapper {
  display: flex;
  position: relative;
  border-radius: 16px;
  padding: 20px 40px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-uwJ8A1qduk .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uwJ8A1qduk .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uwJ8A1qduk .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uwJ8A1qduk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #bedee6 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uwJ8A1qduk .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uwJ8A1qduk .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uwJ8A1qduk .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #0d0d0d;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uwJ8A1qduk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uwJ8A1qduk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uwJ8A1qduk .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uwJ8A1qduk .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uwJ8A1qduk .mbr-section-title {
  color: #404349;
}
.cid-uwJ8A1qduk .mbr-text {
  color: #1d1403;
}
.cid-uwJ8A1qduk .mbr-desc {
  color: #b19a7c;
}
.cid-uwJ8A1qduk .mbr-desc,
.cid-uwJ8A1qduk .desc-wrapper {
  color: #f2f2f2;
}
.cid-uwJ8A1qduk .mbr-section-title,
.cid-uwJ8A1qduk .mbr-section-btn {
  color: #1d1403;
}
.cid-uwJa6MExew {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwJa6MExew .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uwJa6MExew .panel-group {
  border: none;
}
.cid-uwJa6MExew .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uwJa6MExew .card-header {
    padding: 0rem;
  }
}
.cid-uwJa6MExew .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uwJa6MExew .img-col {
  padding: 0;
}
.cid-uwJa6MExew .img-item {
  height: 100%;
}
.cid-uwJa6MExew img {
  height: 100%;
  object-fit: cover;
}
.cid-uwJa6MExew .collapsed span {
  transform: rotate(0deg);
}
.cid-uwJa6MExew .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uwJa6MExew p {
  margin-bottom: 0.3rem;
}
.cid-uwJa6MExew .panel-title-edit {
  color: #000000;
}
.cid-uwJa6MExew .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uwJa6MExew .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uwJa6MExew .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uwJa6MExew .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uwJa6MExew .panel-text {
  color: #1d1403;
}
.cid-uwJa6MExew .mbr-section-title {
  text-align: center;
  color: #0d0d0d;
}
.cid-uwJa6MExew .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uwJa6MExew .panel-title-edit,
.cid-uwJa6MExew .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uwJa6MExew .text-warning {
  font-weight: 900;
  text-decoration: underline;
}
.cid-uAnWDE1wbj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAnWDE1wbj .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAnWDE1wbj .panel-group {
  border: none;
}
.cid-uAnWDE1wbj .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAnWDE1wbj .card-header {
    padding: 0rem;
  }
}
.cid-uAnWDE1wbj .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAnWDE1wbj .img-col {
  padding: 0;
}
.cid-uAnWDE1wbj .img-item {
  height: 100%;
}
.cid-uAnWDE1wbj img {
  height: 100%;
  object-fit: cover;
}
.cid-uAnWDE1wbj .collapsed span {
  transform: rotate(0deg);
}
.cid-uAnWDE1wbj .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAnWDE1wbj p {
  margin-bottom: 0.3rem;
}
.cid-uAnWDE1wbj .panel-title-edit {
  color: #000000;
}
.cid-uAnWDE1wbj .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAnWDE1wbj .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uAnWDE1wbj .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAnWDE1wbj .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAnWDE1wbj .panel-text {
  color: #1d1403;
}
.cid-uAnWDE1wbj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAnWDE1wbj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAnWDE1wbj .panel-title-edit,
.cid-uAnWDE1wbj .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uAnWDE1wbj .text-warning {
  font-weight: 900;
  text-decoration: underline;
}
.cid-uwNYipA90T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uwNYipA90T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwNYipA90T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwNYipA90T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container {
    padding: 0 26px;
  }
}
.cid-uwNYipA90T .row {
  justify-content: center;
}
.cid-uwNYipA90T .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uwNYipA90T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwNYipA90T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1403;
  font-size: 40px;
  transition: all 0.7s ease-in-out;
  margin-right: 25px;
}
.cid-uwNYipA90T .mbr-copy {
  margin-bottom: 0;
  color: #1d1403;
  text-align: center;
}
.cid-uwNYipA90T .mbr-section-title {
  color: #ffffff;
}
.cid-uwNYipA90T .mbr-text {
  color: #ffffff;
}
.cid-uwNYipA90T .list {
  color: #ffffff;
}
.cid-uwNYipA90T .content-wrapper,
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .nav-wrapper,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .mbr-section-title,
.cid-uwNYipA90T .logo-wrapper {
  color: #1d1403;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .mbr-section-title,
  .cid-uwNYipA90T .logo-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uwNYipA90T .item-wrap {
  transition: all 0.7s;
}
.cid-uwNYipA90T .item-wrap:hover {
  text-decoration: underline;
}
.cid-uwNYipA90T .item-wrap:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cid-uwNYipA90T .nav-wrapper ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
  }
  .cid-uwNYipA90T .nav-wrapper ul li {
    margin: 0 10px;
  }
}
.cid-uMElBedQbe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMElBedQbe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMElBedQbe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMElBedQbe .menu_box .navbar.opened,
  .cid-uMElBedQbe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease 0.25s;
  }
}
.cid-uMElBedQbe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMElBedQbe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMElBedQbe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMElBedQbe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uMElBedQbe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMElBedQbe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMElBedQbe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-body .mbr-text,
  .cid-uMElBedQbe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMElBedQbe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    align-self: center;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #87d1ae;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMElBedQbe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMElBedQbe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMElBedQbe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: none;
  }
}
.cid-uMElBedQbe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMElBedQbe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .nav-item {
    margin: 0 !important;
  }
}
.cid-uMElBedQbe .nav-item .nav-link {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .nav-item .nav-link:hover,
.cid-uMElBedQbe .nav-item .nav-link:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMElBedQbe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMElBedQbe .offcanvas_box {
    display: none;
  }
}
.cid-uMElBedQbe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  border-bottom: 0.5px solid black;
}
.cid-uMElBedQbe .dropdown-item:hover,
.cid-uMElBedQbe .dropdown-item:focus {
  color: #bedee6 !important;
  border-bottom: 1px solid #bedee6;
}
.cid-uMElBedQbe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMElBedQbe .container {
  display: flex;
  margin: auto;
}
.cid-uMElBedQbe .iconfont-wrapper {
  color: #000000;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMElBedQbe .iconfont-wrapper:hover,
.cid-uMElBedQbe .iconfont-wrapper:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .navbar-nav {
    margin: 0;
  }
}
.cid-uMElBedQbe .dropdown-menu,
.cid-uMElBedQbe .navbar.opened {
  background-color: false !important;
}
.cid-uMElBedQbe .nav-item:focus,
.cid-uMElBedQbe .nav-link:focus {
  outline: none;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e2e7f8;
}
.cid-uMElBedQbe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.25s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMElBedQbe .navbar.opened {
  transition: all 0.25s;
}
.cid-uMElBedQbe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMElBedQbe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMElBedQbe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMElBedQbe .navbar.collapsed {
  justify-content: center;
}
.cid-uMElBedQbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMElBedQbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMElBedQbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMElBedQbe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMElBedQbe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMElBedQbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMElBedQbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMElBedQbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMElBedQbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMElBedQbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMElBedQbe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMElBedQbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMElBedQbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMElBedQbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMElBedQbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMElBedQbe .dropdown-item.active,
.cid-uMElBedQbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMElBedQbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMElBedQbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMElBedQbe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMElBedQbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMElBedQbe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f7f7f7;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #87d1ae;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMElBedQbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMElBedQbe .navbar {
    height: 70px;
  }
  .cid-uMElBedQbe .navbar.opened {
    height: auto;
  }
  .cid-uMElBedQbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMElBedQbe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMElBedQbe .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
}
.cid-uMElBedQbe .navbar-caption:hover {
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMElBedQbe .text_widget {
  margin-bottom: 32px;
}
.cid-uMElBedQbe .text_widget a {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .text_widget a:hover,
.cid-uMElBedQbe .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uMElBedQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .navbar-caption {
  color: #222222;
}
.cid-uMElBedQbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .mbr-section-subtitle,
.cid-uMElBedQbe .text_widget,
.cid-uMElBedQbe .mbr-section-btn {
  text-align: center;
}
.cid-uMElBedQbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uxgP1MKX53 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/three-older-woman-at-work-scaled-2000x1334.webp");
}
.cid-uxgP1MKX53 .mbr-overlay {
  background-color: #ffc8d8;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uxgP1MKX53 {
    align-items: flex-end;
  }
  .cid-uxgP1MKX53 .row {
    justify-content: flex-start;
  }
  .cid-uxgP1MKX53 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxgP1MKX53 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxgP1MKX53 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uxgP1MKX53 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxgP1MKX53 .content-wrap {
    width: 100%;
  }
}
.cid-uxgP1MKX53 .mbr-section-title,
.cid-uxgP1MKX53 .mbr-section-subtitle {
  text-align: center;
}
.cid-uxgP1MKX53 .mbr-text,
.cid-uxgP1MKX53 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uxgP1MKX53 .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22), -1px -1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cid-uxgP1MKX53 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uxgQmhOuVj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bedee6;
}
.cid-uxgQmhOuVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxgQmhOuVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxgQmhOuVj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxgQmhOuVj .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uxgQmhOuVj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxgQmhOuVj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uxgQmhOuVj .border-wrap {
  margin-top: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #1d1403, #ffffff);
}
@media (max-width: 992px) {
  .cid-uxgQmhOuVj .border-wrap {
    margin-top: 32px;
  }
}
.cid-uxgQmhOuVj .mbr-section-title {
  color: #ffffff;
}
.cid-uxgQmhOuVj .mbr-text,
.cid-uxgQmhOuVj .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uxgQmhOuVj .mbr-section-title,
.cid-uxgQmhOuVj .mbr-section-btn {
  text-align: center;
  color: #1d1403;
}
.cid-uAt7mKg2MC {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAt7mKg2MC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAt7mKg2MC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAt7mKg2MC .mbr-section-title {
  color: #0d0d0d;
}
.cid-uAt56ekr8G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAt56ekr8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAt56ekr8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAt56ekr8G .container {
    padding: 0 30px;
  }
}
.cid-uAt56ekr8G .row {
  background-color: #bedee6;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uAt56ekr8G .row .card {
  justify-content: center;
}
.cid-uAt56ekr8G .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uAt56ekr8G .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAt56ekr8G .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uAt56ekr8G .image-wrapper img {
  width: 400px;
  height: 400px;
  border-radius: 14px !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 1400px) {
  .cid-uAt56ekr8G .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uAt56ekr8G .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uAt56ekr8G .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uAt56ekr8G .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uAt56ekr8G .mbr-section-title {
  color: #0d0d0d;
}
.cid-uAt56ekr8G .mbr-section-subtitle {
  color: #0d0d0d;
}
.cid-uAt56ekr8G .mbr-section-title,
.cid-uAt56ekr8G .mbr-section-btn {
  color: #0d0d0d;
}
.cid-uAsXzL5Nju {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAsXzL5Nju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAsXzL5Nju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAsXzL5Nju .item-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAsXzL5Nju .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAsXzL5Nju .content-head {
  max-width: 800px;
}
.cid-uAsXzL5Nju .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uAsXzL5Nju .img-wrapper img {
  width: 6rem;
}
.cid-uAsXzL5Nju .card-title {
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #bedee6;
  text-align: center;
  color: #0d0d0d;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uxh08BMTrq {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxh08BMTrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxh08BMTrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxh08BMTrq .card-wrapper {
  background: #bedee6;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uxh08BMTrq .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxh08BMTrq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxh08BMTrq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxh08BMTrq .mbr-text,
.cid-uxh08BMTrq .mbr-section-btn {
  color: #1d1403;
  text-align: left;
}
.cid-uxh08BMTrq .card-title,
.cid-uxh08BMTrq .card-box {
  text-align: left;
  color: #1d1403;
}
.cid-uxh08BMTrq .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uAt8p53UJS {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #bedee6;
}
.cid-uAt8p53UJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAt8p53UJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAt8p53UJS .mbr-section-title {
  color: #0d0d0d;
}
.cid-uAt8d3E78s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bedee6;
}
.cid-uAt8d3E78s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAt8d3E78s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAt8d3E78s .container {
    padding: 0 30px;
  }
}
.cid-uAt8d3E78s .row {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uAt8d3E78s .row .card {
  justify-content: center;
}
.cid-uAt8d3E78s .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uAt8d3E78s .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAt8d3E78s .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uAt8d3E78s .image-wrapper img {
  width: 400px;
  height: 400px;
  border-radius: 14px !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 1400px) {
  .cid-uAt8d3E78s .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uAt8d3E78s .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uAt8d3E78s .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uAt8d3E78s .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uAt8d3E78s .mbr-section-title {
  color: #0d0d0d;
}
.cid-uAt8d3E78s .mbr-section-subtitle {
  color: #0d0d0d;
}
.cid-uAt8d3E78s .mbr-section-title,
.cid-uAt8d3E78s .mbr-section-btn {
  color: #0d0d0d;
}
.cid-uAt8d3E78s .btn.btn-black-outline:hover {
  color: white !important;
}
.cid-uAt8kxcpyM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bedee6;
}
.cid-uAt8kxcpyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAt8kxcpyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAt8kxcpyM .item-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAt8kxcpyM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAt8kxcpyM .content-head {
  max-width: 800px;
}
.cid-uAt8kxcpyM .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uAt8kxcpyM .img-wrapper img {
  width: 6rem;
}
.cid-uAt8kxcpyM .card-title {
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  color: #0d0d0d;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uxh3Ep4FWV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uxh3Ep4FWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxh3Ep4FWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxh3Ep4FWV .card-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uxh3Ep4FWV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxh3Ep4FWV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxh3Ep4FWV .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxh3Ep4FWV .mbr-text,
.cid-uxh3Ep4FWV .mbr-section-btn {
  color: #1d1403;
  text-align: left;
}
.cid-uxh3Ep4FWV .card-title,
.cid-uxh3Ep4FWV .card-box {
  text-align: left;
  color: #1d1403;
}
.cid-uAtbhrIyn7 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAtbhrIyn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAtbhrIyn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAtbe4Ac3K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uAtbe4Ac3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAtbe4Ac3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAtbe4Ac3K .container {
    padding: 0 30px;
  }
}
.cid-uAtbe4Ac3K .row {
  background-color: #bedee6;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uAtbe4Ac3K .row .card {
  justify-content: center;
}
.cid-uAtbe4Ac3K .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uAtbe4Ac3K .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uAtbe4Ac3K .image-wrapper {
    margin-top: 30px;
  }
}
.cid-uAtbe4Ac3K .image-wrapper img {
  width: 400px;
  height: 400px;
  border-radius: 14px !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 1400px) {
  .cid-uAtbe4Ac3K .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-uAtbe4Ac3K .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-uAtbe4Ac3K .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-uAtbe4Ac3K .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-uAtbe4Ac3K .mbr-section-title {
  color: #0d0d0d;
}
.cid-uAtbe4Ac3K .mbr-section-subtitle {
  color: #0d0d0d;
}
.cid-uAtbe4Ac3K .mbr-section-title,
.cid-uAtbe4Ac3K .mbr-section-btn {
  color: #0d0d0d;
}
.cid-uAtbzGoSx3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAtbzGoSx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAtbzGoSx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAtbzGoSx3 .item-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uAtbzGoSx3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAtbzGoSx3 .content-head {
  max-width: 800px;
}
.cid-uAtbzGoSx3 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uAtbzGoSx3 .img-wrapper img {
  width: 6rem;
}
.cid-uAtbzGoSx3 .card-title {
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #bedee6;
  text-align: center;
  color: #0d0d0d;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uxh8qDl4ik {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxh8qDl4ik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxh8qDl4ik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxh8qDl4ik .card-wrapper {
  background: #bedee6;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uxh8qDl4ik .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxh8qDl4ik .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uxh8qDl4ik .card-wrapper {
    padding: 4rem;
  }
}
.cid-uxh8qDl4ik .mbr-text,
.cid-uxh8qDl4ik .mbr-section-btn {
  color: #1d1403;
  text-align: left;
}
.cid-uxh8qDl4ik .card-title,
.cid-uxh8qDl4ik .card-box {
  text-align: left;
  color: #1d1403;
}
.cid-uBrY4JXnjO {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bee6d3;
}
.cid-uBrY4JXnjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrY4JXnjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrY4JXnjO .items-wrap {
  justify-content: space-between;
}
.cid-uBrY4JXnjO .items-wrap .card {
  justify-content: center;
}
.cid-uBrY4JXnjO .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBrY4JXnjO .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBrY4JXnjO .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uBrY4JXnjO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBrY4JXnjO .content-wrapper .mbr-text {
  margin-bottom: none;
}
@media (max-width: 992px) {
  .cid-uBrY4JXnjO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBrY4JXnjO .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBrY4JXnjO .image-wrapper img {
  width: 100%;
  object-fit: fit;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uBrY4JXnjO .image-wrapper img {
    width: 100%;
  }
}
.cid-uBrY4JXnjO .mbr-desc {
  color: #000000;
}
.cid-uBrY4JXnjO .mbr-section-title {
  line-height: 1.2;
  color: #0d0d0d;
  text-align: center;
}
.cid-uBrY4JXnjO .mbr-text {
  color: #000000;
}
.cid-uBrY4JXnjO h2 span {
  background-color: #0d0d0d;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #f2f2f2;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-uBrY4JXnjO .mbr-text,
.cid-uBrY4JXnjO .mbr-section-btn {
  color: #1d1403;
}
.cid-uMExNcBBLl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #bee6d3;
}
.cid-uMExNcBBLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMExNcBBLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMExNcBBLl .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMExNcBBLl .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uMExNcBBLl .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMExNcBBLl .title-wrapper .mbr-section-title span {
  color: #1d1403;
}
.cid-uMExNcBBLl .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMExNcBBLl .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uMExNcBBLl .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uMExNcBBLl .item {
    padding: 0 14px;
  }
}
.cid-uMExNcBBLl .item .item-wrapper {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMExNcBBLl .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #f2f2f2;
  box-shadow: 0px -1px 1px #f2f2f2;
  overflow: hidden;
  background-color: #f7f7f7;
  background-color: transparent;
}
.cid-uMExNcBBLl .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMExNcBBLl .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMExNcBBLl .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uMExNcBBLl .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMExNcBBLl .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uMExNcBBLl .item .item-wrapper .border-wrap {
  border-top: 2px dashed #f7f7f7;
  margin: 0 10px;
}
.cid-uMExNcBBLl .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 24px;
  background-color: #f7f7f7;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uMExNcBBLl .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uMExNcBBLl .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMExNcBBLl .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uMExNcBBLl .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMExNcBBLl .mbr-section-title {
  color: #1d1403;
  text-align: center;
}
.cid-uMExNcBBLl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMExNcBBLl .item-number {
  color: #000000;
  text-align: center;
}
.cid-uMExNcBBLl .item-title {
  color: #0d0d0d;
  text-align: center;
  line-height: 1;
}
.cid-uMExNcBBLl .item-text {
  color: #000000;
  text-align: center;
}
.cid-uMExLGdO8d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bee6d3;
}
.cid-uMExLGdO8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMExLGdO8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMExLGdO8d .content-wrapper {
  position: relative;
  padding: 40px;
  border-radius: 14px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uMExLGdO8d .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uMExLGdO8d .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMExLGdO8d .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: none;
}
.cid-uMExLGdO8d .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMExLGdO8d .content-wrapper .content-wrap .mbr-section-title span {
  color: #87d1ae;
}
@media (max-width: 992px) {
  .cid-uMExLGdO8d .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uMExLGdO8d .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
  align-items: center !important;
}
.cid-uMExLGdO8d .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uMExLGdO8d .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uMExLGdO8d .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMExLGdO8d .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uMExLGdO8d .mbr-section-title {
  color: #212529;
  line-height: 1;
}
.cid-uMExLGdO8d .mbr-desc {
  color: #1d1403;
  line-height: 1;
  text-align: center;
}
.cid-uMExLGdO8d .mbr-desc span {
  color: #87d1ae;
}
.cid-uMExLGdO8d .mbr-section-title,
.cid-uMExLGdO8d .mbr-section-btn {
  color: #1d1403;
}
.cid-uMExLGdO8d .mbr-section-title,
.cid-uMExLGdO8d .mbr-section-btn DIV {
  text-align: center;
}
.cid-uAovP08lQY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAovP08lQY .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAovP08lQY .panel-group {
  border: none;
}
.cid-uAovP08lQY .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAovP08lQY .card-header {
    padding: 0rem;
  }
}
.cid-uAovP08lQY .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAovP08lQY .img-col {
  padding: 0;
}
.cid-uAovP08lQY .img-item {
  height: 100%;
}
.cid-uAovP08lQY img {
  height: 100%;
  object-fit: cover;
}
.cid-uAovP08lQY .collapsed span {
  transform: rotate(0deg);
}
.cid-uAovP08lQY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAovP08lQY p {
  margin-bottom: 0.3rem;
}
.cid-uAovP08lQY .panel-title-edit {
  color: #000000;
}
.cid-uAovP08lQY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAovP08lQY .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uAovP08lQY .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAovP08lQY .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAovP08lQY .panel-text {
  color: #1d1403;
}
.cid-uAovP08lQY .mbr-section-title {
  text-align: center;
  color: #0d0d0d;
}
.cid-uAovP08lQY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAovP08lQY .panel-title-edit,
.cid-uAovP08lQY .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uAovP08lQY .text-warning {
  font-weight: 900;
  text-decoration: underline;
}
.cid-uAovQmdQ87 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAovQmdQ87 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAovQmdQ87 .panel-group {
  border: none;
}
.cid-uAovQmdQ87 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAovQmdQ87 .card-header {
    padding: 0rem;
  }
}
.cid-uAovQmdQ87 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAovQmdQ87 .img-col {
  padding: 0;
}
.cid-uAovQmdQ87 .img-item {
  height: 100%;
}
.cid-uAovQmdQ87 img {
  height: 100%;
  object-fit: cover;
}
.cid-uAovQmdQ87 .collapsed span {
  transform: rotate(0deg);
}
.cid-uAovQmdQ87 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAovQmdQ87 p {
  margin-bottom: 0.3rem;
}
.cid-uAovQmdQ87 .panel-title-edit {
  color: #000000;
}
.cid-uAovQmdQ87 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAovQmdQ87 .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uAovQmdQ87 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAovQmdQ87 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAovQmdQ87 .panel-text {
  color: #1d1403;
}
.cid-uAovQmdQ87 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAovQmdQ87 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAovQmdQ87 .panel-title-edit,
.cid-uAovQmdQ87 .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uAovQmdQ87 .text-warning {
  font-weight: 900;
  text-decoration: underline;
}
.cid-uwNYipA90T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uwNYipA90T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwNYipA90T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwNYipA90T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container {
    padding: 0 26px;
  }
}
.cid-uwNYipA90T .row {
  justify-content: center;
}
.cid-uwNYipA90T .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uwNYipA90T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwNYipA90T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1403;
  font-size: 40px;
  transition: all 0.7s ease-in-out;
  margin-right: 25px;
}
.cid-uwNYipA90T .mbr-copy {
  margin-bottom: 0;
  color: #1d1403;
  text-align: center;
}
.cid-uwNYipA90T .mbr-section-title {
  color: #ffffff;
}
.cid-uwNYipA90T .mbr-text {
  color: #ffffff;
}
.cid-uwNYipA90T .list {
  color: #ffffff;
}
.cid-uwNYipA90T .content-wrapper,
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .nav-wrapper,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .mbr-section-title,
.cid-uwNYipA90T .logo-wrapper {
  color: #1d1403;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .mbr-section-title,
  .cid-uwNYipA90T .logo-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uwNYipA90T .item-wrap {
  transition: all 0.7s;
}
.cid-uwNYipA90T .item-wrap:hover {
  text-decoration: underline;
}
.cid-uwNYipA90T .item-wrap:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cid-uwNYipA90T .nav-wrapper ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
  }
  .cid-uwNYipA90T .nav-wrapper ul li {
    margin: 0 10px;
  }
}
.cid-uMElBedQbe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMElBedQbe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMElBedQbe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMElBedQbe .menu_box .navbar.opened,
  .cid-uMElBedQbe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease 0.25s;
  }
}
.cid-uMElBedQbe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMElBedQbe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMElBedQbe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMElBedQbe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uMElBedQbe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMElBedQbe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMElBedQbe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-body .mbr-text,
  .cid-uMElBedQbe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMElBedQbe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    align-self: center;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #87d1ae;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMElBedQbe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMElBedQbe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMElBedQbe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: none;
  }
}
.cid-uMElBedQbe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMElBedQbe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .nav-item {
    margin: 0 !important;
  }
}
.cid-uMElBedQbe .nav-item .nav-link {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .nav-item .nav-link:hover,
.cid-uMElBedQbe .nav-item .nav-link:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMElBedQbe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMElBedQbe .offcanvas_box {
    display: none;
  }
}
.cid-uMElBedQbe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  border-bottom: 0.5px solid black;
}
.cid-uMElBedQbe .dropdown-item:hover,
.cid-uMElBedQbe .dropdown-item:focus {
  color: #bedee6 !important;
  border-bottom: 1px solid #bedee6;
}
.cid-uMElBedQbe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMElBedQbe .container {
  display: flex;
  margin: auto;
}
.cid-uMElBedQbe .iconfont-wrapper {
  color: #000000;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMElBedQbe .iconfont-wrapper:hover,
.cid-uMElBedQbe .iconfont-wrapper:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .navbar-nav {
    margin: 0;
  }
}
.cid-uMElBedQbe .dropdown-menu,
.cid-uMElBedQbe .navbar.opened {
  background-color: false !important;
}
.cid-uMElBedQbe .nav-item:focus,
.cid-uMElBedQbe .nav-link:focus {
  outline: none;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e2e7f8;
}
.cid-uMElBedQbe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.25s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMElBedQbe .navbar.opened {
  transition: all 0.25s;
}
.cid-uMElBedQbe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMElBedQbe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMElBedQbe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMElBedQbe .navbar.collapsed {
  justify-content: center;
}
.cid-uMElBedQbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMElBedQbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMElBedQbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMElBedQbe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMElBedQbe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMElBedQbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMElBedQbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMElBedQbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMElBedQbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMElBedQbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMElBedQbe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMElBedQbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMElBedQbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMElBedQbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMElBedQbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMElBedQbe .dropdown-item.active,
.cid-uMElBedQbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMElBedQbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMElBedQbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMElBedQbe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMElBedQbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMElBedQbe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f7f7f7;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #87d1ae;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMElBedQbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMElBedQbe .navbar {
    height: 70px;
  }
  .cid-uMElBedQbe .navbar.opened {
    height: auto;
  }
  .cid-uMElBedQbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMElBedQbe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMElBedQbe .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
}
.cid-uMElBedQbe .navbar-caption:hover {
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMElBedQbe .text_widget {
  margin-bottom: 32px;
}
.cid-uMElBedQbe .text_widget a {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .text_widget a:hover,
.cid-uMElBedQbe .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uMElBedQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .navbar-caption {
  color: #222222;
}
.cid-uMElBedQbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .mbr-section-subtitle,
.cid-uMElBedQbe .text_widget,
.cid-uMElBedQbe .mbr-section-btn {
  text-align: center;
}
.cid-uMElBedQbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzxBG1QArT {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.webp");
}
.cid-uzxBG1QArT .mbr-overlay {
  background-color: #ffc8d8;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uzxBG1QArT {
    align-items: flex-end;
  }
  .cid-uzxBG1QArT .row {
    justify-content: flex-start;
  }
  .cid-uzxBG1QArT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzxBG1QArT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzxBG1QArT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uzxBG1QArT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzxBG1QArT .content-wrap {
    width: 100%;
  }
}
.cid-uzxBG1QArT .mbr-section-title,
.cid-uzxBG1QArT .mbr-section-subtitle {
  text-align: center;
}
.cid-uzxBG1QArT .mbr-text,
.cid-uzxBG1QArT .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uzxBG1QArT .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22), -1px -1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cid-uzxBG1QArT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uzxBHlnUS5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bedee6;
}
.cid-uzxBHlnUS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxBHlnUS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxBHlnUS5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uzxBHlnUS5 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uzxBHlnUS5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzxBHlnUS5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uzxBHlnUS5 .border-wrap {
  margin-top: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #0d0d0d, #ffffff);
}
@media (max-width: 992px) {
  .cid-uzxBHlnUS5 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uzxBHlnUS5 .mbr-section-title {
  color: #ffffff;
}
.cid-uzxBHlnUS5 .mbr-text,
.cid-uzxBHlnUS5 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uzxBHlnUS5 .mbr-section-title,
.cid-uzxBHlnUS5 .mbr-section-btn {
  text-align: center;
  color: #1d1403;
}
.cid-uzxD3cVuYj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzxD3cVuYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxD3cVuYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxD3cVuYj .mbr-section-title {
  color: #1d1403;
}
.cid-uzxCIE9iCi {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uzxCIE9iCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxCIE9iCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxCIE9iCi img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uzxCIE9iCi img {
    width: 200px;
    height: 200px;
  }
}
.cid-uzxCIE9iCi a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-uzxCIE9iCi .mbr-text,
.cid-uzxCIE9iCi .mbr-section-btn {
  color: #1d1403;
}
.cid-uzxCIE9iCi .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzxCIE9iCi .mbr-section-title {
  color: #1d1403;
}
@media (max-width: 767px) {
  .cid-uzxCIE9iCi .btn.btn-md.btn-primary.display-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.cid-uzxCJQtN0L {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #bedee6;
}
.cid-uzxCJQtN0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxCJQtN0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxCJQtN0L img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uzxCJQtN0L img {
    width: 200px;
    height: 200px;
  }
}
.cid-uzxCJQtN0L a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-uzxCJQtN0L .mbr-text,
.cid-uzxCJQtN0L .mbr-section-btn {
  color: #1d1403;
}
.cid-uzxCJQtN0L .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzxCJQtN0L .mbr-section-title {
  color: #1d1403;
}
@media (max-width: 767px) {
  .cid-uzxCJQtN0L h1 {
    margin-top: 10px;
  }
  .cid-uzxCJQtN0L h1,
  .cid-uzxCJQtN0L h3 {
    text-align: center !important;
  }
  .cid-uzxCJQtN0L .btn.btn-md.btn-primary.display-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.cid-uzxCKXnIZl {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uzxCKXnIZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxCKXnIZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxCKXnIZl img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uzxCKXnIZl img {
    width: 200px;
    height: 200px;
  }
}
.cid-uzxCKXnIZl a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-uzxCKXnIZl .mbr-text,
.cid-uzxCKXnIZl .mbr-section-btn {
  color: #1d1403;
}
.cid-uzxCKXnIZl .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzxCKXnIZl .mbr-section-title {
  color: #1d1403;
}
@media (max-width: 767px) {
  .cid-uzxCKXnIZl h1 {
    margin-top: 10px;
  }
  .cid-uzxCKXnIZl h1,
  .cid-uzxCKXnIZl h3 {
    text-align: center !important;
  }
  .cid-uzxCKXnIZl .btn.btn-md.btn-primary.display-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.cid-uzxCLVTBAM {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #bedee6;
}
.cid-uzxCLVTBAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxCLVTBAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxCLVTBAM img {
  object-fit: cover;
  width: 300px;
  margin: 0 auto;
  height: 300px;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uzxCLVTBAM img {
    width: 200px;
    height: 200px;
  }
}
.cid-uzxCLVTBAM a {
  text-decoration: underline;
  font-weight: bold;
}
.cid-uzxCLVTBAM .mbr-text,
.cid-uzxCLVTBAM .mbr-section-btn {
  color: #1d1403;
}
.cid-uzxCLVTBAM .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzxCLVTBAM .mbr-section-title {
  color: #1d1403;
}
@media (max-width: 767px) {
  .cid-uzxCLVTBAM h1 {
    margin-top: 10px;
  }
  .cid-uzxCLVTBAM h1,
  .cid-uzxCLVTBAM h3 {
    text-align: center !important;
  }
  .cid-uzxCLVTBAM .btn.btn-md.btn-primary.display-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.cid-uBSPqGFOb1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #bee6d3;
}
.cid-uBSPqGFOb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSPqGFOb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBSPqGFOb1 .items-wrap {
  justify-content: space-between;
}
.cid-uBSPqGFOb1 .items-wrap .card {
  justify-content: center;
}
.cid-uBSPqGFOb1 .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBSPqGFOb1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBSPqGFOb1 .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uBSPqGFOb1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBSPqGFOb1 .content-wrapper .mbr-text {
  margin-bottom: none;
}
@media (max-width: 992px) {
  .cid-uBSPqGFOb1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uBSPqGFOb1 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBSPqGFOb1 .image-wrapper img {
  width: 100%;
  object-fit: fit;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uBSPqGFOb1 .image-wrapper img {
    width: 100%;
  }
}
.cid-uBSPqGFOb1 .mbr-desc {
  color: #000000;
}
.cid-uBSPqGFOb1 .mbr-section-title {
  line-height: 1.2;
  color: #0d0d0d;
  text-align: center;
}
.cid-uBSPqGFOb1 .mbr-text {
  color: #000000;
}
.cid-uBSPqGFOb1 h2 span {
  background-color: #0d0d0d;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #f2f2f2;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-uBSPqGFOb1 .mbr-text,
.cid-uBSPqGFOb1 .mbr-section-btn {
  color: #1d1403;
}
.cid-uMEyRcE0FM {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #bee6d3;
}
.cid-uMEyRcE0FM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMEyRcE0FM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMEyRcE0FM .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMEyRcE0FM .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uMEyRcE0FM .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMEyRcE0FM .title-wrapper .mbr-section-title span {
  color: #1d1403;
}
.cid-uMEyRcE0FM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMEyRcE0FM .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uMEyRcE0FM .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uMEyRcE0FM .item {
    padding: 0 14px;
  }
}
.cid-uMEyRcE0FM .item .item-wrapper {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMEyRcE0FM .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #f2f2f2;
  box-shadow: 0px -1px 1px #f2f2f2;
  overflow: hidden;
  background-color: #f7f7f7;
  background-color: transparent;
}
.cid-uMEyRcE0FM .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMEyRcE0FM .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMEyRcE0FM .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uMEyRcE0FM .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMEyRcE0FM .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uMEyRcE0FM .item .item-wrapper .border-wrap {
  border-top: 2px dashed #f7f7f7;
  margin: 0 10px;
}
.cid-uMEyRcE0FM .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 24px;
  background-color: #f7f7f7;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uMEyRcE0FM .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uMEyRcE0FM .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMEyRcE0FM .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uMEyRcE0FM .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMEyRcE0FM .mbr-section-title {
  color: #1d1403;
  text-align: center;
}
.cid-uMEyRcE0FM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMEyRcE0FM .item-number {
  color: #000000;
  text-align: center;
}
.cid-uMEyRcE0FM .item-title {
  color: #0d0d0d;
  text-align: center;
  line-height: 1;
}
.cid-uMEyRcE0FM .item-text {
  color: #000000;
  text-align: center;
}
.cid-uMEyU1BBxK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bee6d3;
}
.cid-uMEyU1BBxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMEyU1BBxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMEyU1BBxK .content-wrapper {
  position: relative;
  padding: 40px;
  border-radius: 14px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uMEyU1BBxK .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uMEyU1BBxK .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMEyU1BBxK .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: none;
}
.cid-uMEyU1BBxK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMEyU1BBxK .content-wrapper .content-wrap .mbr-section-title span {
  color: #87d1ae;
}
@media (max-width: 992px) {
  .cid-uMEyU1BBxK .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uMEyU1BBxK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
  align-items: center !important;
}
.cid-uMEyU1BBxK .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uMEyU1BBxK .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uMEyU1BBxK .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMEyU1BBxK .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uMEyU1BBxK .mbr-section-title {
  color: #212529;
  line-height: 1;
}
.cid-uMEyU1BBxK .mbr-desc {
  color: #1d1403;
  line-height: 1;
  text-align: center;
}
.cid-uMEyU1BBxK .mbr-desc span {
  color: #87d1ae;
}
.cid-uMEyU1BBxK .mbr-section-title,
.cid-uMEyU1BBxK .mbr-section-btn {
  color: #1d1403;
}
.cid-uMEyU1BBxK .mbr-section-title,
.cid-uMEyU1BBxK .mbr-section-btn DIV {
  text-align: center;
}
.cid-uAovV3olCz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAovV3olCz .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAovV3olCz .panel-group {
  border: none;
}
.cid-uAovV3olCz .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAovV3olCz .card-header {
    padding: 0rem;
  }
}
.cid-uAovV3olCz .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAovV3olCz .img-col {
  padding: 0;
}
.cid-uAovV3olCz .img-item {
  height: 100%;
}
.cid-uAovV3olCz img {
  height: 100%;
  object-fit: cover;
}
.cid-uAovV3olCz .collapsed span {
  transform: rotate(0deg);
}
.cid-uAovV3olCz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAovV3olCz p {
  margin-bottom: 0.3rem;
}
.cid-uAovV3olCz .panel-title-edit {
  color: #000000;
}
.cid-uAovV3olCz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAovV3olCz .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uAovV3olCz .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAovV3olCz .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAovV3olCz .panel-text {
  color: #1d1403;
}
.cid-uAovV3olCz .mbr-section-title {
  text-align: center;
  color: #0d0d0d;
}
.cid-uAovV3olCz .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAovV3olCz .panel-title-edit,
.cid-uAovV3olCz .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uAovV3olCz .text-warning {
  font-weight: 900;
  text-decoration: underline;
}
.cid-uAovW6dzXK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAovW6dzXK .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAovW6dzXK .panel-group {
  border: none;
}
.cid-uAovW6dzXK .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAovW6dzXK .card-header {
    padding: 0rem;
  }
}
.cid-uAovW6dzXK .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAovW6dzXK .img-col {
  padding: 0;
}
.cid-uAovW6dzXK .img-item {
  height: 100%;
}
.cid-uAovW6dzXK img {
  height: 100%;
  object-fit: cover;
}
.cid-uAovW6dzXK .collapsed span {
  transform: rotate(0deg);
}
.cid-uAovW6dzXK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAovW6dzXK p {
  margin-bottom: 0.3rem;
}
.cid-uAovW6dzXK .panel-title-edit {
  color: #000000;
}
.cid-uAovW6dzXK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAovW6dzXK .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uAovW6dzXK .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAovW6dzXK .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAovW6dzXK .panel-text {
  color: #1d1403;
}
.cid-uAovW6dzXK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAovW6dzXK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAovW6dzXK .panel-title-edit,
.cid-uAovW6dzXK .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uA745bPvla {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uA745bPvla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA745bPvla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA745bPvla .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uA745bPvla .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uA745bPvla .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uA745bPvla .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uA745bPvla .border-wrap {
  margin-top: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #0d0d0d, #ffffff);
}
@media (max-width: 992px) {
  .cid-uA745bPvla .border-wrap {
    margin-top: 32px;
  }
}
.cid-uA745bPvla .mbr-section-title {
  color: #ffffff;
}
.cid-uA745bPvla .mbr-text,
.cid-uA745bPvla .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uA745bPvla .mbr-section-title,
.cid-uA745bPvla .mbr-section-btn {
  text-align: center;
  color: #1d1403;
}
.cid-uwNYipA90T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uwNYipA90T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwNYipA90T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwNYipA90T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container {
    padding: 0 26px;
  }
}
.cid-uwNYipA90T .row {
  justify-content: center;
}
.cid-uwNYipA90T .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uwNYipA90T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwNYipA90T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1403;
  font-size: 40px;
  transition: all 0.7s ease-in-out;
  margin-right: 25px;
}
.cid-uwNYipA90T .mbr-copy {
  margin-bottom: 0;
  color: #1d1403;
  text-align: center;
}
.cid-uwNYipA90T .mbr-section-title {
  color: #ffffff;
}
.cid-uwNYipA90T .mbr-text {
  color: #ffffff;
}
.cid-uwNYipA90T .list {
  color: #ffffff;
}
.cid-uwNYipA90T .content-wrapper,
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .nav-wrapper,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .mbr-section-title,
.cid-uwNYipA90T .logo-wrapper {
  color: #1d1403;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .mbr-section-title,
  .cid-uwNYipA90T .logo-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uwNYipA90T .item-wrap {
  transition: all 0.7s;
}
.cid-uwNYipA90T .item-wrap:hover {
  text-decoration: underline;
}
.cid-uwNYipA90T .item-wrap:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cid-uwNYipA90T .nav-wrapper ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
  }
  .cid-uwNYipA90T .nav-wrapper ul li {
    margin: 0 10px;
  }
}
.cid-uMElBedQbe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMElBedQbe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMElBedQbe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMElBedQbe .menu_box .navbar.opened,
  .cid-uMElBedQbe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease 0.25s;
  }
}
.cid-uMElBedQbe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMElBedQbe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMElBedQbe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMElBedQbe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uMElBedQbe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMElBedQbe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMElBedQbe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-body .mbr-text,
  .cid-uMElBedQbe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMElBedQbe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    align-self: center;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #87d1ae;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMElBedQbe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMElBedQbe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMElBedQbe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: none;
  }
}
.cid-uMElBedQbe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMElBedQbe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .nav-item {
    margin: 0 !important;
  }
}
.cid-uMElBedQbe .nav-item .nav-link {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .nav-item .nav-link:hover,
.cid-uMElBedQbe .nav-item .nav-link:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMElBedQbe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMElBedQbe .offcanvas_box {
    display: none;
  }
}
.cid-uMElBedQbe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  border-bottom: 0.5px solid black;
}
.cid-uMElBedQbe .dropdown-item:hover,
.cid-uMElBedQbe .dropdown-item:focus {
  color: #bedee6 !important;
  border-bottom: 1px solid #bedee6;
}
.cid-uMElBedQbe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMElBedQbe .container {
  display: flex;
  margin: auto;
}
.cid-uMElBedQbe .iconfont-wrapper {
  color: #000000;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMElBedQbe .iconfont-wrapper:hover,
.cid-uMElBedQbe .iconfont-wrapper:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .navbar-nav {
    margin: 0;
  }
}
.cid-uMElBedQbe .dropdown-menu,
.cid-uMElBedQbe .navbar.opened {
  background-color: false !important;
}
.cid-uMElBedQbe .nav-item:focus,
.cid-uMElBedQbe .nav-link:focus {
  outline: none;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e2e7f8;
}
.cid-uMElBedQbe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.25s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMElBedQbe .navbar.opened {
  transition: all 0.25s;
}
.cid-uMElBedQbe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMElBedQbe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMElBedQbe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMElBedQbe .navbar.collapsed {
  justify-content: center;
}
.cid-uMElBedQbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMElBedQbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMElBedQbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMElBedQbe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMElBedQbe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMElBedQbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMElBedQbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMElBedQbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMElBedQbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMElBedQbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMElBedQbe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMElBedQbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMElBedQbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMElBedQbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMElBedQbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMElBedQbe .dropdown-item.active,
.cid-uMElBedQbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMElBedQbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMElBedQbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMElBedQbe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMElBedQbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMElBedQbe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f7f7f7;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #87d1ae;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMElBedQbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMElBedQbe .navbar {
    height: 70px;
  }
  .cid-uMElBedQbe .navbar.opened {
    height: auto;
  }
  .cid-uMElBedQbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMElBedQbe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMElBedQbe .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
}
.cid-uMElBedQbe .navbar-caption:hover {
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMElBedQbe .text_widget {
  margin-bottom: 32px;
}
.cid-uMElBedQbe .text_widget a {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .text_widget a:hover,
.cid-uMElBedQbe .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uMElBedQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .navbar-caption {
  color: #222222;
}
.cid-uMElBedQbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .mbr-section-subtitle,
.cid-uMElBedQbe .text_widget,
.cid-uMElBedQbe .mbr-section-btn {
  text-align: center;
}
.cid-uMElBedQbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzxHOTP7ki {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uzxHOTP7ki .mbr-overlay {
  background-color: #ffc8d8;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-uzxHOTP7ki {
    align-items: flex-end;
  }
  .cid-uzxHOTP7ki .row {
    justify-content: flex-start;
  }
  .cid-uzxHOTP7ki .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uzxHOTP7ki .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uzxHOTP7ki {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uzxHOTP7ki .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uzxHOTP7ki .content-wrap {
    width: 100%;
  }
}
.cid-uzxHOTP7ki .mbr-section-title,
.cid-uzxHOTP7ki .mbr-section-subtitle {
  text-align: center;
}
.cid-uzxHOTP7ki .mbr-text,
.cid-uzxHOTP7ki .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uzxHOTP7ki .mbr-section-title {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22), -1px -1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .cid-uzxHOTP7ki .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uzxIfwMtCz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzxIfwMtCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxIfwMtCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxIfwMtCz .row {
  justify-content: center;
}
.cid-uzxIfwMtCz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzxIfwMtCz .item {
    margin-bottom: 1rem;
  }
}
.cid-uzxIfwMtCz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #bedee6;
  padding: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzxIfwMtCz .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzxIfwMtCz .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uzxIfwMtCz .content-head {
  max-width: 800px;
}
.cid-uzxIfwMtCz P {
  color: #1d1403;
  text-align: center;
}
.cid-uzxIfwMtCz .card-title {
  color: #1d1403;
  text-align: center;
}
.cid-uCJLbVEeX3 {
  display: flex;
  background-color: #ffffff;
}
.cid-uCJLbVEeX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCJLbVEeX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCJLbVEeX3 html,
.cid-uCJLbVEeX3 body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.cid-uCJLbVEeX3 .calendly-wrapper {
  position: relative;
  min-width: 320px;
  height: 100vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.cid-uCJLbVEeX3 .calendly-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.cid-uCJLbVEeX3 body.no-scroll {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cid-uCJLbVEeX3 .calendly-wrapper {
    height: 100vh;
    padding-top: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cid-uCJLbVEeX3 .calendly-wrapper {
    padding-top: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .cid-uCJLbVEeX3 .calendly-wrapper {
    padding-top: 75%;
  }
}
.cid-uNGUlT6ii1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d0d0d;
}
.cid-uNGUlT6ii1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNGUlT6ii1 form .mbr-section-btn {
  text-align: center;
  width: 100%;
  margin-left: 0px !important;
}
.cid-uNGUlT6ii1 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNGUlT6ii1 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNGUlT6ii1 .content-head {
  max-width: 800px;
}
.cid-uNGUlT6ii1 .mbr-section-title {
  color: #ffffff;
}
.cid-uNGUlT6ii1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNGUmQ6KbT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d0d0d;
  overflow: hidden;
}
.cid-uNGUmQ6KbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNGUmQ6KbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNGUmQ6KbT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNGUmQ6KbT .container {
    padding: 0 15px;
  }
}
.cid-uNGUmQ6KbT .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNGUmQ6KbT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNGUmQ6KbT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNGUmQ6KbT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uNGUmQ6KbT .items-wrapper {
    display: block;
  }
}
.cid-uNGUmQ6KbT .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uNGUmQ6KbT .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uNGUmQ6KbT .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uNGUmQ6KbT .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #bedee6;
  background-color: #0d0d0d;
  font-size: 52px;
  border: 1px solid #bedee6;
  border-radius: 100%;
  transition: all .5s;
}
.cid-uNGUmQ6KbT .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont:hover {
  color: #74b9ca;
}
.cid-uNGUmQ6KbT .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uNGUmQ6KbT .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uNGUmQ6KbT .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uNGUmQ6KbT .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uNGUmQ6KbT .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uNGUmQ6KbT .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uNGUmQ6KbT .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uNGUmQ6KbT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNGUmQ6KbT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNGUmQ6KbT .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uNGUmQ6KbT .item-text {
  color: #d2d2df;
}
.cid-uNGUmQ6KbT .item-text,
.cid-uNGUmQ6KbT .icon-wrapper {
  text-align: center;
}
.cid-uAow0p8O1b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAow0p8O1b .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAow0p8O1b .panel-group {
  border: none;
}
.cid-uAow0p8O1b .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAow0p8O1b .card-header {
    padding: 0rem;
  }
}
.cid-uAow0p8O1b .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAow0p8O1b .img-col {
  padding: 0;
}
.cid-uAow0p8O1b .img-item {
  height: 100%;
}
.cid-uAow0p8O1b img {
  height: 100%;
  object-fit: cover;
}
.cid-uAow0p8O1b .collapsed span {
  transform: rotate(0deg);
}
.cid-uAow0p8O1b .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAow0p8O1b p {
  margin-bottom: 0.3rem;
}
.cid-uAow0p8O1b .panel-title-edit {
  color: #000000;
}
.cid-uAow0p8O1b .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAow0p8O1b .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uAow0p8O1b .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAow0p8O1b .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAow0p8O1b .panel-text {
  color: #1d1403;
}
.cid-uAow0p8O1b .mbr-section-title {
  text-align: center;
  color: #0d0d0d;
}
.cid-uAow0p8O1b .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAow0p8O1b .panel-title-edit,
.cid-uAow0p8O1b .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uAow0p8O1b .text-warning {
  font-weight: 900;
  text-decoration: underline;
}
.cid-uAow1N4wh2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uAow1N4wh2 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uAow1N4wh2 .panel-group {
  border: none;
}
.cid-uAow1N4wh2 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uAow1N4wh2 .card-header {
    padding: 0rem;
  }
}
.cid-uAow1N4wh2 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uAow1N4wh2 .img-col {
  padding: 0;
}
.cid-uAow1N4wh2 .img-item {
  height: 100%;
}
.cid-uAow1N4wh2 img {
  height: 100%;
  object-fit: cover;
}
.cid-uAow1N4wh2 .collapsed span {
  transform: rotate(0deg);
}
.cid-uAow1N4wh2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAow1N4wh2 p {
  margin-bottom: 0.3rem;
}
.cid-uAow1N4wh2 .panel-title-edit {
  color: #000000;
}
.cid-uAow1N4wh2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uAow1N4wh2 .card {
  background: #bedee6;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uAow1N4wh2 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAow1N4wh2 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uAow1N4wh2 .panel-text {
  color: #1d1403;
}
.cid-uAow1N4wh2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uAow1N4wh2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAow1N4wh2 .panel-title-edit,
.cid-uAow1N4wh2 .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uwNYipA90T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uwNYipA90T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwNYipA90T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwNYipA90T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container {
    padding: 0 26px;
  }
}
.cid-uwNYipA90T .row {
  justify-content: center;
}
.cid-uwNYipA90T .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uwNYipA90T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwNYipA90T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1403;
  font-size: 40px;
  transition: all 0.7s ease-in-out;
  margin-right: 25px;
}
.cid-uwNYipA90T .mbr-copy {
  margin-bottom: 0;
  color: #1d1403;
  text-align: center;
}
.cid-uwNYipA90T .mbr-section-title {
  color: #ffffff;
}
.cid-uwNYipA90T .mbr-text {
  color: #ffffff;
}
.cid-uwNYipA90T .list {
  color: #ffffff;
}
.cid-uwNYipA90T .content-wrapper,
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .nav-wrapper,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .mbr-section-title,
.cid-uwNYipA90T .logo-wrapper {
  color: #1d1403;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .mbr-section-title,
  .cid-uwNYipA90T .logo-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uwNYipA90T .item-wrap {
  transition: all 0.7s;
}
.cid-uwNYipA90T .item-wrap:hover {
  text-decoration: underline;
}
.cid-uwNYipA90T .item-wrap:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cid-uwNYipA90T .nav-wrapper ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
  }
  .cid-uwNYipA90T .nav-wrapper ul li {
    margin: 0 10px;
  }
}
.cid-uMElBedQbe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMElBedQbe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMElBedQbe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMElBedQbe .menu_box .navbar.opened,
  .cid-uMElBedQbe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease 0.25s;
  }
}
.cid-uMElBedQbe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMElBedQbe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMElBedQbe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMElBedQbe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uMElBedQbe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMElBedQbe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMElBedQbe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-body .mbr-text,
  .cid-uMElBedQbe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMElBedQbe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    align-self: center;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #87d1ae;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMElBedQbe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMElBedQbe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMElBedQbe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: none;
  }
}
.cid-uMElBedQbe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMElBedQbe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .nav-item {
    margin: 0 !important;
  }
}
.cid-uMElBedQbe .nav-item .nav-link {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .nav-item .nav-link:hover,
.cid-uMElBedQbe .nav-item .nav-link:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMElBedQbe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMElBedQbe .offcanvas_box {
    display: none;
  }
}
.cid-uMElBedQbe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  border-bottom: 0.5px solid black;
}
.cid-uMElBedQbe .dropdown-item:hover,
.cid-uMElBedQbe .dropdown-item:focus {
  color: #bedee6 !important;
  border-bottom: 1px solid #bedee6;
}
.cid-uMElBedQbe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMElBedQbe .container {
  display: flex;
  margin: auto;
}
.cid-uMElBedQbe .iconfont-wrapper {
  color: #000000;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMElBedQbe .iconfont-wrapper:hover,
.cid-uMElBedQbe .iconfont-wrapper:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .navbar-nav {
    margin: 0;
  }
}
.cid-uMElBedQbe .dropdown-menu,
.cid-uMElBedQbe .navbar.opened {
  background-color: false !important;
}
.cid-uMElBedQbe .nav-item:focus,
.cid-uMElBedQbe .nav-link:focus {
  outline: none;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e2e7f8;
}
.cid-uMElBedQbe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.25s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMElBedQbe .navbar.opened {
  transition: all 0.25s;
}
.cid-uMElBedQbe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMElBedQbe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMElBedQbe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMElBedQbe .navbar.collapsed {
  justify-content: center;
}
.cid-uMElBedQbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMElBedQbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMElBedQbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMElBedQbe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMElBedQbe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMElBedQbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMElBedQbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMElBedQbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMElBedQbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMElBedQbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMElBedQbe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMElBedQbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMElBedQbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMElBedQbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMElBedQbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMElBedQbe .dropdown-item.active,
.cid-uMElBedQbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMElBedQbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMElBedQbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMElBedQbe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMElBedQbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMElBedQbe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f7f7f7;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #87d1ae;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMElBedQbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMElBedQbe .navbar {
    height: 70px;
  }
  .cid-uMElBedQbe .navbar.opened {
    height: auto;
  }
  .cid-uMElBedQbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMElBedQbe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMElBedQbe .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
}
.cid-uMElBedQbe .navbar-caption:hover {
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMElBedQbe .text_widget {
  margin-bottom: 32px;
}
.cid-uMElBedQbe .text_widget a {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .text_widget a:hover,
.cid-uMElBedQbe .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uMElBedQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .navbar-caption {
  color: #222222;
}
.cid-uMElBedQbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .mbr-section-subtitle,
.cid-uMElBedQbe .text_widget,
.cid-uMElBedQbe .mbr-section-btn {
  text-align: center;
}
.cid-uMElBedQbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzxSkky9zx {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzxSkky9zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxSkky9zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzxSkky9zx .container {
    padding: 0 20px;
  }
}
.cid-uzxSkky9zx .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uzxSkky9zx .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzxSkky9zx .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uzxSkky9zx .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzxSkky9zx .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uzxSkky9zx .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uzxSkky9zx .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uzxSkky9zx .mbr-section-title {
  color: #000000;
}
.cid-uzxSkky9zx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uzxSkky9zx .mbr-section-title,
.cid-uzxSkky9zx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uzxRK5YQ6r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzxRK5YQ6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxRK5YQ6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxRK5YQ6r .row {
  justify-content: center;
}
.cid-uzxRK5YQ6r .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzxRK5YQ6r .item {
    margin-bottom: 1rem;
  }
}
.cid-uzxRK5YQ6r .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #bedee6;
  padding: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzxRK5YQ6r .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzxRK5YQ6r .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uzxRK5YQ6r .content-head {
  max-width: 800px;
}
.cid-uzxRK5YQ6r P {
  color: #1d1403;
  text-align: center;
}
.cid-uzxRK5YQ6r .card-title {
  color: #1d1403;
  text-align: center;
}
.cid-uzxRK77gMt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzxRK77gMt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzxRK77gMt form .mbr-section-btn {
  text-align: center;
  width: 100%;
  margin-left: 0px !important;
}
.cid-uzxRK77gMt form .mbr-section-btn .btn {
  display: inline-flex;
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .cid-uzxRK77gMt form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzxRK77gMt .content-head {
  max-width: 800px;
}
.cid-uzxRK77gMt .mbr-section-title {
  color: #1d1403;
}
.cid-uzxRK77gMt .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzxRK77gMt .form-control {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uwNYipA90T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uwNYipA90T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwNYipA90T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwNYipA90T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container {
    padding: 0 26px;
  }
}
.cid-uwNYipA90T .row {
  justify-content: center;
}
.cid-uwNYipA90T .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uwNYipA90T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwNYipA90T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1403;
  font-size: 40px;
  transition: all 0.7s ease-in-out;
  margin-right: 25px;
}
.cid-uwNYipA90T .mbr-copy {
  margin-bottom: 0;
  color: #1d1403;
  text-align: center;
}
.cid-uwNYipA90T .mbr-section-title {
  color: #ffffff;
}
.cid-uwNYipA90T .mbr-text {
  color: #ffffff;
}
.cid-uwNYipA90T .list {
  color: #ffffff;
}
.cid-uwNYipA90T .content-wrapper,
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .nav-wrapper,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .mbr-section-title,
.cid-uwNYipA90T .logo-wrapper {
  color: #1d1403;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .mbr-section-title,
  .cid-uwNYipA90T .logo-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uwNYipA90T .item-wrap {
  transition: all 0.7s;
}
.cid-uwNYipA90T .item-wrap:hover {
  text-decoration: underline;
}
.cid-uwNYipA90T .item-wrap:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cid-uwNYipA90T .nav-wrapper ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
  }
  .cid-uwNYipA90T .nav-wrapper ul li {
    margin: 0 10px;
  }
}
.cid-uMElBedQbe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMElBedQbe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMElBedQbe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMElBedQbe .menu_box .navbar.opened,
  .cid-uMElBedQbe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease 0.25s;
  }
}
.cid-uMElBedQbe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMElBedQbe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMElBedQbe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMElBedQbe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uMElBedQbe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMElBedQbe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMElBedQbe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-body .mbr-text,
  .cid-uMElBedQbe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMElBedQbe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    align-self: center;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #87d1ae;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMElBedQbe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMElBedQbe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMElBedQbe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: none;
  }
}
.cid-uMElBedQbe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMElBedQbe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .nav-item {
    margin: 0 !important;
  }
}
.cid-uMElBedQbe .nav-item .nav-link {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .nav-item .nav-link:hover,
.cid-uMElBedQbe .nav-item .nav-link:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMElBedQbe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMElBedQbe .offcanvas_box {
    display: none;
  }
}
.cid-uMElBedQbe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  border-bottom: 0.5px solid black;
}
.cid-uMElBedQbe .dropdown-item:hover,
.cid-uMElBedQbe .dropdown-item:focus {
  color: #bedee6 !important;
  border-bottom: 1px solid #bedee6;
}
.cid-uMElBedQbe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMElBedQbe .container {
  display: flex;
  margin: auto;
}
.cid-uMElBedQbe .iconfont-wrapper {
  color: #000000;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMElBedQbe .iconfont-wrapper:hover,
.cid-uMElBedQbe .iconfont-wrapper:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .navbar-nav {
    margin: 0;
  }
}
.cid-uMElBedQbe .dropdown-menu,
.cid-uMElBedQbe .navbar.opened {
  background-color: false !important;
}
.cid-uMElBedQbe .nav-item:focus,
.cid-uMElBedQbe .nav-link:focus {
  outline: none;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e2e7f8;
}
.cid-uMElBedQbe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.25s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMElBedQbe .navbar.opened {
  transition: all 0.25s;
}
.cid-uMElBedQbe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMElBedQbe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMElBedQbe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMElBedQbe .navbar.collapsed {
  justify-content: center;
}
.cid-uMElBedQbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMElBedQbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMElBedQbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMElBedQbe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMElBedQbe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMElBedQbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMElBedQbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMElBedQbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMElBedQbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMElBedQbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMElBedQbe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMElBedQbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMElBedQbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMElBedQbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMElBedQbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMElBedQbe .dropdown-item.active,
.cid-uMElBedQbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMElBedQbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMElBedQbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMElBedQbe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMElBedQbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMElBedQbe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f7f7f7;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #87d1ae;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMElBedQbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMElBedQbe .navbar {
    height: 70px;
  }
  .cid-uMElBedQbe .navbar.opened {
    height: auto;
  }
  .cid-uMElBedQbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMElBedQbe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMElBedQbe .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
}
.cid-uMElBedQbe .navbar-caption:hover {
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMElBedQbe .text_widget {
  margin-bottom: 32px;
}
.cid-uMElBedQbe .text_widget a {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .text_widget a:hover,
.cid-uMElBedQbe .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uMElBedQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .navbar-caption {
  color: #222222;
}
.cid-uMElBedQbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .mbr-section-subtitle,
.cid-uMElBedQbe .text_widget,
.cid-uMElBedQbe .mbr-section-btn {
  text-align: center;
}
.cid-uMElBedQbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzxSOalTOl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzxSOalTOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxSOalTOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzxSOalTOl .container {
    padding: 0 20px;
  }
}
.cid-uzxSOalTOl .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uzxSOalTOl .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzxSOalTOl .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uzxSOalTOl .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzxSOalTOl .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-uzxSOalTOl .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-uzxSOalTOl .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uzxSOalTOl .mbr-section-title {
  color: #000000;
}
.cid-uzxSOalTOl .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uzxSOalTOl .mbr-section-title,
.cid-uzxSOalTOl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uzxSObpgfZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzxSObpgfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzxSObpgfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzxSObpgfZ .row {
  justify-content: center;
}
.cid-uzxSObpgfZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzxSObpgfZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uzxSObpgfZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #bedee6;
  padding: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uzxSObpgfZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzxSObpgfZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uzxSObpgfZ .content-head {
  max-width: 800px;
}
.cid-uzxSObpgfZ P {
  color: #1d1403;
  text-align: center;
}
.cid-uzxSObpgfZ .card-title {
  color: #1d1403;
  text-align: center;
}
.cid-uzxSOcKu99 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzxSOcKu99 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uzxSOcKu99 form .mbr-section-btn {
  text-align: center;
  width: 100%;
  margin-left: 0px !important;
}
.cid-uzxSOcKu99 form .mbr-section-btn .btn {
  display: inline-flex;
  margin-left: 0px !important;
}
@media (max-width: 991px) {
  .cid-uzxSOcKu99 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uzxSOcKu99 .content-head {
  max-width: 800px;
}
.cid-uzxSOcKu99 .mbr-section-title {
  color: #1d1403;
}
.cid-uzxSOcKu99 .mbr-section-subtitle {
  color: #1d1403;
}
.cid-uzxSOcKu99 .form-control {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uwNYipA90T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uwNYipA90T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwNYipA90T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwNYipA90T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container {
    padding: 0 26px;
  }
}
.cid-uwNYipA90T .row {
  justify-content: center;
}
.cid-uwNYipA90T .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uwNYipA90T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwNYipA90T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1403;
  font-size: 40px;
  transition: all 0.7s ease-in-out;
  margin-right: 25px;
}
.cid-uwNYipA90T .mbr-copy {
  margin-bottom: 0;
  color: #1d1403;
  text-align: center;
}
.cid-uwNYipA90T .mbr-section-title {
  color: #ffffff;
}
.cid-uwNYipA90T .mbr-text {
  color: #ffffff;
}
.cid-uwNYipA90T .list {
  color: #ffffff;
}
.cid-uwNYipA90T .content-wrapper,
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .nav-wrapper,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .mbr-section-title,
.cid-uwNYipA90T .logo-wrapper {
  color: #1d1403;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .mbr-section-title,
  .cid-uwNYipA90T .logo-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uwNYipA90T .item-wrap {
  transition: all 0.7s;
}
.cid-uwNYipA90T .item-wrap:hover {
  text-decoration: underline;
}
.cid-uwNYipA90T .item-wrap:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cid-uwNYipA90T .nav-wrapper ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
  }
  .cid-uwNYipA90T .nav-wrapper ul li {
    margin: 0 10px;
  }
}
.cid-uMElBedQbe {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uMElBedQbe .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uMElBedQbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMElBedQbe .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMElBedQbe .menu_box .navbar.opened,
  .cid-uMElBedQbe .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease 0.25s;
  }
}
.cid-uMElBedQbe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uMElBedQbe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uMElBedQbe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMElBedQbe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-uMElBedQbe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uMElBedQbe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uMElBedQbe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uMElBedQbe .offcanvas-body .mbr-text,
  .cid-uMElBedQbe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uMElBedQbe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
    align-self: center;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #87d1ae;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.25s;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uMElBedQbe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uMElBedQbe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMElBedQbe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uMElBedQbe .lg_brand {
    margin: 0 1rem;
  }
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: none;
  }
}
.cid-uMElBedQbe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uMElBedQbe .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .nav-item {
    margin: 0 !important;
  }
}
.cid-uMElBedQbe .nav-item .nav-link {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .nav-item .nav-link:hover,
.cid-uMElBedQbe .nav-item .nav-link:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMElBedQbe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uMElBedQbe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMElBedQbe .offcanvas_box {
    display: none;
  }
}
.cid-uMElBedQbe .dropdown-item {
  border: none;
  font-weight: 300 !important;
  border-bottom: 0.5px solid black;
}
.cid-uMElBedQbe .dropdown-item:hover,
.cid-uMElBedQbe .dropdown-item:focus {
  color: #bedee6 !important;
  border-bottom: 1px solid #bedee6;
}
.cid-uMElBedQbe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMElBedQbe .container {
  display: flex;
  margin: auto;
}
.cid-uMElBedQbe .iconfont-wrapper {
  color: #000000;
  font-size: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMElBedQbe .iconfont-wrapper:hover,
.cid-uMElBedQbe .iconfont-wrapper:focus {
  color: #bedee6 !important;
}
.cid-uMElBedQbe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .navbar-nav {
    margin: 0;
  }
}
.cid-uMElBedQbe .dropdown-menu,
.cid-uMElBedQbe .navbar.opened {
  background-color: false !important;
}
.cid-uMElBedQbe .nav-item:focus,
.cid-uMElBedQbe .nav-link:focus {
  outline: none;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMElBedQbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMElBedQbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMElBedQbe .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #e2e7f8;
}
.cid-uMElBedQbe .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.25s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMElBedQbe .navbar.opened {
  transition: all 0.25s;
}
.cid-uMElBedQbe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMElBedQbe .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMElBedQbe .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uMElBedQbe .navbar.collapsed {
  justify-content: center;
}
.cid-uMElBedQbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMElBedQbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMElBedQbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMElBedQbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMElBedQbe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMElBedQbe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uMElBedQbe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uMElBedQbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMElBedQbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMElBedQbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMElBedQbe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMElBedQbe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMElBedQbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMElBedQbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMElBedQbe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMElBedQbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMElBedQbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMElBedQbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMElBedQbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uMElBedQbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMElBedQbe .dropdown-item.active,
.cid-uMElBedQbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uMElBedQbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMElBedQbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMElBedQbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMElBedQbe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uMElBedQbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMElBedQbe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f7f7f7;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #87d1ae;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.25s;
}
.cid-uMElBedQbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMElBedQbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.25s;
}
.cid-uMElBedQbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMElBedQbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMElBedQbe .navbar {
    height: 70px;
  }
  .cid-uMElBedQbe .navbar.opened {
    height: auto;
  }
  .cid-uMElBedQbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMElBedQbe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMElBedQbe .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMElBedQbe .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uMElBedQbe .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
}
.cid-uMElBedQbe .navbar-caption:hover {
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .cid-uMElBedQbe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMElBedQbe .text_widget {
  margin-bottom: 32px;
}
.cid-uMElBedQbe .text_widget a {
  transition: all 0.25s ease-out;
}
.cid-uMElBedQbe .text_widget a:hover,
.cid-uMElBedQbe .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-uMElBedQbe .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: auto;
  }
}
.cid-uMElBedQbe .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .navbar-caption {
  color: #222222;
}
.cid-uMElBedQbe .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMElBedQbe .mbr-section-subtitle,
.cid-uMElBedQbe .text_widget,
.cid-uMElBedQbe .mbr-section-btn {
  text-align: center;
}
.cid-uMElBedQbe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBUHUj2bVT {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBUHUj2bVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUHUj2bVT .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-uBUHUj2bVT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uBUHUj2bVT .row {
  flex-direction: row-reverse;
}
.cid-uBUHUj2bVT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uBUHUj2bVT .image-wrapper {
    padding: 1rem;
  }
}
.cid-uBUHUj2bVT .img.w-100.lazyload {
  border-radius: 14px;
}
@media (min-width: 992px) {
  .cid-uBUHUj2bVT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uBUHUj2bVT .mbr-section-title {
  color: #0d0d0d;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uBUHUj2bVT .mbr-text,
.cid-uBUHUj2bVT .mbr-section-btn {
  color: #232323;
}
.cid-uBUHUj2bVT .mbr-text {
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-uBUHUj2bVT .mbr-section-title span {
  color: #87d1ae;
}
.cid-uBUHUj2bVT .mbr-text span {
  color: #87d1ae;
}
.cid-uBUHUj2bVT .btn.btn-primary-outline:hover {
  color: white !important;
}
.cid-uCKeMXN8qx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uCKeMXN8qx .item-img {
  position: relative;
}
.cid-uCKeMXN8qx .item-img img {
  transition: all 0.7s;
}
.cid-uCKeMXN8qx .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uCKeMXN8qx .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uCKeMXN8qx .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uCKeMXN8qx .item:hover img {
  border-radius: 2rem !important;
  transform: scale(1.05);
}
.cid-uCKeMXN8qx .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uCKeMXN8qx .image-wrapper {
  overflow: hidden;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-uCKeMXN8qx .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2rem !important;
}
.cid-uCKeMXN8qx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uCKeMXN8qx .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: solid #000000 2px;
}
.cid-uCKeMXN8qx .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uCKeMXN8qx .link-icon-wrapper .icon-wrap {
  background: #bee6d3;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uCKeMXN8qx .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uCKeMXN8qx .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uCKeMXN8qx .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uCKeMXN8qx .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uCKeMXN8qx .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uCKeMXN8qx .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uCKeMXN8qx .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uCKeMXN8qx img,
.cid-uCKeMXN8qx .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uCKeMXN8qx .item:focus,
.cid-uCKeMXN8qx span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uCKeMXN8qx .item {
    margin-bottom: 1rem;
  }
}
.cid-uCKeMXN8qx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCKeMXN8qx .item-title {
  text-align: left;
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px #000000, 0 1px 2px rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}
.cid-uCKeMXN8qx .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uCKeMXN8qx .mbr-section-subtitle,
.cid-uCKeMXN8qx .subtitle-wrap,
.cid-uCKeMXN8qx .mbr-section-btn {
  text-align: left;
}
.cid-uCKeMXN8qx .mbr-text,
.cid-uCKeMXN8qx .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uMExeIRLPi {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMExeIRLPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMExeIRLPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMExeIRLPi .items-wrap {
  justify-content: space-between;
}
.cid-uMExeIRLPi .items-wrap .card {
  justify-content: center;
}
.cid-uMExeIRLPi .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uMExeIRLPi .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMExeIRLPi .title-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .cid-uMExeIRLPi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMExeIRLPi .content-wrapper .mbr-text {
  margin-bottom: none;
}
@media (max-width: 992px) {
  .cid-uMExeIRLPi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uMExeIRLPi .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMExeIRLPi .image-wrapper img {
  width: 100%;
  object-fit: fit;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uMExeIRLPi .image-wrapper img {
    width: 100%;
  }
}
.cid-uMExeIRLPi .mbr-desc {
  color: #000000;
}
.cid-uMExeIRLPi .mbr-section-title {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uMExeIRLPi .mbr-text {
  color: #000000;
  line-height: 1.5;
}
.cid-uMExeIRLPi ul {
  line-height: 1.2;
}
.cid-uMExeIRLPi h2 span {
  background-color: #0d0d0d;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #f2f2f2;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.cid-uMExeIRLPi .mbr-text,
.cid-uMExeIRLPi .mbr-section-btn {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uMExeIRLPi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uMExgd4Awx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMExgd4Awx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMExgd4Awx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMExgd4Awx .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMExgd4Awx .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uMExgd4Awx .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uMExgd4Awx .title-wrapper .mbr-section-title span {
  color: #bee6d3;
}
.cid-uMExgd4Awx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMExgd4Awx .items-wrap {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uMExgd4Awx .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uMExgd4Awx .item {
    padding: 0 14px;
  }
}
.cid-uMExgd4Awx .item .item-wrapper {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uMExgd4Awx .item .item-wrapper .item-img {
  position: relative;
  border: 1px solid #f2f2f2;
  box-shadow: 0px -1px 1px #f2f2f2;
  overflow: hidden;
  background-color: #f7f7f7;
  background-color: transparent;
}
.cid-uMExgd4Awx .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMExgd4Awx .item .item-wrapper .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMExgd4Awx .item .item-wrapper .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uMExgd4Awx .item .item-wrapper .item-img .item-number {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMExgd4Awx .item .item-wrapper .item-img .item-number {
    padding: 14px;
  }
}
.cid-uMExgd4Awx .item .item-wrapper .border-wrap {
  border-top: 2px dashed #f7f7f7;
  margin: 0 10px;
}
.cid-uMExgd4Awx .item .item-wrapper .item-content {
  overflow: hidden;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 24px;
  background-color: #f7f7f7;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uMExgd4Awx .item .item-wrapper .item-content {
    padding: 14px;
  }
}
.cid-uMExgd4Awx .item .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: .5;
}
.cid-uMExgd4Awx .item .item-wrapper .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cid-uMExgd4Awx .item .item-wrapper .item-content .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMExgd4Awx .mbr-section-title {
  color: #1d1403;
  text-align: center;
}
.cid-uMExgd4Awx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uMExgd4Awx .item-number {
  color: #000000;
  text-align: center;
}
.cid-uMExgd4Awx .item-title {
  color: #0d0d0d;
  text-align: center;
  line-height: 1;
}
.cid-uMExgd4Awx .item-text {
  color: #000000;
  text-align: center;
}
.cid-uMExjAQFg3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMExjAQFg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMExjAQFg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMExjAQFg3 .content-wrapper {
  position: relative;
  padding: 40px;
  border-radius: 14px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 992px) {
  .cid-uMExjAQFg3 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uMExjAQFg3 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uMExjAQFg3 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: none;
}
.cid-uMExjAQFg3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMExjAQFg3 .content-wrapper .content-wrap .mbr-section-title span {
  color: #87d1ae;
}
@media (max-width: 992px) {
  .cid-uMExjAQFg3 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uMExjAQFg3 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
  align-items: center !important;
}
.cid-uMExjAQFg3 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uMExjAQFg3 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uMExjAQFg3 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMExjAQFg3 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uMExjAQFg3 .mbr-section-title {
  color: #212529;
  line-height: 1;
}
.cid-uMExjAQFg3 .mbr-desc {
  color: #1d1403;
  line-height: 1;
  text-align: center;
}
.cid-uMExjAQFg3 .mbr-desc span {
  color: #87d1ae;
}
.cid-uMExjAQFg3 .mbr-section-title,
.cid-uMExjAQFg3 .mbr-section-btn {
  color: #1d1403;
}
.cid-uMExjAQFg3 .mbr-section-title,
.cid-uMExjAQFg3 .mbr-section-btn DIV {
  text-align: center;
}
.cid-uBUI4auh8K {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBUI4auh8K .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uBUI4auh8K .panel-group {
  border: none;
}
.cid-uBUI4auh8K .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uBUI4auh8K .card-header {
    padding: 0rem;
  }
}
.cid-uBUI4auh8K .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uBUI4auh8K .img-col {
  padding: 0;
}
.cid-uBUI4auh8K .img-item {
  height: 100%;
}
.cid-uBUI4auh8K img {
  height: 100%;
  object-fit: cover;
}
.cid-uBUI4auh8K .collapsed span {
  transform: rotate(0deg);
}
.cid-uBUI4auh8K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBUI4auh8K p {
  margin-bottom: 0.3rem;
}
.cid-uBUI4auh8K .panel-title-edit {
  color: #000000;
}
.cid-uBUI4auh8K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uBUI4auh8K .card {
  background: #bee6d3;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 14px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uBUI4auh8K .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUI4auh8K .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uBUI4auh8K .panel-text {
  color: #000000;
}
.cid-uBUI4auh8K .mbr-section-title {
  text-align: center;
  color: #0d0d0d;
}
.cid-uBUI4auh8K .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBUI4auh8K .panel-title-edit,
.cid-uBUI4auh8K .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uBUI56zTKg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBUI56zTKg .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.6s ease-in-out;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uBUI56zTKg .panel-group {
  border: none;
}
.cid-uBUI56zTKg .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uBUI56zTKg .card-header {
    padding: 0rem;
  }
}
.cid-uBUI56zTKg .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uBUI56zTKg .img-col {
  padding: 0;
}
.cid-uBUI56zTKg .img-item {
  height: 100%;
}
.cid-uBUI56zTKg img {
  height: 100%;
  object-fit: cover;
}
.cid-uBUI56zTKg .collapsed span {
  transform: rotate(0deg);
}
.cid-uBUI56zTKg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBUI56zTKg p {
  margin-bottom: 0.3rem;
}
.cid-uBUI56zTKg .panel-title-edit {
  color: #000000;
}
.cid-uBUI56zTKg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uBUI56zTKg .card {
  background: #bee6d3;
  padding: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .cid-uBUI56zTKg .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uBUI56zTKg .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uBUI56zTKg .panel-text {
  color: #000000;
}
.cid-uBUI56zTKg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uBUI56zTKg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uBUI56zTKg .panel-title-edit,
.cid-uBUI56zTKg .mbr-iconfont {
  color: #0d0d0d;
}
.cid-uCKtsBhrD0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uCKtsBhrD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCKtsBhrD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCKtsBhrD0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCKtsBhrD0 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCKtsBhrD0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCKtsBhrD0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCKtsBhrD0 .border-wrap {
  margin-top: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #0d0d0d, #ffffff);
}
@media (max-width: 992px) {
  .cid-uCKtsBhrD0 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCKtsBhrD0 .mbr-section-title {
  color: #ffffff;
}
.cid-uCKtsBhrD0 .mbr-text,
.cid-uCKtsBhrD0 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uCKtsBhrD0 .mbr-section-title,
.cid-uCKtsBhrD0 .mbr-section-btn {
  text-align: center;
  color: #1d1403;
}
.cid-uwNYipA90T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bedee6;
}
.cid-uwNYipA90T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwNYipA90T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwNYipA90T .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .container {
    padding: 0 26px;
  }
}
.cid-uwNYipA90T .row {
  justify-content: center;
}
.cid-uwNYipA90T .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .logo-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 5px !important;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cid-uwNYipA90T .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uwNYipA90T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uwNYipA90T .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .contacts-wrapper .list {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #6d5318;
}
.cid-uwNYipA90T .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #1d1403;
  font-size: 40px;
  transition: all 0.7s ease-in-out;
  margin-right: 25px;
}
.cid-uwNYipA90T .mbr-copy {
  margin-bottom: 0;
  color: #1d1403;
  text-align: center;
}
.cid-uwNYipA90T .mbr-section-title {
  color: #ffffff;
}
.cid-uwNYipA90T .mbr-text {
  color: #ffffff;
}
.cid-uwNYipA90T .list {
  color: #ffffff;
}
.cid-uwNYipA90T .content-wrapper,
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .nav-wrapper,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .list,
.cid-uwNYipA90T .item-wrap,
.cid-uwNYipA90T .social-wrapper {
  color: #0d0d0d;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .social-wrapper {
    text-align: center !important;
  }
}
.cid-uwNYipA90T .mbr-section-title,
.cid-uwNYipA90T .logo-wrapper {
  color: #1d1403;
}
@media (max-width: 992px) {
  .cid-uwNYipA90T .mbr-section-title,
  .cid-uwNYipA90T .logo-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-uwNYipA90T .list,
  .cid-uwNYipA90T .item-wrap,
  .cid-uwNYipA90T .nav-wrapper,
  .cid-uwNYipA90T .social-wrapper {
    align-items: center !important;
    text-align: center !important;
  }
}
.cid-uwNYipA90T .item-wrap {
  transition: all 0.7s;
}
.cid-uwNYipA90T .item-wrap:hover {
  text-decoration: underline;
}
.cid-uwNYipA90T .item-wrap:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .cid-uwNYipA90T .content-wrapper,
  .cid-uwNYipA90T .nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cid-uwNYipA90T .nav-wrapper ul {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
  }
  .cid-uwNYipA90T .nav-wrapper ul li {
    margin: 0 10px;
  }
}
